IRC log for #brlcad on 20101214

00:07.01 brlcad starseeker: http://www.cmake.org/Wiki/CMake_FAQ#Does_CMake_support_.22convenience.22_libraries.3F
00:07.15 brlcad that's the mechanism used to generate libbrlcad
00:08.56 brlcad the follow-up FAQ question might be a way to trick things, though -- because they are also effective just interface libraries to a new shared library
00:09.46 brlcad you might have to create a dummy/empty source file/function that makes a call to bu/bn/rt/etc so that they all actually are required to link
00:10.08 brlcad but that might do the trick without explicit double-compilation and listing all sources
00:10.15 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
00:35.06 starseeker brlcad: hmm... OK, that might work
00:37.37 starseeker thanks brlcad
01:29.42 brlcad https://sourceforge.net/projects/brlcad/forums/forum/362510/topic/4011275
01:30.24 brlcad https://sourceforge.net/projects/brlcad/forums/forum/362510/topic/4010958
01:31.41 brlcad starseeker: letting you field the build support requests this release, dunno if you're subscribed to the forums :)
01:45.47 starseeker the first one looks like something I've seen on my gentoo box once in a while - BRL-CAD's own tcl/tk will sometimes grab a system installed lib even if you build the local copy
01:46.02 starseeker I have no clue what the second one is about
01:52.47 *** join/#brlcad dtidrow (~dtidrow@c-71-238-51-148.hsd1.mi.comcast.net)
02:05.59 CIA-55 BRL-CAD: 03starseeker * r41587 10/brlcad/trunk/src/librt/uvpoints.cpp: Fix the uv coordinate logic.
04:40.36 *** join/#brlcad roberthl_ (~robert@v001.rhl.me.uk)
04:53.35 *** join/#brlcad CIA-55 (~CIA@208.69.182.149)
04:53.36 *** join/#brlcad starseeker (~starseeke@BZ.BZFLAG.BZ)
04:53.36 *** join/#brlcad Aeamus (~Enigma@64-136-219-55.dyn.everestkc.net)
04:54.20 *** join/#brlcad yukonbob_ (~bch@S010600235a187d92.ok.shawcable.net)
04:54.33 *** join/#brlcad packrat (~packrator@99-67-225-40.lightspeed.livnmi.sbcglobal.net)
04:54.33 *** join/#brlcad willdye (~willdye@fern.dsndata.com)
04:54.42 *** join/#brlcad roberthl_ (~robert@v001.rhl.me.uk)
04:55.42 *** join/#brlcad kanzure (~kanzure@131.252.130.248)
04:55.42 *** join/#brlcad indianla1ry (~indianlar@BZ.BZFLAG.BZ)
04:55.42 *** join/#brlcad DaveLo (~claymore@BZ.BZFLAG.BZ)
04:58.36 *** join/#brlcad ``Erik_ (Here@c-69-140-109-104.hsd1.md.comcast.net)
04:58.36 *** join/#brlcad DaveLo (~claymore@BZ.BZFLAG.BZ)
04:58.36 *** join/#brlcad indianla1ry (~indianlar@BZ.BZFLAG.BZ)
04:58.37 *** join/#brlcad kanzure (~kanzure@131.252.130.248)
04:58.37 *** join/#brlcad roberthl_ (~robert@v001.rhl.me.uk)
04:58.37 *** join/#brlcad willdye (~willdye@fern.dsndata.com)
04:58.37 *** join/#brlcad packrat (~packrator@99-67-225-40.lightspeed.livnmi.sbcglobal.net)
04:58.37 *** join/#brlcad CIA-55 (~CIA@208.69.182.149)
04:58.37 *** join/#brlcad starseeker (~starseeke@BZ.BZFLAG.BZ)
04:58.37 *** join/#brlcad Aeamus (~Enigma@64-136-219-55.dyn.everestkc.net)
05:06.51 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
06:10.50 *** join/#brlcad roberthl_ (~robert@v001.rhl.me.uk)
06:11.52 *** join/#brlcad roberthl (~robert@v001.rhl.me.uk)
06:11.52 *** join/#brlcad roberthl (~robert@mediawiki/RobertL)
08:57.48 *** join/#brlcad CIA-35 (~CIA@208.69.182.149)
09:03.04 *** join/#brlcad merzo (~merzo@193.254.217.44)
10:38.24 *** join/#brlcad mafm (~mafm@211.Red-83-32-127.dynamicIP.rima-tde.net)
11:39.22 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
12:07.09 DaveLo Mernin all
13:14.25 CIA-35 BRL-CAD: 03davidloman * r41588 10/rt^3/trunk/include/JobManager.h: Quick Typo Fix
13:23.41 CIA-35 BRL-CAD: 03davidloman * r41589 10/rt^3/trunk/ (7 files in 3 dirs): Utils class should have been named DataStreamUtils
13:27.17 CIA-35 BRL-CAD: 03davidloman * r41590 10/rt^3/trunk/include/Config.h: Converted comments style: C++ to C
13:32.13 CIA-35 BRL-CAD: 03davidloman * r41591 10/rt^3/trunk/include/ (28 files): Converted comments style: C++ to C. Formatting and WS.
13:34.20 CIA-35 BRL-CAD: 03davidloman * r41592 10/rt^3/trunk/include/ (13 files): Converted comments style: C++ to C. Formatting and WS.
14:05.58 *** join/#brlcad mafm_ (~mafm@211.Red-83-32-127.dynamicIP.rima-tde.net)
14:09.36 CIA-35 BRL-CAD: 03davidloman * r41593 10/rt^3/trunk/include/ (20 files): More Code cleanup. Disabled more default constructors, copy constructors, and equality operators.
14:27.25 CIA-35 BRL-CAD: 03davidloman * r41594 10/rt^3/trunk/cmake/rt3commons.cmake: Make the file footer generator for rt^3 generate C style comments.
14:47.10 CIA-35 BRL-CAD: 03brlcad * r41595 10/brlcad/trunk/sh/conversion.sh:
14:47.10 CIA-35 BRL-CAD: improve iteration over arguments so that each argument is handled one at a time,
14:47.10 CIA-35 BRL-CAD: leveraging the shell to group arguments with spaces, instead of assuming
14:47.10 CIA-35 BRL-CAD: arguments are space-separated. The SEARCH option needs spaces for things like
14:47.10 CIA-35 BRL-CAD: SEARCH="-type reg". also print the current settings during help so you can see
14:47.11 CIA-35 BRL-CAD: what things are set to before you run.
15:00.04 CIA-35 BRL-CAD: 03brlcad * r41596 10/brlcad/trunk/sh/conversion.sh: clean up the examples
15:04.58 CIA-35 BRL-CAD: 03brlcad * r41597 10/rt^3/trunk/cmake/rt3commons.cmake: the *** suffix was dropped a long time ago, not needed. add c-file-style stroustrup to get consistent c++ format rules.
16:04.35 *** join/#brlcad Zaebos (~irc@pd95b7f5e.dip0.t-ipconnect.de)
16:08.02 CIA-35 BRL-CAD: 03r_weiss * r41598 10/brlcad/trunk/src/libbn/ (Makefile.am bntester.c bntester.dat): Added and made changes within 'src/libbn' to place the initial stubs into BRLCAD for a test program (i.e. 'bntester') to test the 'libbn' library. Updated Makefile.am, and added files 'bntester.c' and 'bntester.dat'.
16:13.59 CIA-35 BRL-CAD: 03starseeker * r41599 10/brlcad/branches/cmake/ (5 files in 3 dirs): Update cmake branch to r41598
16:16.42 CIA-35 BRL-CAD: 03starseeker * r41600 10/brlcad/branches/cmake/src/libbn/CMakeLists.txt: Add bntester to CMakeLists.txt
16:20.29 CIA-35 BRL-CAD: 03starseeker * r41601 10/brlcad/branches/cmake/src/libbn/CMakeLists.txt: bntester probably needs libbn
16:53.08 *** join/#brlcad cjdevlin (~devlin@99-74-181-148.lightspeed.cicril.sbcglobal.net)
16:55.30 *** join/#brlcad crazy_imp (~mj@a89-182-209-87.net-htp.de)
17:15.51 *** join/#brlcad alex_joni (~alex_joni@emc/board-of-directors/alexjoni)
17:24.47 cjdevlin hello, i am trying to compile from source. ./configure runs fine, but when i make i get this error: /home/devlin/brlcad-7.0/src/bwish/.libs/lt-btclsh: error while loading shared libraries: libbn.so.19: cannot open shared object file: No such file or directory
17:24.47 cjdevlin i am running ubuntu 10.04. i did try googling and all i found was this (from 2005): http://purl.rikers.org/%23brlcad/20050618.html.gz
18:36.39 starseeker um. Are you building the latest BRL-CAD?
18:36.48 starseeker (7.18.0)
19:09.35 brlcad cjdevlin: sounds like a parallel make bug maybe?
19:11.45 cjdevlin 7.0 i believe
19:12.43 brlcad cjdevlin: I hope not
19:13.07 brlcad 7.0 is 5 years old
19:13.20 brlcad try 7.18
19:14.52 cjdevlin hokay
20:25.08 *** part/#brlcad cjdevlin (~devlin@99-74-181-148.lightspeed.cicril.sbcglobal.net)
20:25.26 *** join/#brlcad cjdevlin (~devlin@99-74-181-148.lightspeed.cicril.sbcglobal.net)
20:26.25 *** part/#brlcad cjdevlin (~devlin@99-74-181-148.lightspeed.cicril.sbcglobal.net)
20:32.19 *** join/#brlcad cjdevlin (~devlin@99-74-181-148.lightspeed.cicril.sbcglobal.net)
20:32.37 cjdevlin 7.18.0 worked without a hitch. thanks much.
20:37.32 CIA-35 BRL-CAD: 03davidloman * r41602 10/rt^3/trunk/docs/ (. Doxyfile): Work on doxyfile for Doxygen. Added /docs/doxygen_output to svn:ignore. No reason to include documentation in the repo quite yet :)
20:43.56 CIA-35 BRL-CAD: 03davidloman * r41603 10/rt^3/trunk/include/AbstractJob.h: Starting work on getting class headers Doxygenized.
21:01.02 CIA-35 BRL-CAD: 03bob1961 * r41604 10/brlcad/trunk/src/ (archer/archer.bat mged/mged.bat): Remove the need to set CAD_VERSION and BRLCAD_DATA in archer.bat and mged.bat.
21:33.33 CIA-35 BRL-CAD: 03bob1961 * r41605 10/brlcad/trunk/ (2 files in 2 dirs): Remove the need to set CAD_VERSION and BRLCAD_DATA in rtwizard.bat. As part of this, copy rtwizard.tcl, a sh/tcl script, to the bin directory.
22:01.55 CIA-35 BRL-CAD: 03brlcad * r41606 10/brlcad/trunk/sh/conversion.sh: er, those unrecognized option names are probably .g file names, so leave them there. search . -maxdepth doesn't work, so don't mention getting only top-level objects. quote the eval commands for good measure.
22:04.16 CIA-35 BRL-CAD: 03brlcad * r41607 10/brlcad/trunk/TODO: add note to make 'search . -maxdepth 0' work along with making '.' imply no path decoration.
22:05.31 *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1)
22:42.47 CIA-35 BRL-CAD: 03brlcad * r41608 10/brlcad/trunk/TODO: now that covart has integrated and fastgen, our rtg3 and burst tools can be deprecated. burst functionality should still migrate into librt as a ray pattern, though.

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