IRC log for #brlcad on 20100422

00:04.45 CIA-73 BRL-CAD: 03erikgreenwald * r38708 10/brlcad/trunk/ (INSTALL NEWS TODO): remove svn:executable
00:11.42 CIA-73 BRL-CAD: 03brlcad * r38709 10/brlcad/trunk/NEWS: bob re-enabled (fixed) archer's embedded framebuffer. file descriptor wasn't getting set (win32 still needs testing).
00:34.43 ``Erik http://i.imgur.com/PHmF5.jpg heh
01:02.04 CIA-73 BRL-CAD: 03brlcad * r38710 10/brlcad/trunk/include/bu.h: wrong bomb statement, BU_ASSERT_SIZE_T
01:10.25 CIA-73 BRL-CAD: 03brlcad * r38711 10/brlcad/trunk/configure.ac:
01:10.25 CIA-73 BRL-CAD: starseeker's r38355 commit updating tkimg inadvertently reverted/modified a fix
01:10.25 CIA-73 BRL-CAD: to the debug flags that can cause crashes on linux. revert back to -ggdb3 but
01:10.25 CIA-73 BRL-CAD: test for the mac-specific -fast flag and use -gstabs3 if it works since it gives
01:10.25 CIA-73 BRL-CAD: better results.
01:26.41 ``Erik (might want something in there for mac 64b+gstab3+O3 compile fails... gstabs2+O1 shows the problem, too)
01:33.47 starseeker brlcad: heh - that's throwaway test code - the final form, whatever it is, will end up in step-g
01:35.15 starseeker that was just a quick and easy place to do the regex testing
01:37.54 starseeker brlcad: did you see the qemacs screenshots?
01:39.24 starseeker (hopefully the columnparse stuff will be done fairly quickly, now that the regex stuff seems to be functioning - from there it's just a lot of string reading, scrubbing, and attribute assignment)
02:11.41 starseeker ah, this seems to behave slightly better than mg out of box: http://freshmeat.net/projects/ersatz/
02:13.44 brlcad yeah, saw the shots
02:14.00 CIA-73 BRL-CAD: 03brlcad * r38712 10/brlcad/trunk/src/libwdb/skt.c: cleanup and remove unnecessary headers.
02:14.26 brlcad continues to find bugs left and right on simple testing
02:14.44 starseeker yeah, guess it's not worth it
02:17.02 starseeker pity - nifty idea
02:18.58 ``Erik better than ersatz: http://www.ale.org/pipermail/ale/1998-July/005730.html
02:19.39 starseeker heh
02:19.59 starseeker if we stick ed in as the default, I'm forward all helpdesk calls about the new editor to you ``Erik
02:20.37 starseeker mutters at the ersatz dev - repeat after me, I will never again make a tarball without a container directory...
02:20.59 ``Erik how many systems do NOT have: emacs, vi, notepad.exe, TextEdit.app, ...?
02:21.14 starseeker I know, I know...
02:21.53 ``Erik this is one odd episode of southpark
02:22.22 starseeker you mean there's a non-odd episode of southpark?
02:22.25 brlcad starseeker: my bugs comment was unrelated to yours :)
02:22.32 starseeker oh :-)
02:22.34 starseeker oooops
02:22.37 brlcad and at least one of them was a false positive, fortunately
02:22.38 ``Erik well... this one is odd by southpark standards
02:23.19 brlcad starseeker: always tvf before xvf ;)
02:23.53 starseeker heh
02:23.55 ``Erik or mkdir a tmpdir first
02:24.19 starseeker I used to be more careful - these days it's exceedingly rare to find a targz without toplevel
02:24.22 starseeker more common for zips
02:24.47 starseeker tries a quick compile of ersatz on crit...
02:25.23 starseeker ``Erik: actually, ersatz claims it's actually smaller than ed, if I understand his page correctly...
02:27.00 starseeker humph
02:27.04 starseeker figures
02:28.24 ``Erik wow, it IS smaller than ed
02:28.41 ``Erik some fugly coding practices in it, though
02:29.46 ``Erik -r-xr-xr-x 2 root wheel 49056 Apr 21 22:25 /bin/ed*
02:29.47 ``Erik -rwxr-xr-x 1 erik wheel 36340 Apr 21 22:28 ee*
02:31.13 starseeker yeah - in some ways OpenBSD maintaining mg seems like the best bet, but I've got to figure out why the keybindings feel a bit funny
02:31.38 starseeker ersatz doesn't build on crit - not even close
02:32.23 ``Erik um, there're a few lines that need to be deleted
02:32.35 ``Erik int somefunc() { char *malloc(); ... }
02:32.51 ``Erik three or four lines deleted and it compiled on one of my fbsd boxen
02:33.12 starseeker ah, OK - saw malloc errors and didn't feel like messing with it
02:33.55 ``Erik just 3 lines in line.c
02:34.07 starseeker growls at mg - why don't you know what the delete key is for???
02:34.53 starseeker aaaand ersatz does know
02:35.00 ``Erik http://brlcad.org/~erik/line.c.patch
02:35.20 *** join/#brlcad starseek1r (~starseeke@BZ.BZFLAG.BZ)
02:35.21 CIA-73 BRL-CAD: 03brlcad * r38713 10/brlcad/trunk/NEWS:
02:35.21 CIA-73 BRL-CAD: keith made a mod to rtarea that will make the parenthesized 'larger' size not
02:35.22 CIA-73 BRL-CAD: just be meters, but be a common upscaled unit size. new rule: mm^2,cm^2, dm^2
02:35.22 CIA-73 BRL-CAD: -> m^2, m^2 -> km^2, in^2 -> ft^2, ft^2 -> yd^2 otherwise defaults to mm^2
02:35.31 starseek1r ah, crud
02:36.28 *** join/#brlcad starseeker (~starseeke@BZ.BZFLAG.BZ)
02:36.54 starseeker note to self - don't throw random keystrokes into the wrong window
02:37.11 CIA-73 BRL-CAD: 03brlcad * r38714 10/brlcad/trunk/NEWS: keith made rtarea run within mged default to displaying the with the model's local units instead of previous mm^2/m^2 default. user can still override with -u option.
02:38.03 starseeker ``Erik: you said you built ersatz on your BSD box?
02:38.54 ``Erik yup
02:39.13 ``Erik http://brlcad.org/~erik/line.c.patch
02:39.43 CIA-73 BRL-CAD: 03brlcad * r38715 10/brlcad/trunk/NEWS: bob implemented a new bot_split command that takes a given BoT that has multiple disjoint (separated) shells and makes separate BoTs for each shell.
02:40.15 starseeker ``Erik: do you happen to have a really huge-ass text file to try opening?
02:40.28 starseeker recalls that is one of the current jove limitations...
02:40.32 ``Erik um, how huge-ass is huge-ass? the machine doesn't have a lot of ram..
02:41.17 starseeker hundred megs?
02:41.19 starseeker dunno
02:42.06 starseeker has a lot of ram... digs into USGS archive looking for large text files...
02:43.08 ``Erik made a 100meg file by dupping a C file a lot, it's reading...
02:43.34 ``Erik yup, it opened it
02:44.06 starseeker finds a 53 meg file - opens, scrolls smoothly
02:44.16 CIA-73 BRL-CAD: 03brlcad * r38716 10/brlcad/trunk/NEWS:
02:44.16 CIA-73 BRL-CAD: keith added the '-u model' option to rtarea which specifies that output be shown
02:44.16 CIA-73 BRL-CAD: using local units. previously defaulted to the default storage units, mm.
02:44.16 CIA-73 BRL-CAD: option parsing applies to all ray tracers but only rtarea does anything with it.
02:44.27 ``Erik hm, ^X-s is saying [Key not bound]
02:44.42 ``Erik oh, ^X-^S works
02:46.50 starseeker yeah, I think it's Ctrl-X Ctrl-s typically, isn't it?
02:47.00 ``Erik yeah, seems to have worked fine with a 100 meg file on a 650mhz box with 256m ram (and some hefty stuff fighting for resources, like mysql, finch, irssi, ...)
02:47.15 starseeker not bad
02:51.49 starseeker hmm - opened an 840 Meg file - lots of "File has long line" messages
02:53.25 *** join/#brlcad Nohla (~jesica@201.255.231.131)
02:53.36 starseeker still scrolls though
02:53.37 starseeker wow
02:54.11 starseeker (leave it to publicresource to have large text files handy...)
02:54.34 ``Erik heh, for a in `jot somebignumber` ; do cat somefile.c >> biguglyfile ; done
02:54.35 ``Erik :D
02:54.52 starseeker or, yeah, you could do that too :-P
02:54.57 ``Erik (for any *nix but linux... for linux, use seq instead...
02:55.41 starseeker hehe - emacs itself double-checked before opening an 840 meg file
02:56.31 starseeker aaaaaand still hasn't opened it
03:10.00 starseeker aaaaannd STILL hasn't opened it
03:10.27 starseeker wow, ersatz might be worth having on general principles
03:11.42 starseeker mg didn't line wrap it, and segfaulted on a down arrow
03:12.15 starseeker begins to be intrigued
03:13.20 starseeker oh, I see, ersatz wrapped as it was loading
03:13.33 starseeker hmm - that could be an issue for long tcl commands
03:16.14 starseeker will be an issue for long tcl lines - crud
03:18.23 starseeker yeah... will have to coax it into displaying the lines as broken but not writing the line breaks out unless manually inserted
03:18.28 starseeker phooey
03:23.41 starseeker eyes fileio.c
03:24.25 starseeker probably fixable, just need to flag a way to not write the "\n" if the line wasn't originally broken there...
03:28.15 starseeker ``Erik: so whadya think, stick a vi alternative ui on it and have mini-vimacs?
06:00.28 *** join/#brlcad ibot (ibot@rikers.org)
06:00.28 *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD is now available on Gentoo! (20100225)
08:43.28 CIA-73 BRL-CAD: 03brlcad * r38717 10/brlcad/trunk/include/bu.h: printing a size_t as %llu causes va_arg major grief (even with stdio funcs), so stick to the size_t-specific %zd specifier instead. this fixes a problem with BU_ASSERT_SIZE_T from printing wacky values.
10:06.07 *** join/#brlcad SWPadnos (~Me@emc/developer/SWPadnos)
10:06.07 *** join/#brlcad Stattrav (~Stattrav@202.3.77.233)
10:06.07 *** join/#brlcad roberthl (~robert@mediawiki/RobertL)
10:06.07 *** join/#brlcad brlcad (~sean@BZ.BZFLAG.BZ)
10:06.35 *** join/#brlcad SWPadnos (~Me@dsl107.esjtvtli.sover.net)
10:32.33 d-lo Mernin all!
10:33.14 ``Erik starseeker: I personally think that by the time it even becomes a question, the machine is too busted to even run mged, it became irrelevant at some point *shrug* :/
10:33.19 ``Erik yargh, dave
10:33.36 d-lo arrrrrg!
10:41.01 *** join/#brlcad mafm (~mafm@81.35.69.130)
10:41.19 *** join/#brlcad b0ef (~b0ef@157.26.202.84.customer.cdi.no)
10:53.26 d-lo Ralith: Hey man, you around?
10:53.50 Ralith yeah
10:54.19 d-lo Ralith: I need to get some details on what, exactly, was changed in the rt3/src/other/ogre source to make it do what you needed to do?
10:55.05 Ralith d-lo: it was an ogre bug, and the fix to it got into trunk
10:55.14 Ralith so ogre trunk *should* work okay
10:55.50 Ralith assuming no relevant API changes
10:56.01 d-lo right, I got that, but what was the fix related to?
11:01.13 Ralith been forever; I don't recall :/
11:01.16 Ralith maybe it's noted in my log?
11:01.24 d-lo kk, no worries.
11:01.29 Ralith why?
11:01.31 d-lo just trying to get g3d going on my machine
11:01.38 Ralith having trouble?
11:02.00 d-lo yeah, its thrwing an Ogre::InternalErrorException
11:02.18 Ralith O.o
11:02.29 Ralith never even heard of that
11:02.29 d-lo still troubleshooting, just was collecting data from the original devs
11:02.36 Ralith tried trunk?
11:03.09 d-lo not yet, I am going to eliminate the obvious potential probs first: Paths, librarys installed, etc
11:03.15 Ralith kk
11:03.24 d-lo thanks though :)
11:06.41 Ralith good luck
11:17.49 *** join/#brlcad SWPadnos (~Me@emc/developer/SWPadnos)
11:56.32 *** join/#brlcad parigaudi (~quassel@pd95b7f5e.dip0.t-ipconnect.de)
11:58.56 d-lo Ralith: did you compile Ogre with boost support or some other threading lib?
11:59.39 Ralith I don't recall using any explicit options
12:06.01 d-lo hrm, looks like ogre ddfaults to using boost
12:06.30 d-lo imagine that, turing off boost in ogre config makes things work better!
12:50.11 ``Erik so, wait, wizard of oz was actually just about two women trying to kill eachother over shoes? O.O
12:51.04 starseeker uh... which version did you see?
12:51.37 ``Erik http://roflrazzi.files.wordpress.com/2010/04/celebrity-pictures-margaret-hamilton-shoes.jpg
12:58.42 starseeker heh
12:59.22 starseeker reflects he isn't concerned JUST about OpenOffice with the whole Oracle/Sun thing - there's also VirtualBox
13:27.23 d-lo Ralith: Still around?
13:28.25 Ralith yep
13:28.26 Ralith for a moment
13:28.30 d-lo kk.
13:28.55 d-lo got g3d up, but all I get is a blank window. is that what am I supposed to be seeing?
13:30.58 *** join/#brlcad Yoshi47 (~jan@64.235.102.210)
13:31.57 CIA-73 BRL-CAD: 03bob1961 * r38718 10/brlcad/trunk/src/tclscripts/archer/ (Archer.tcl ArcherCore.tcl): Added preferences for highlighting tree nodes that affected by the current edit and for specifying attributes for display in the tree view. Also a bit of minor cleanup.
13:41.21 CIA-73 BRL-CAD: 03davidloman * r38719 10/rt^3/trunk/src/other/ogre/: svn:ignore one last build byproduct that showed up after a successful compile of src/other/ogre
13:41.40 CIA-73 BRL-CAD: 03erikgreenwald * r38720 10/brlcad/trunk/src/libged/bot_split.c: include rtgeom.h, so raytrace.h will be included with the __RTGEOM_H__ flag set for rt_bot_split() prototype
13:45.02 *** join/#brlcad Ralith (~ralith@69.90.48.97)
13:45.25 d-lo question: If we have a software package in src/other/, should we wire it into the existing build system or should we assume that the end user will build it seperately?
13:50.40 CIA-73 BRL-CAD: 03erikgreenwald * r38721 10/brlcad/trunk/src/libged/wdb_obj.c: off_t updates to match signatures
13:52.13 Ralith d-lo: sorry, I missed any question you asked
13:52.16 Ralith had to restart
13:52.23 Ralith some X bug that makes my input lock up every few days
13:52.24 d-lo No worries.
13:52.43 d-lo I got g3d up, but all i see is a blank window. Nothing like the example on the wiki you have.
13:52.48 d-lo am I missing something?
13:53.02 d-lo or is there a key stroke I am missing.
13:54.25 CIA-73 BRL-CAD: 03erikgreenwald * r38722 10/brlcad/trunk/src/mged/ (dm-X.c dm-generic.c dm-ogl.c dm-rtgl.c dm-tk.c dm-wgl.c): Fix the "multi-character character constant" issue where ',' was accidently converted to ', '.
14:00.04 CIA-73 BRL-CAD: 03davidloman * r38723 10/rt^3/trunk/ (4 files in 4 dirs): Remove RBGui and Mocha from src/other since we are no longer using either
14:00.29 CIA-73 BRL-CAD: 03erikgreenwald * r38724 10/brlcad/trunk/src/mged/fbserv.c: cast pointer (holding FD data instead of a real pointer) to size_t instead of uint32 to quell 64b warning.
14:08.55 *** join/#brlcad mafm (~mafm@81.37.119.168)
14:20.57 CIA-73 BRL-CAD: 03erikgreenwald * r38725 10/brlcad/trunk/src/mged/mged.c: wrap #endif note in comment
14:33.35 *** join/#brlcad mafm (~mafm@83.37.7.73)
14:37.32 ``Erik :o 400 million triangles, an 85 gig stl file... this will be... interesting :D
14:37.54 d-lo go go gadget ISST?
14:38.13 ``Erik um, I only have 32b gtk+, so I can't link the 64b libtie/librender in...
14:38.25 ``Erik this might blow up rt, too... :D
14:50.51 CIA-73 BRL-CAD: 03davidloman * r38726 10/rt^3/trunk/cmake/FindOGRE.cmake: Modified OGREs prefix hints to include a users home dir.
15:10.21 *** join/#brlcad Ralith (~ralith@69.90.48.97)
15:37.33 CIA-73 BRL-CAD: 03davidloman * r38727 10/rt^3/trunk/tests/GS/CMakeLists.txt: Whoops! GeometryServiceTest should be an executable, not a lib!
15:38.47 CIA-73 BRL-CAD: 03brlcad * r38728 10/brlcad/trunk/src/mged/ (7 files): replace all of the comma literals with a #define COMMA ',' which should cause the preprocessor to at least warn or error about encountering a multibyte character constant. should help prevent future commachaos
15:39.42 d-lo comma chaos.... sounds like an 80's song.
15:41.26 brlcad comma comma comma comma comma comedian, comes and goes, she comes and goOAHOoes
15:43.07 CIA-73 BRL-CAD: 03davidloman * r38729 10/rt^3/trunk/ (4 files in 2 dirs): Add uname field to Account and ID to Session.
15:44.21 CIA-73 BRL-CAD: 03brlcad * r38730 10/brlcad/trunk/src/mged/fbserv.c: uintptr_t should hold the full size of anything, unlike size_t. still are and'ing against a 32 bit value.
16:05.58 CIA-73 BRL-CAD: 03davidloman * r38731 10/rt^3/trunk/src/GS/gsmain.cxx: simple verbage change: gsph0->gsmain
16:31.50 CIA-73 BRL-CAD: 03davidloman * r38732 10/rt^3/trunk/ (4 files in 3 dirs): Convert INetMsgHandler to a purely virtual interface, no implementation (cxx) file needed/wanted.
16:58.23 ``Erik *grumble* all this size_t off_t stuff is confusing gdb, I keep getting <unknown type> in the value fields
17:13.23 brlcad on mac?
17:13.25 CIA-73 BRL-CAD: 03brlcad * r38733 10/brlcad/trunk/src/libged/bot_split.c: dp shadows dp
17:14.02 brlcad I was noticing that last night, might be related to debug flag changes, whether it needs to be -ggdb3 or -gstabs+3 or ...
17:14.31 brlcad you can cast them through a core type (e.g. p (int)foo)
17:21.56 ``Erik noticed it first on fbsd a couple days ago, seeing it on mac, too
17:22.15 ``Erik haven't tried leenewx yet
17:23.53 CIA-73 BRL-CAD: 03brlcad * r38734 10/brlcad/trunk/include/raytrace.h: raytrace.h declares a slew of functions that depend on rtgeom.h so include it. rtgeom is the subheader, don't require pre-inclusion to merely get the declaration.
17:25.29 CIA-73 BRL-CAD: 03starseeker * r38735 10/brlcad/trunk/src/librt/columnparse.c: More colume parsing tweaking
17:26.29 starseeker ``Erik: maybe compile a newer gdb?
17:30.27 CIA-73 BRL-CAD: 03brlcad * r38736 10/brlcad/trunk/include/raytrace.h: no longer need to check if __RTGEOM_H__ has been included
17:30.41 CIA-73 BRL-CAD: 03brlcad * r38737 10/brlcad/trunk/src/libged/bot_sync.c: need raytrace.h for rt_bot_synx()
17:39.01 CIA-73 BRL-CAD: 03davidloman * r38738 10/rt^3/trunk/ (4 files in 3 dirs): A bit of work on getting the GeometryService launchable again.
17:54.28 CIA-73 BRL-CAD: 03starseeker * r38739 10/brlcad/trunk/src/tclscripts/hv3/ (Makefile.am hv3.man tkhtml.n): Add in a couple of the tkhtml/hv3 documentation files.
17:58.36 CIA-73 BRL-CAD: 03starseeker * r38740 10/brlcad/trunk/src/librt/columnparse.c: Stash the column header names and column widths in a struct.
18:06.18 CIA-73 BRL-CAD: 03bob1961 * r38741 10/brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl: Hooked the component selection functionality up to the new tree viewer.
18:08.52 *** join/#brlcad indianla1ry (~indianlar@BZ.BZFLAG.BZ)
18:15.36 CIA-73 BRL-CAD: 03starseeker * r38742 10/brlcad/trunk/src/librt/columnparse.c: Break up the line into columns
18:32.22 CIA-73 BRL-CAD: 03brlcad * r38743 10/brlcad/trunk/configure.ac: (log message trimmed)
18:32.22 CIA-73 BRL-CAD: some comments from tom browder on the brlcad-devel mailing list gave me an idea
18:32.22 CIA-73 BRL-CAD: to quell src/other compilation. as we've had to repeatedly explain that we
18:32.22 CIA-73 BRL-CAD: don't care about src/other and general confusion that src/other issues are
18:32.22 CIA-73 BRL-CAD: brl-cad issues, this should go well towards avoiding misconception. check for
18:32.22 CIA-73 BRL-CAD: the -w gcc flag that disables all warnings and provide NOWARN to Makefile.am
18:32.23 CIA-73 BRL-CAD: files. moreover, if --disable-warnings is actually requested, turn off
18:33.28 starseeker do we have a routine anywhere to reverse a string or vls?
18:34.48 CIA-73 BRL-CAD: 03brlcad * r38744 10/brlcad/trunk/src/other/ (tcl/unix/tcl.m4 tk/unix/tcl.m4 tkhtml3/tclconfig/tcl.m4): turn off all tcl/tk compilation warnings. we don't care. tkhtml3 requires a little harder massaging as SHLIB_LD for mac was including CFLAGS -- might need similar measures for other platforms.
18:35.38 CIA-73 BRL-CAD: 03brlcad * r38745 10/brlcad/trunk/src/other/step/configure.ac: step needs to check/set the NOWARN flag just like our top-level configure since it's copying what we do.
18:38.34 CIA-73 BRL-CAD: 03brlcad * r38746 10/brlcad/trunk/src/other/ (18 files in 18 dirs):
18:38.34 CIA-73 BRL-CAD: add the NOWARN flag everywhere effectively disabling compilation warnings for
18:38.34 CIA-73 BRL-CAD: all of our external dependencies (except for libz, libpng, and libregex just
18:38.34 CIA-73 BRL-CAD: because they're already fairly quiet). clean up CFLAGS in step where they
18:38.34 CIA-73 BRL-CAD: should be CPPFLAGS as well.
18:47.37 CIA-73 BRL-CAD: 03bob1961 * r38747 10/brlcad/trunk/src/tclscripts/archer/ (Archer.tcl ArcherCore.tcl): Added code to update the tree when the attr command is called to modify an attribute that is currently displayed by the tree.
18:50.05 CIA-73 BRL-CAD: 03brlcad * r38748 10/brlcad/trunk/src/libged/gqa.c: quell all verbose compilation warnings including about a half dozen exact floating point comparisons (related to grid size). check params, remove unused.
18:55.22 CIA-73 BRL-CAD: 03davidloman * r38749 10/rt^3/trunk/media/: Add dir for storage of various media files.
18:56.25 CIA-73 BRL-CAD: 03davidloman * r38750 10/rt^3/trunk/ (media/testing.g src/iBME/testing.g): Move testing.g into media/
19:03.29 CIA-73 BRL-CAD: 03starseeker * r38751 10/brlcad/trunk/src/librt/columnparse.c: regular expressions are overkill for whitespace trimming - go simple. Seem to be breaking out the individual components better.
19:04.09 CIA-73 BRL-CAD: 03brlcad * r38752 10/brlcad/trunk/src/libged/grid.c: restructure to remove forward declarations. quell a couple verbose compilation warning. create a grid_usage() function so we don't have to keep a long usage string and propagate accordingly.
19:04.26 brlcad starseeker: if all you're doing is trimming whitespace, there's a vls function for that
19:04.47 starseeker trimming both front and end whitespace?
19:05.01 starseeker looked, didn't see anything... must have missed it
19:05.39 CIA-73 BRL-CAD: 03starseeker * r38753 10/brlcad/trunk/src/librt/columnparse.c: whoops, extra line.
19:05.59 CIA-73 BRL-CAD: 03brlcad * r38754 10/brlcad/trunk/src/libged/grid.c: rename private/HIDDEN functions to not have the ged_ prefix so as not to confuse them with public api.
19:05.59 brlcad you missed bu_vls_trimspace() ? :)
19:06.04 brlcad what did you search on?
19:06.33 starseeker <censored>
19:06.46 starseeker whitespace probably
19:06.46 brlcad waits for numerous compiles to finish so he can sync n' tag
19:07.00 brlcad header docs ftw
19:07.18 CIA-73 BRL-CAD: 03davidloman * r38755 10/rt^3/trunk/src/ (5 files in 3 dirs): Move compilation of 'geoserv' out of src/iBME/ and into src/GS/ where it belongs. src/iBME/ no longer serves a purpose and is removed.
19:09.09 CIA-73 BRL-CAD: 03starseeker * r38756 10/brlcad/trunk/src/librt/columnparse.c: Der. use bu_vls_trimspace. Thanks Sean
19:10.41 starseeker brlcad: have we synced to stable lately?
19:17.11 CIA-73 BRL-CAD: 03brlcad * r38757 10/brlcad/trunk/src/libged/human.c: ws, style, indent, consistency fixes. add HIDDEN to all of the local funcs and remove forward decls.
19:17.12 brlcad you did the last sync
19:17.21 brlcad so whenever that was
19:20.22 ``Erik dang, only 59 gigs resident memory... but rt is succeeding O.O
19:20.33 d-lo lol nice!
19:20.49 ``Erik the .g was much much smaller than the STL, only 8.9 gigs
19:21.05 ``Erik opposed to 85 gigs
19:21.13 d-lo but rt is alive eh?
19:23.42 ``Erik yup
19:23.47 ``Erik wanna see?
19:34.43 *** join/#brlcad alex_joni (~alex_joni@emc/board-of-directors/alexjoni)
19:35.46 ``Erik thinks it IS running up against swap
19:36.22 ``Erik and one of these java processess is holding 25 gigs of vm O.O
19:36.42 d-lo send an email and ask them to shut down the jvm :)
19:37.27 ``Erik "dude, what are you doing trying to use your machine? don't you know I'm trying to do something actually important on it???"
19:57.35 ``Erik ooh, isst is fffasssttt on it
20:04.04 starseeker brlcad: ooo. if we're stable enough now, I'd better do a sync then
20:05.43 ``Erik Frame 0: 1048576 rays in 3689.17 sec = 284.23 rays/CPU_sec
20:09.12 brlcad TCL_LIBRARY=`echo /Users/morrison/brlcad/src/other/tcl/library` DYLD_LIBRARY_PATH=".:/Users/morrison/brlcad/src/other/tcl/unix:/Users/morrison/brlcad/src/other/tk/unix:" PATH=".:/Users/morrison/brlcad/src/other/tcl/unix:/Users/morrison/brlcad/src/other/tk/unix:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/brlcad/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin" TCLLIBPATH="." /Users/morrison/brlcad/src/other/tcl/unix/tclsh ./doc/macros.tcl -nrof
20:09.19 brlcad /bin/sh: line 1: /Users/morrison/brlcad/src/other/tcl/unix/tclsh: No such file or directory
20:09.38 brlcad looks like it's trying to gen tk docs .. shouldn't be doing that during dist, not sure what changed
20:10.09 *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1)
20:16.05 CIA-73 BRL-CAD: 03indianlarry * r38758 10/brlcad/trunk/ (3 files in 3 dirs): Added 'E' option flag to 'brep' command to test NURB wireframe drawing from subdivision tree. This is a WIP.
20:50.03 CIA-73 BRL-CAD: 03starseeker * r38759 10/brlcad/trunk/src/librt/columnparse.c: Clean out some testing stuff that's not longer needed.
21:25.22 *** join/#brlcad Nohla (~jesica@201.255.231.131)
21:25.25 *** join/#brlcad jesica__ (~jesica@201.255.231.131)
21:29.27 CIA-73 BRL-CAD: 03erikgreenwald * r38760 10/brlcad/trunk/src/libgcv/region_end_mc.c: comment out merging/fusing for now
23:14.52 CIA-73 BRL-CAD: 03r_weiss * r38761 10/brlcad/trunk/src/conv/obj-g_new.c: nmg creation testing and refactoring

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.