irclog2html for #brlcad on 20070306

00:05.48 ``Erik heh, nice...
00:05.49 ``Erik Working on someone else code is something many application programmers realy suck at. Also they think using the latest cool tricks that just came out in the latest language spec or the new compiler supports it so it's really Cool. F*ck them! These guys need to be slapped up side the head a few times.
00:05.54 ``Erik http://www.unixprogram.com/churchofbsd/
00:11.49 ``Erik Moving to Linux is like getting poked in the eye with a stick. It hurts and I can't see where I am going.
00:11.50 ``Erik hehehe
00:19.11 ``Erik http://www.youtube.com/watch?v=K6P0hhoLTak ...
01:47.58 Twingy NARF = Not Almost Ready to Fly
01:49.17 louipc He's a damned good guitarist though
02:13.00 ``Erik just a little odd
03:24.42 *** join/#brlcad Doubtttt (i=Me@201009037033.user.veloxzone.com.br)
03:24.53 Doubtttt 6,15hi
03:25.04 Doubtttt 6,15anyone can help me?
03:25.58 Doubtttt 5,00�4,00� 6,15
03:26.24 Doubtttt hey
03:26.35 Doubtttt 6,15jack SWPadnos Twingy louipc Maloeran deltazap dtidrow_work CIA-7 b0ef @brlcad ``Erik archivist ibot
03:28.40 louipc ehlo
03:42.15 louipc greetings
04:13.40 brlcad that was rather annoying
04:21.10 louipc colours?
04:34.07 brlcad mebbie
04:56.41 deltazap that was rather random as well
05:02.24 louipc actually she /msgd me, so I answered her that way
05:05.16 *** join/#brlcad IriX64 (n=mario_du@bas3-sudbury98-1168055364.dsl.bell.ca)
06:44.11 *** join/#brlcad dtidrow (n=dtidrow@c-69-255-182-248.hsd1.va.comcast.net)
07:19.32 *** join/#brlcad clock_ (i=clock@84-72-63-117.dclient.hispeed.ch)
08:46.39 *** join/#brlcad clock_ (n=clock@zux221-122-143.adsl.green.ch)
12:45.02 *** join/#brlcad Elperion (n=Elperion@p54876D09.dip.t-dialin.net)
13:39.46 CIA-7 BRL-CAD: 03johnranderson * 10brlcad/src/librtserver/rtserver.c:
13:39.46 CIA-7 BRL-CAD: Additional mutex protection for sessions. open_session now always returns session #0. This will work until we start using dynamic geometry. At
13:39.47 CIA-7 BRL-CAD: that point a better session managment scheme will be required to insure that sessions with dynamic geometry get associated with the correct users.
14:46.04 CIA-7 BRL-CAD: 03erikgreenwald * 10brlcad/src/ (11 files in 11 dirs): include SYSV where needed (cygwin)
16:19.02 CIA-7 BRL-CAD: 03erikgreenwald * 10brlcad/include/vector_x86.h: remove "extra qualifications" that g++4 complains about (still works on g++3)
16:32.55 *** join/#brlcad cad69 (n=4d7a56aa@bz.bzflag.bz)
17:37.08 CIA-7 BRL-CAD: 03erikgreenwald * 10brlcad/src/other/iwidgets/iwidgets.tcl.in: use the iwidgets version, not the BRL-CAD version
17:49.17 *** join/#brlcad ibot (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
17:49.17 *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || http://fisheye1.cenqua.com/browse/brlcad/brlcad || 7.10 release preparations coming soon to a tarball near you...
18:22.13 *** join/#brlcad clock_ (n=clock@zux221-122-143.adsl.green.ch)
19:32.56 *** join/#brlcad IriX64 (n=mario_du@bas3-sudbury98-1168050142.dsl.bell.ca)
20:03.45 IriX64 would dearly love to see rise but..
20:04.06 IriX64 till i get sdl installed properly sigh.
20:30.49 CIA-7 BRL-CAD: 03brlcad * 10brlcad/configure.ac: IRIX provides basename/dirname in the libgen library. checking for the header requires -lgen as a LIBS, so add custom checks for dirname/basename functionality
20:32.13 brlcad IriX64: no, they should be ==
20:32.21 brlcad same goes for {}'s
20:33.00 brlcad if there were syntactic problems like those in bu.h, things would be failing compilation miserably all over the place
20:33.52 brlcad you're not likely going to find syntax bugs in that file .. your run-time issues are logic issue elsewhere in the code
20:34.15 IriX64 ty i'll keep looking.
20:35.20 IriX64 any ideas on how to get sdl installed on *my system :)
20:36.01 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/libbu/dirname.c: ws
20:47.32 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/libbu/basename.c: add an initial stub at a bu_basename() to complement bu_dirname() for portable path processing.
20:48.46 CIA-7 BRL-CAD: 03brlcad * 10brlcad/include/bu.h: declare bu_basename, make note to make dirname return something const
20:49.35 CIA-7 BRL-CAD: 03erikgreenwald * 10brlcad/src/mged/edsol.c: set magic for new points in a metaball cloud
20:49.43 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/libbu/Makefile.am: add basename.c to the build
20:49.44 ``Erik irix: go to libsdl.org, find the appropriate binary bundles (mingw32 or cygwin), and follow the associated instructions very carefully
20:50.03 ``Erik heh, looking to undo all my sysv link crap?
20:55.30 IriX64 was just browsing man, nothing serious :)
21:03.50 CIA-7 BRL-CAD: 03erikgreenwald * 10brlcad/src/other/ (tcl/Makefile.am tk/Makefile.am): map the 'fast' target to 'all-am' to allow 'fast' build to succeed without twisting up tcl and tk too much
21:05.48 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/libbu/brlcad_path.c: use bu_basename() instead of basename() to encapsulate the portability. don't need libgen.h header any more.
21:17.16 CIA-7 BRL-CAD: 03erikgreenwald * 10brlcad/src/conv/g-var.c: fix header confusion
21:20.55 *** join/#brlcad dli (n=dli@adsl-75-33-245-220.dsl.chcgil.sbcglobal.net)
21:21.47 CIA-7 BRL-CAD: 03erikgreenwald * 10brlcad/src/adrt/ (isst/master/compnet.c libtexture/texture_image.c): add missing headers
22:11.50 CIA-7 BRL-CAD: 03brlcad * 10brlcad/include/sysv.h:
22:11.50 CIA-7 BRL-CAD: there's a bu_basename to match the bu_dirname now, so sysv compat can go away
22:11.50 CIA-7 BRL-CAD: (though I'm not sure basename() was part of sysv api?) .. the function signature
22:11.51 CIA-7 BRL-CAD: was also causing an irix build failure due to incompatible constness.
22:16.08 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/librt/ (db_tree.c tree.c): bu_basename replaces rt_basename, ws updates
22:16.59 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/libsysv/Makefile.am: remove basename.c from libsysv
22:19.32 CIA-7 BRL-CAD: 03brlcad * 10brlcad/ (include/raytrace.h src/librt/tree.c): remove rt_basename. its functionality was merged into libbu as bu_basename.
22:23.07 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/nirt/if.c: use bu_basename instead of basename, no longer need libgen.h
22:23.15 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/nirt/Makefile.am: need libbu
22:24.50 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/libsysv/libsysv.dsp: no longer compile basename.c
22:27.16 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/libsysv/basename.c: no longer need basename.c, replaced by libbu functionality as bu_basename() in src/libbu/basename.c
22:28.32 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/libtclcad/tclcadAutoPath.c: use bu_basename(), no longer need libgen.h
22:30.16 CIA-7 BRL-CAD: 03brlcad * 10brlcad/ (src/libbu/libbu.dsp misc/win32-msvc7/libbu/libbu.vcproj): add basename.c to the windows build system
23:00.44 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/other/ (4 files in 4 dirs): make sure the generated build files are either ignored or deleted
23:03.20 CIA-7 BRL-CAD: 03brlcad * 10brlcad/src/mged/ (cmd.c setup.c): should no longer need the tcl-private tclInt.h header... (definitely needs more testing, but progress towards NOT using it)
23:34.14 brlcad welp, that only leaves the massive reworking of LIBS ...
23:40.09 IriX64 you've been busy :)
23:41.54 IriX64 well it says adrt support this time, lets see.
23:57.29 IriX64 brlcad: i'm a little unsure i should be using the formal submit bug thing, simply because my system is "strange".
23:59.09 IriX64 May I trust the channel to tell me if its a valid problem?

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.