irclog2html for #brlcad on 20050328

00:36.38 narnia well i have narrowed down the probelm to a particular IRs and the resolve routines in libexpress.
00:45.12 narnia the particular IRs is 10303-042 the particular schema is geometry_schema the particular entities are :: ENTITY revolved_area_solid and ENTITY revolved_face_solid, which are nearly identical.
00:47.16 narnia what baffles me at the moment is that ENTITY revolved_area_solid and ENTITY revolved_face_solid are nearly identical to ENTITY surface_of_revolution, which does not have the problem.
00:50.31 *** join/#brlcad PrezKennedy (~Matthew@resnet-253-237.resnet.umbc.edu)
00:52.22 PrezKennedy hey brlcad you been to OSG lately?
00:52.26 PrezKennedy its gotten a lot faster :-)
01:26.31 *** join/#brlcad Segers_J_ (~jj@adsl-211-241-2.asm.bellsouth.net)
02:07.55 *** join/#brlcad Pimpi (~frank@p54819E53.dip0.t-ipconnect.de)
03:51.40 brlcad narnia: sourcenav?
03:52.05 brlcad is that the gui screenshot you showed earlier for browsing source code/
03:52.20 brlcad call tree views and such
03:52.51 brlcad PrezKennedy: nope, can't say that I have
04:02.34 *** join/#brlcad tancred (~tancred@d233-64-63-249.clv.wideopenwest.com)
04:10.41 narnia brlcad, http://sourcenav.sourceforge.net/ i am using this for libexpress and step development.
04:11.21 narnia brlcad, it would be nice to have something like sourcenav that grok express language and step files.
04:45.52 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/mged/ged.c: Added call to wdb_create_cmd() due to change in wdb_init_obj()
05:07.44 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/include/config_win.h: Add HAVE_GL_GL_H
05:17.46 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/include/bn.h: Modify bn_common_name_size declaration: add "const" specifier to "name" parameter
05:19.49 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/include/fb.h: Add code to allow libfb to be a Windows DLL
05:21.24 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/include/pkg.h: Add code to allow libpkg to be a Windows DLL
05:23.00 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/include/wdb.h: Add code to allow libwdb to be a Windows DLL
05:25.50 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/conv/asc2g.c: If Windows, call Tcl_FindExecutable() before calling Tcl_CreateInterp()
05:28.26 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/libbn/asize.c: Move declarations of bn_common_name_size() and bn_common_image_size() to bn.h
05:32.27 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/libfb/if_disk.c: Add code for Windows port: unlink() changes to remove(), lseek() changes to _lseek()
05:35.14 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/libfb/if_ogl_win32.c: Change function signatures from K&R to ANSI
05:43.55 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/libfb/tcl.c: If Windows, use _stricmp and strnicmp instead of strcasecmp and strncmp, respectively
05:47.23 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/liboptical/photonmap.c: Add mods for Windows port
05:51.34 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/librt/importFg4Section.c: Change mk_bot to rt_mk_bot to avoid name collision with routines in libwdb
05:52.58 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/libpkg/pkg.c: If Windows, use _sys_nerr and _sys_errlist
05:55.43 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/libwdb/pipe.c: Remove declaration of rt_pipe_ck(). It's now declared in raytrace.h
05:58.57 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/librt/wdb_obj.c: #if-out unused variable
06:04.00 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/librt/table.c: Remove declaration of rt_binunif_free(). Its already declared in raytrace.h
06:05.27 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/src/librt/timer-nt.c: Include vmath.h and raytrace.h
06:08.09 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/include/raytrace.h: Declare more functions from librt
06:16.53 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/include/spm.h: Mods to make more of libbn's functions available via a Windows DLL
06:28.20 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/include/spectrum.h: Declare more librt functions
06:32.21 CIA-10 BRL-CAD: 03bob1961 * 10brlcad/ (44 files in 4 dirs): Add code to allow liboptical to be a Windows DLL
07:18.14 narnia i am coming to the conclusion that something 'funky' is happening to the hash table.
07:19.03 narnia as to why it only occurs in this particular case is still a mystery.
07:32.57 brlcad egads :)
07:35.35 brlcad that is a lot of commits
07:35.56 brlcad hrm, i sure wish he'd stop throwing in #ifdef WIN32
07:36.18 brlcad just ends up being stuff that has to be changed later
07:37.03 brlcad narnia: so in not so few words - yes, it is what you showed me earlier :)
07:40.53 narnia this bug is driving me up the wall.
07:48.12 *** join/#brlcad cad888 (~18108d85@bz.bzflag.bz)
07:49.07 narnia cad888, hello, how goes it?
07:49.34 cad888 hi
07:50.18 cad888 Does anyone know if there is a windows build of brlcad?
07:51.31 narnia cad888, the windows port is currently being worked on.
07:52.10 brlcad cad888: there is a beta but it is only for developers
07:52.32 brlcad if you're not a developer then "not yet"
07:52.42 brlcad kill it!
07:54.03 narnia it is dead jim. ;-)
07:54.23 cad888 I see, was it just recently made opensource?
07:55.03 narnia cad888, jan 2005
07:55.27 brlcad narnia: technically dec 2004 :)
07:56.21 brlcad I made the final legal conversion on Dec 21
07:57.01 cad888 that's pretty recent
07:57.09 brlcad the news announcements were not approved for about a week and a half later -- so few found out until it his /.
07:57.20 brlcad s/his/hit/
07:58.28 brlcad cad888, very recent -- it's been a flurry of various activities and demands on time since
07:59.38 cad888 Cool, I'm going to try it out on my linux box once it finishes downloading
08:00.57 cad888 brlcad & narnia, see you later, thanks
08:01.13 brlcad cheers!
08:03.15 narnia brlcad, any words of wisdom on the bug problem?
08:30.42 CIA-10 BRL-CAD: 03brlcad * 10brlcad/configure.ac:
08:30.42 CIA-10 BRL-CAD: if sproc() is available (e.g. on irix), do NOT try to link with pthreads as it
08:30.42 CIA-10 BRL-CAD: will cause bad things to happen even if not explicitly using pthreading in the
08:30.42 CIA-10 BRL-CAD: code. add check for XQueryExtension and reinstate HAS_SGIGL define until the
08:30.42 CIA-10 BRL-CAD: code that relies on it can be decoupled
08:32.23 brlcad narnia: hmm, not that would be of any use
08:33.08 brlcad btw, jano's had a very bad week last week -- part of why he's been absent
08:33.37 brlcad he's tough, though -- he'll bounce back eventually
08:34.32 PrezKennedy he'll be borking us again in no time
08:40.47 narnia what happened to jano?
08:41.11 narnia that is a serious question.
15:44.02 CIA-10 BRL-CAD: 03brlcad * 10brlcad/include/optical.h: remove \r carriage returns, should only be \n. editor/studio/.net should be set to never create \n\r line endings on windows for new or existing files -- causes obscure problems.
16:44.54 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/burst/.cvsignore: ignore the built burst
16:47.38 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/bwish/.cvsignore: ignore the generated btclsh and bwish binaries
16:52.47 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/fbserv/.cvsignore: ignore the generated fbserv binary
16:59.49 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/jack/.cvsignore: ignore the generated g-jack and jack-g binary
16:59.52 brlcad <PROTECTED>
16:59.55 brlcad eek
17:05.13 brlcad just kidding -- whatcha need?
17:05.37 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/librt/.cvsignore: comb and nurb_example are noinst programs
17:05.58 narnia what happened to jano? this is a serious question.
17:06.13 brlcad oh, personal stuff -- bad long week
17:06.27 brlcad nothing permanent/physical
17:06.46 brlcad distressing for him, though
17:07.13 narnia last week was not a good week. a friend's daughter, 36 yo, died of cancer last wednesday. funeral was saturday.
17:07.57 narnia that is good to hear. jano will recover.
17:08.05 narnia that is a 'good' thing.
17:09.45 brlcad yep
17:10.33 narnia looks like i am going to have to break down and debug this problem with printf and dumping the various dictionary hash tables at critical points.
17:11.40 narnia the problem is not easily debugged using gdb.
18:46.43 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/other/libpng/.cvsignore: ignore pngtest binary
19:10.04 brlcad CIA-10 has problems today..
19:14.22 CIA-10 BRL-CAD: 03brlcad * 10brlcad/include/config_win.h: windows reportedly doesn't have drand48 function, so don't claim to have it
19:16.25 brlcad missing lots of commits
19:26.07 CIA-10 BRL-CAD: 03brlcad * 10brlcad/configure.ac: drand is bogus, check for dran48
19:37.30 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/liboptical/photonmap.c: if drand48 isn't available, use the win32 rand() alternative
19:44.34 *** join/#brlcad tancred (~tancred@d233-64-63-249.clv.wideopenwest.com)
19:57.17 *** join/#brlcad Jymmm (~somebody@jymmm.user)
20:08.28 Jymmm Is brlcad a good choice for cad/CAM work?
20:13.24 brlcad Jymmm: depends on what you're goal is
20:13.52 brlcad brl-cad is a solid modeler primarily intended for the purposes of cad and simulations/analyses
20:14.28 brlcad cadd (drafting) and cam are not well developed yet, though much work is occuring in those directions to improve support
20:15.49 brlcad if you're a developer, we're always looking for folks to join the project and help improve it ;)
20:21.00 Jymmm brlcad: You wouldn't want me as a devleoper =) I have my "own" ways of doing things =)
20:21.50 Jymmm I was jsut looking for a open source CAD pkg and came across brlcad, so I thought I'd at least ask =)
20:22.40 Jymmm Though I do like the idea it's in ANSI C =)
20:34.30 brlcad it's been around for a very long time too, with quite a sizeable user community
20:38.52 brlcad Jymmm: maybe your "own" way happens to coincide.. :) can always check out the HACKING file if you get interested
20:39.32 brlcad it has the "dev rules"
20:51.36 *** join/#brlcad brainZzZ (kissing@c-24-18-82-42.client.comcast.net)
21:05.28 *** join/#brlcad dan_falck (~danfalck@wbar1.sea1-4-5-017-067.sea1.dsl-verizon.net) [NETSPLIT VICTIM]
21:12.09 *** join/#brlcad Twingy (~justin@pcp0011643033pcs.aberdn01.md.comcast.net) [NETSPLIT VICTIM]
21:13.24 *** join/#brlcad narnia (~terrylr@johann.blauedonau.com) [NETSPLIT VICTIM]
21:18.50 *** part/#brlcad Jymmm (~somebody@jymmm.user)
21:23.06 *** join/#brlcad Twingy (~justin@pcp0011643033pcs.aberdn01.md.comcast.net) [NETSPLIT VICTIM]
21:42.54 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/rttherm/Makefile.am: rttherm needs fb, ssamp-bw needs bu and bn
23:12.52 *** part/#brlcad brainZzZ (kissing@c-24-18-82-42.client.comcast.net)
23:35.37 CIA-10 BRL-CAD: 03brlcad * 10brlcad/configure.ac: search for srand48() function
23:39.48 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/liboptical/photonmap.c: oop, missed a few win32 defs, using HAVE_DRAND48 and HAVE_SRAND48 instead
23:40.30 CIA-10 BRL-CAD: 03brlcad * 10brlcad/src/ (4 files in 3 dirs): use HAVE_SRAND48 symbol check
23:52.30 CIA-10 BRL-CAD: 03brlcad * 10brlcad/bench/.cvsignore: add pixcmp

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.