IRC log for #brlcad on 20110824

00:29.04 CIA-62 BRL-CAD: 03starseeker * r46364 10/brlcad/trunk/CMakeLists.txt: Since it's proving convenient to make a build directory in the src dir for a cmake .. build, ignore the two most common cases when doing cpack
01:39.49 CIA-62 BRL-CAD: 03starseeker * r46365 10/brlcad/trunk/misc/CMake/BRLCAD_Util.cmake: Be nice to source file flags set prior to the target being defined and bring them along for the ride.
01:46.38 CIA-62 BRL-CAD: 03starseeker * r46366 10/brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake: Check if we have the no-unused flag
01:51.24 CIA-62 BRL-CAD: 03starseeker * r46367 10/brlcad/trunk/src/other/boost/ (1083 files in 93 dirs): One last round of additions - this is enough to let libpc build again, surprisingly - so good news everybody, boost can be upgraded without wiping out libpc
01:59.04 *** join/#brlcad cjdevlin (~devlin@d118-75-70-176.try.wideopenwest.com)
02:00.31 *** part/#brlcad cjdevlin (~devlin@d118-75-70-176.try.wideopenwest.com)
02:51.51 *** join/#brlcad IriX64 (~kvirc@bas2-sudbury98-1096600997.dsl.bell.ca)
08:04.00 *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol)
09:37.02 jordisayol starseeker: congratulations! text properly render on mged and archer when compiling with cmake :-)
09:37.44 jordisayol now i'll move to cmake the scripts to build deb and rpm packages
09:40.52 jordisayol and change some files names on misc/debian dir. Until now, I just need to modify "misc/Makefile.am" with the new files names. May I modify something else?
10:11.49 CIA-62 BRL-CAD: 03jordisayol * r46368 10/brlcad/trunk/misc/ (18 files in 3 dirs): Change some debian file names and mime-type names.
10:22.33 CIA-62 BRL-CAD: 03jordisayol * r46369 10/brlcad/trunk/ (5 files in 2 dirs):
10:22.33 CIA-62 BRL-CAD: Move deb/rpm building scripts to CMAKE.
10:22.33 CIA-62 BRL-CAD: Update debian/changelog to the next BRL-CAD release.
12:59.47 CIA-62 BRL-CAD: 03d_rossberg * r46370 10/osl/trunk/compile.sh: it's a bash script, neither sh nor tcsh works
13:01.27 CIA-62 BRL-CAD: 03d_rossberg * r46371 10/brlcad/trunk/src/liboptical/CMakeLists.txt: osl_rt.cpp was removed some days before
14:08.13 *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ)
14:11.07 *** join/#brlcad nick (~molto_cre@BZ.BZFLAG.BZ)
15:16.34 *** join/#brlcad abhi2011 (~chatzilla@ip170-79-211-87.adsl2.static.versatel.nl)
15:28.55 *** join/#brlcad bhinesley (~bhinesley@99.104.175.216)
16:18.55 *** join/#brlcad DarkCalff (DC@173.231.40.98)
16:26.55 CIA-62 BRL-CAD: 03n_reed * r46372 10/brlcad/trunk/src/conv/obj-g_new.c: Fixed buffer overflow in collect_grouping_faces_indexes. Realloc test was being done after bad index had already been used.
16:52.22 CIA-62 BRL-CAD: 03n_reed * r46373 10/brlcad/trunk/src/libgcv/wfobj/re2c_utils.c: Explicitly initializing vls to reassure valgrind.
17:44.29 CIA-62 BRL-CAD: 03n_reed * r46374 10/brlcad/trunk/src/libgcv/wfobj/ (obj_parser.cpp re2c_utils.c re2c_utils.h): Properly freeing scanner and parser objects.
17:51.52 CIA-62 BRL-CAD: 03starseeker * r46375 10/brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake: revert r46366
17:57.39 CIA-62 BRL-CAD: 03starseeker * r46376 10/brlcad/trunk/src/CMakeLists.txt: turn libpc back on, as long as we're not on MSVC - not quite ready for that can of worms yet.
17:58.19 jordisayol starseeker: hi
17:59.27 jordisayol starseeker: now, compiling in linux with cmake, text in mged anf archer is properly rendered :-)
17:59.52 starseeker jordisayol: awesome!
18:00.47 jordisayol starseeker: well, I supose that You do the necessary changes
18:01.52 jordisayol i'm trying to compile it in opensuse in virtualbox, and I've got some errors
18:05.22 jordisayol starseeker: the error is this:
18:05.22 jordisayol -- Check if the system is big endian
18:05.22 jordisayol -- Searching 16 bit integer
18:05.22 jordisayol CMake Error at /usr/share/cmake/Modules/TestBigEndian.cmake:44 (MESSAGE):
18:05.22 jordisayol <PROTECTED>
18:05.22 jordisayol Call Stack (most recent call first):
18:05.23 jordisayol <PROTECTED>
18:05.24 jordisayol -- Configuring incomplete, errors occurred!
18:05.46 jordisayol starseeker: is there a way to override it?
18:26.07 *** join/#brlcad abhi2011 (~chatzilla@ip170-79-211-87.adsl2.static.versatel.nl)
18:39.17 starseeker jordisayol: I'm seeing that error on another platform actually - stand by
18:39.51 jordisayol starseeker: ok, thanks
18:55.43 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
19:07.10 CIA-62 BRL-CAD: 03starseeker * r46377 10/brlcad/trunk/misc/CMake/FindTERMLIB.cmake: Bad CMake module - don't pollute CMAKE_REQUIRED_LIBRARIES for other tests.
19:07.27 starseeker jordisayol: give that a shot
19:15.31 jordisayol starseeker: now it works
19:15.34 jordisayol ;-)
19:38.02 starseeker excellent
19:38.11 starseeker sneaky devil, but it's gone now :-)
20:17.03 CIA-62 BRL-CAD: 03starseeker * r46378 10/brlcad/trunk/src/other/boost/boost/ (indirect_reference.hpp iterator/indirect_iterator.hpp): Hmm - different machine is showing more missing boost headers.
20:24.43 CIA-62 BRL-CAD: 03starseeker * r46379 10/brlcad/trunk/src/other/boost/ (742 files in 112 dirs): More boost stuff
20:26.44 *** join/#brlcad abhi2011_ (~chatzilla@ip170-79-211-87.adsl2.static.versatel.nl)
20:27.13 jordisayol I got another compiling error: http://paste.debian.net/127285/
20:27.23 CIA-62 BRL-CAD: 03starseeker * r46380 10/brlcad/trunk/misc/CMake/CompilerFlags.cmake: With the new boost, depth 50 isn't gonna cut it - some indications even 128 won't...
20:27.30 jordisayol in opensuse 11.4 64 bit
20:31.10 brlcad starseeker: getting rt differences raytracing bot after something recent
20:31.13 brlcad maybe the bb?
20:35.39 brlcad several other primitives too, i'll see if I can get a list
20:36.30 starseeker growl
21:11.46 CIA-62 BRL-CAD: 03n_reed * r46381 10/brlcad/trunk/src/libgcv/wfobj/obj_grammar.yy: Appeasing compiler by adding gratuitous code to lemon directives so that previously unused parameters get used in the generated output.
21:13.50 CIA-62 BRL-CAD: 03n_reed * r46382 10/brlcad/trunk/src/libgcv/wfobj/ (obj_rules.h obj_rules.re): Changed obj_parser_set_extra return type from void* to more appropriate void. Removed unused YY_INPUT macro.
21:22.06 CIA-62 BRL-CAD: 03n_reed * r46383 10/brlcad/trunk/src/conv/obj-g_new.c: Suppressing compiler warnings: compressed oversized usage string, added missing test_face prototype, removed unused variables, fixed bad branch statements.
21:29.18 jordisayol on Fedora14 32bit got this error:
21:29.18 jordisayol /home/jordi/Escriptori/b/src/other/togl/src/../include/GL/glew.h:1165:20: fatal error: GL/glu.h: No such file or directory
21:42.56 *** part/#brlcad molto_crescendo (~molto_cre@BZ.BZFLAG.BZ)
22:14.32 CIA-62 BRL-CAD: 03jordisayol * r46384 10/brlcad/trunk/ (misc/debian/changelog sh/make_deb.sh sh/make_rpm.sh):
22:14.32 CIA-62 BRL-CAD: Change deb/rpm building dependencies.
22:14.32 CIA-62 BRL-CAD: Update debian/changelog.
22:23.32 CIA-62 BRL-CAD: 03jordisayol * r46385 10/brlcad/trunk/sh/make_rpm.sh: Change mime-type name on rpm builder script
22:56.07 *** join/#brlcad merzo (~merzo@111-9-132-95.pool.ukrtel.net)
23:04.36 starseeker is the glu.h header present on your system?
23:07.34 CIA-62 BRL-CAD: 03starseeker * r46386 10/brlcad/trunk/src/librt/primitives/bot/ (bot.c g_bot_include.c): Apparently rt_bot_bbox does not correctly calculate a minimal bbox - until it's clear why, restore old behavior.
23:34.59 CIA-62 BRL-CAD: 03brlcad * r46387 10/brlcad/trunk/BUGS: document a few more bugs encountered via the brep/csg/bot comparison testing. crashes during rtarea and/or gqa (but pix raytracing actually works...) for revolve, brep (revolve), and bot (hyp).
23:36.18 CIA-62 BRL-CAD: 03brlcad * r46388 10/brlcad/trunk/TODO:
23:36.18 CIA-62 BRL-CAD: document some of the NURBS issues encountered via the brep/csg/bot comparison
23:36.18 CIA-62 BRL-CAD: testing. need to speed up brep prep, need to tighten the bounding box (ideally
23:36.18 CIA-62 BRL-CAD: so that tools like csgbrep generate equivalent bounding boxes for the brep
23:36.18 CIA-62 BRL-CAD: version as the equivalent csg version -- good test cases).
23:45.14 CIA-62 BRL-CAD: 03brlcad * r46389 10/brlcad/trunk/sh/facetall.sh:
23:45.15 CIA-62 BRL-CAD: this script could use some love, but it can be pretty useful -- particularly
23:45.15 CIA-62 BRL-CAD: with these helper scripts. move the converted bot objects into place within the
23:45.15 CIA-62 BRL-CAD: hierarchy and show an easy way to count the size of all those polygons within a
23:45.15 CIA-62 BRL-CAD: .g file hierarchy.
23:46.15 CIA-62 BRL-CAD: 03brlcad * r46390 10/brlcad/trunk/sh/facetall.sh: killtree is probably more appropriate since the region will usually have children

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