IRC log for #brlcad on 20090606

02:05.43 *** join/#brlcad Axman6 (n=Axman6@pdpc/supporter/student/Axman6)
02:24.35 CIA-28 BRL-CAD: 03brlcad * r34685 10/brlcad/trunk/src/libged/bot_condense.c: condense the condenser. variety of macro patterns found.
02:25.11 CIA-28 BRL-CAD: 03brlcad * r34686 10/brlcad/trunk/include/ged.h: say the name of the object we couldn't add, but don't call it an error
02:29.51 CIA-28 BRL-CAD: 03brlcad * r34687 10/brlcad/trunk/include/ged.h: result message consistency
02:32.33 CIA-28 BRL-CAD: 03brlcad * r34688 10/brlcad/trunk/include/ged.h: missed a couple punctuation consistencies
02:45.05 CIA-28 BRL-CAD: 03brlcad * r34689 10/brlcad/trunk/src/libged/bot_decimate.c: condense the decimator
02:47.02 *** join/#brlcad IriX64 (n=IriX64@bas2-sudbury98-1178015440.dsl.bell.ca)
02:47.56 CIA-28 BRL-CAD: 03brlcad * r34690 10/brlcad/trunk/src/libged/bot_decimate.c: comment about the one uncertainty, mark for review down the road.
06:11.01 *** join/#brlcad PrezKennedy (i=Matthew@whitecalf.net)
08:11.04 *** join/#brlcad mafm (n=mafm@126.Red-83-45-252.dynamicIP.rima-tde.net)
09:18.15 *** join/#brlcad _sushi_ (n=_sushi_@80-218-238-9.dclient.hispeed.ch)
11:06.22 *** join/#brlcad mafm_ (n=mafm@126.Red-83-45-252.dynamicIP.rima-tde.net)
13:22.06 *** join/#brlcad IriX64 (n=IriX64@70.55.22.208)
16:24.22 *** join/#brlcad pacman871 (n=pacman87@pool-173-57-41-37.dllstx.fios.verizon.net)
16:42.33 *** join/#brlcad pacman87 (n=pacman87@pool-173-57-41-37.dllstx.fios.verizon.net)
16:48.46 *** join/#brlcad pacman872 (n=pacman87@pool-173-57-41-37.dllstx.fios.verizon.net)
17:01.13 *** join/#brlcad louipc (n=louipc@archlinux/trusteduser/louipc)
17:32.17 *** join/#brlcad Feuerret (n=841900ce@bz.bzflag.bz)
17:32.33 *** join/#brlcad Feuerret (n=841900ce@bz.bzflag.bz)
17:33.49 *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-65.sbndin.btas.verizon.net)
18:09.27 *** join/#brlcad madant (n=d@117.196.139.202)
18:10.52 *** join/#brlcad _sushi_ (n=_sushi_@80-219-42-225.dclient.hispeed.ch)
18:16.30 madant quit
18:16.33 madant oops
18:16.55 *** join/#brlcad Ralith_ (n=ralith@216.162.199.202)
18:25.17 *** join/#brlcad madant (n=d@117.196.139.202)
18:27.58 *** join/#brlcad madant (n=d@117.196.139.202)
18:33.16 *** join/#brlcad madant (n=d@117.196.139.202)
18:35.31 *** join/#brlcad madant (n=d@117.196.139.202)
19:29.49 *** join/#brlcad breeden (n=breeden@CPE-72-135-210-178.wi.res.rr.com)
19:34.29 *** join/#brlcad samrose (n=samrose@c-24-11-214-181.hsd1.mi.comcast.net)
20:39.29 *** join/#brlcad samrose (n=samrose@c-24-11-214-181.hsd1.mi.comcast.net)
21:55.06 *** join/#brlcad Feuerret (n=841900ce@bz.bzflag.bz)
22:09.14 madant broken build ?
22:09.27 breeden really?
22:11.59 madant ./adrt.h:146: error: expected specifier-qualifier-list before ‘uint8_t’
22:19.50 *** join/#brlcad jdoliner (n=jdoliner@c-98-227-157-38.hsd1.il.comcast.net)
22:21.00 jdoliner what do I need to do to not get a shell script when I compile code in src/proc-db?
22:29.31 jdoliner brlcad
22:36.34 madant jdoliner ? for debugging ?
22:36.42 jdoliner yeah
22:36.52 jdoliner i can't use gdb on it :(
22:37.50 madant well u can always remove the binary from no_install in the make file .. and do make install and debug ? or better just type the long compile line ;)
22:38.21 madant i mean run the build command manually
22:38.41 madant maybe there is a more elegant solution in brlcad's hands though
22:39.40 madant and jdoliner , isn't the build broken ?
22:39.58 jdoliner is it?
22:40.04 jdoliner that might be part of my problem
22:40.12 jdoliner when did the build get broken?
22:43.13 madant 34690 is not working for me. but i guess the problem is in the adrt.h changes from earlier .. erik ?
22:44.29 jdoliner yeah fortunately for me my part of the ship is still floating
22:44.44 jdoliner what is this long compile command you speak of
22:44.54 jdoliner I've never seen gcc result in a shell script
22:45.04 jdoliner so I don't really know what I'm looking to remove
22:45.28 madant er.. i mean the build line from the make file ? i mean cc -I blah blah -L etc. etc.
22:50.12 jdoliner maybe I'm misunderstanding, but that seems to just get me the same shell script
22:51.36 madant well you need to edit that line to output into a binary
22:51.48 madant and the adrt.h seems to be just a matter of including stdint.h
22:52.34 *** part/#brlcad breeden (n=breeden@CPE-72-135-210-178.wi.res.rr.com)
22:57.49 CIA-28 BRL-CAD: 03homovulgaris * r34691 10/brlcad/trunk/src/adrt/adrt.h: including stdint.h for unbreaking build in linux
23:58.52 madant jdoliner: did u manage to get the binaries ?

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