IRC log for #brlcad on 20090209

01:33.16 *** join/#brlcad ``Erik__ (i=erik@c-76-111-12-116.hsd1.md.comcast.net)
03:52.50 *** join/#brlcad Ralith (n=ralith@216.162.199.202)
03:56.39 *** join/#brlcad Ralith (n=ralith@216.162.199.202)
04:23.08 *** join/#brlcad Mouette (n=chatzill@fw1.phys.sinica.edu.tw)
04:24.06 Mouette in src/libbu/interrupt.c
04:24.39 Mouette interrupt.c:66: error: syntax error before "_bu_signal_func"
04:24.41 Mouette interrupt.c:75: warning: data definition has no type or storage class
04:24.42 Mouette interrupt.c: In function `bu_suspend_signal':
04:24.44 Mouette interrupt.c:108: warning: comparison between pointer and integer
04:24.45 Mouette interrupt.c:112: warning: assignment makes integer from pointer without a cast
04:24.47 Mouette interrupt.c:113: warning: comparison between pointer and integer
04:24.48 Mouette interrupt.c:114: error: `sig_t' undeclared (first use in this function)
04:24.50 Mouette interrupt.c:114: error: (Each undeclared identifier is reported only once
04:24.51 Mouette interrupt.c:114: error: for each function it appears in.)
04:24.53 Mouette interrupt.c:114: error: syntax error before numeric constant
04:24.55 Mouette interrupt.c: In function `bu_restore_signal':
04:24.56 Mouette interrupt.c:147: error: `sig_t' undeclared (first use in this function)
04:24.58 Mouette interrupt.c:147: error: syntax error before "ret"
04:24.59 Mouette interrupt.c:149: warning: comparison between pointer and integer
04:25.01 Mouette interrupt.c:154: error: `ret' undeclared (first use in this function)
04:25.02 Mouette interrupt.c:154: warning: passing arg 2 of `signal' makes pointer from integer without a cast
04:25.04 Mouette interrupt.c:155: error: syntax error before numeric constant
04:25.06 Mouette sig_t ,solaris hasn't the fonction
04:25.09 CIA-40 BRL-CAD: 03brlcad * r33716 10/brlcad/trunk/ (NEWS README include/conf/PATCH): source release 7.14.2 is posted, make updates for the next expected revision (7.14.4).
04:30.25 CIA-40 BRL-CAD: 03brlcad * r33717 10/brlcad/trunk/HACKING: NEWS and README versions for the next release can match for simplicity. only include/conf needs to strictly obey odd revisioning.
04:33.23 brlcad Mouette: hm, looks like you're on a non-posix conforming platform
04:33.30 brlcad what's the OS/version?
04:33.40 brlcad missing sig_t
04:36.29 brlcad "might" be able to trick it with: make CPPFLAGS=-D"sig_t=void*"
04:40.05 brlcad also, what does signal() return on your platform (man 3 signal)
05:50.35 Mouette my OS version is Solaris Express Developer Edition 1/8
05:50.53 Mouette SunOS solaris 5.11 snv_79a i86pc i386 i86pc
05:52.15 Mouette in signal manpage: it have these fonction:
05:52.18 Mouette signal, sigset, sighold, sigrelse, sigignore, sigpause
05:56.20 Ralith solaris 5?
05:56.27 Ralith isn't that incredibly old?
05:59.18 Mouette it's solaris 11, solaris 11 = SunOS 5.11
05:59.28 Mouette Solaris 10 = Sun
05:59.36 Mouette SunOS 5.10
06:03.50 Ralith oh
06:03.55 Ralith that's weird.
08:10.06 Mouette kill.c: In function `bu_terminate':
08:10.07 Mouette kill.c:59: error: `HANDLE' undeclared (first use in this function)
08:10.09 Mouette kill.c:59: error: (Each undeclared identifier is reported only once
08:10.10 Mouette kill.c:59: error: for each function it appears in.)
08:10.12 Mouette kill.c:59: error: syntax error before "hProcess"
08:10.14 Mouette kill.c:60: error: `hProcess' undeclared (first use in this function)
08:10.15 Mouette make: *** [kill.lo] Error
08:10.35 Mouette these fonctions are brlcad's fonctions?
08:11.29 Mouette in src/libbu/kill.c
08:19.46 *** join/#brlcad Mouette (n=chatzill@fw1.phys.sinica.edu.tw)
08:51.44 *** join/#brlcad _sushi_ (n=_sushi_@84-72-93-63.dclient.hispeed.ch)
08:57.18 *** join/#brlcad _sushi_ (n=_sushi_@84-72-93-63.dclient.hispeed.ch)
10:04.59 *** join/#brlcad Ralith (n=ralith@216.162.199.202)
10:31.56 *** join/#brlcad brlquestions (n=user@239.Red-79-155-4.dynamicIP.rima-tde.net)
10:33.57 *** join/#brlcad mafm (n=mafm@65.Red-81-34-125.dynamicIP.rima-tde.net)
11:03.22 d-lo yawns
11:03.26 d-lo Mernin
11:09.53 *** join/#brlcad Mouette (n=chatzill@fw1.phys.sinica.edu.tw)
12:52.47 CIA-40 BRL-CAD: 03davidloman * r33718 10/rt^3/trunk/ (40 files in 10 dirs): Organizational changes to tidy up the dir structure a bit.
13:27.40 d-lo ``Erik__: Hey, if you are in today,I would like to work on getting those X11 dev headers installed.
13:47.35 *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-181.sbndin.btas.verizon.net)
13:51.50 d-lo brlcad: what is the cmd line arg for disabling the x11 build part of brlcad?
14:01.23 brlcad should just be --without-x11 but it is rarely a tested configuration so it might need some minor manual massaging, ./configure --help and the INSTALL file document in more detail
14:03.19 d-lo okie. I will mess with it.
14:54.22 d-lo Hrm, libdm seems to be the culprit. even with --without-X11 its still whining about needing X11/Xlib.h :/
14:55.21 _sushi_ d-lo: --without-X11/Xlib.h?
14:55.41 _sushi_ d-lo: or try su -; touch /usr/include/C11/Xlib.h ;-)
14:57.22 d-lo well, a) thats not a valid package :P and B) I don't have su or root privs on this machine :/
15:08.29 *** join/#brlcad madant (n=madant@117.196.140.180)
15:13.18 *** join/#brlcad BigAToo (n=BigAToo@c-24-7-230-72.hsd1.in.comcast.net)
15:44.42 *** join/#brlcad Elrohir (n=kvirc@p5B14EF62.dip.t-dialin.net)
15:47.57 *** join/#brlcad samrose (n=samrose@c-24-11-214-181.hsd1.mi.comcast.net)
16:34.45 *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-181.sbndin.btas.verizon.net)
17:22.24 starseeker wants Macvim
17:33.37 d-lo brlcad: So... how much *does* the top weigh? :D
17:42.07 *** join/#brlcad madant (n=madant@117.196.140.136)
18:15.54 CIA-40 BRL-CAD: 03starseeker * r33719 10/brlcad/trunk/regress/mged/mged.tcl: Make mged.tcl's logic and naming a bit more generic, so it can be re-used more easily for other commands
19:15.41 CIA-40 BRL-CAD: 03starseeker * r33720 10/brlcad/trunk/regress/mged/mged.tcl: Make the logic for finding binary locations in mged.tcl more sophisticated.
19:31.55 *** join/#brlcad elite01 (n=omg@unaffiliated/elite01)
19:53.53 CIA-40 BRL-CAD: 03starseeker * r33721 10/brlcad/trunk/regress/mged/mged.tcl: Tweak add_test, run_test for greater flexibility
20:18.29 *** join/#brlcad ruskie (i=ruskie@sourcemage/mage/ruskie)
20:29.40 *** join/#brlcad ruskie (i=ruskie@sourcemage/mage/ruskie)
20:43.56 *** join/#brlcad Axman6 (n=Axman6@pdpc/supporter/student/Axman6) [NETSPLIT VICTIM]
20:43.56 *** join/#brlcad Dr_Phreakenstein (n=phreak@216.151.24.198) [NETSPLIT VICTIM]
20:43.56 *** join/#brlcad CIA-40 (n=CIA@208.69.182.149) [NETSPLIT VICTIM]
20:47.37 *** join/#brlcad Axman6 (n=Axman6@pdpc/supporter/student/Axman6)
21:06.14 *** join/#brlcad Dr_Phreakenstein (n=phreak@216.151.24.198)
21:08.49 *** join/#brlcad BigAToo (n=BigAToo@pool-96-230-124-181.sbndin.btas.verizon.net)
21:11.39 *** join/#brlcad CIA-40 (n=CIA@208.69.182.149) [NETSPLIT VICTIM]
21:16.58 *** join/#brlcad ``Erik__ (i=erik@c-76-111-12-116.hsd1.md.comcast.net)
21:38.23 *** join/#brlcad samrose (n=samrose@c-24-11-214-181.hsd1.mi.comcast.net)
21:49.46 starseeker brlcad: Is there any standard way to run tclsh from within the build process, e.g. ${TCLSH} as opposed to ${SH}?
21:51.41 starseeker heads for gym
21:53.45 *** join/#brlcad Elrohir (n=kvirc@p5B14EF62.dip.t-dialin.net)
22:02.39 starseeker brlcad: nevermind, found it
22:02.42 starseeker really heads for gym
22:04.19 CIA-40 BRL-CAD: 03starseeker * r33722 10/brlcad/trunk/regress/mged/mged.tcl: remove individual clone test
22:05.33 CIA-40 BRL-CAD: 03starseeker * r33723 10/brlcad/trunk/ (configure.ac regress/Makefile.am regress/mged/Makefile.am): Test adding the tcl based regression logic to the build system.
22:55.56 yukonbob starseeker: what's the answer?
23:17.21 brlcad starseeker: can you give mged (gui) a test -- report that it is accepting no commands on the command-line when it starts up until a database is opened
23:17.26 brlcad not even bad ones

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