IRC log for #brlcad on 20101115

02:14.19 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
03:17.35 CIA-55 BRL-CAD: 03Sean 07http://brlcad.org * r0 10/wiki/Special:Log/block: blocked [[User:Uziqyjahiq]] with an expiry time of infinite (account creation disabled, e-mail blocked): Spamming links to external sites
08:12.52 *** join/#brlcad merzo (~merzo@smartbussiness.mobicom.net.ua)
10:24.48 *** join/#brlcad merzo (~merzo@smartbussiness.mobicom.net.ua)
11:52.50 *** join/#brlcad archivist_emc (~archivist@host217-34-113-62.in-addr.btopenworld.com)
12:22.42 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
12:27.47 brlcad starseeker: you have to read into what the code is trying to do for most of those errors if you're going to make any progress making it work
12:29.09 brlcad for example, line 282 is defining a wchar_t type .. but if you even just read into the immediate preprocessor logic, you see that they DON'T declare the type for gcc or windows ..
12:29.42 brlcad and since they are listing out platforms instead of features, and you're on a different platform, it probably just needs to be not gcc, not windows, and not sun.
12:30.41 brlcad which means you'd need to create an ON_COMPILER_SUN or something similar and sprinkle around the code accordingly
12:31.19 brlcad there are going to be LOTS of issues like that, not just in opennurbs -- nothing hard, but you have to figure out the context and intent of that bit of code, not just the error on the line
12:33.37 brlcad you'd get that particular line 282 error, for example, if sun handled wchar_t's by simply #defining them to a built-in type (like opennurbs is trying to do for some platforms that need it and didn't have it declared/defined)
12:34.30 brlcad wow, sphflake has the paint_face bug... cool
13:00.38 *** join/#brlcad merzo (~merzo@smartbussiness.mobicom.net.ua)
13:24.56 *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1)
13:40.35 *** join/#brlcad juan_man (~quassel@unaffiliated/juanman)
15:06.56 CIA-55 BRL-CAD: 03erikgreenwald * r41349 10/brlcad/branches/bottie/ (465 files in 94 dirs): MFC 41333
15:42.57 CIA-55 BRL-CAD: 03bob1961 * r41350 10/brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl: Fixed a typo in CombEditFrame::validateTableEntry.
16:00.40 *** join/#brlcad merzo (~merzo@193.254.217.44)
16:30.50 *** join/#brlcad merzo_ (~merzo@smartbussiness.mobicom.net.ua)
17:39.59 *** join/#brlcad Zaebos (~irc@pd95b7f5e.dip0.t-ipconnect.de)
18:33.07 starseeker anybody else getting a build failure on killtree.c in libged? looks like it's MAXARGS related
18:58.40 ``Erik http://kitblog.com/2010/11/stars_wars_weather.html
19:04.26 ``Erik yes, 4 files in libged still try to reference MAXARGS: killtree.c preview.c rtcheck.c solids_on_ray.c
19:05.22 ``Erik in the cmake branch, itk freaks out about not finding X11/Xlib.h
19:05.32 starseeker on BSD?
19:06.15 starseeker one sec...
19:09.29 CIA-55 BRL-CAD: 03starseeker * r41351 10/brlcad/branches/cmake/src/other/incrTcl/itk/ (CMake/FindX11.cmake CMakeLists.txt): Itk is also gonna need enhanced FindX11.cmake - let's try this.
19:15.33 CIA-55 BRL-CAD: 03starseeker * r41352 10/brlcad/branches/cmake/src/other/incrTcl/itk/CMakeLists.txt: Oh yeah, might want to actually include the dir.
19:25.23 CIA-55 BRL-CAD: 03starseeker * r41353 10/brlcad/branches/cmake/src/other/CMakeLists.txt: Flag this on the local ITCL var, not the TCL var.
19:35.30 CIA-55 BRL-CAD: 03starseeker * r41354 10/brlcad/branches/cmake/src/other/CMakeLists.txt: Grr - thanks to itcl/itk needing private headers, need to add local dirs to include paths even if using system installs.
19:36.54 CIA-55 BRL-CAD: 03bob1961 * r41355 10/brlcad/trunk/src/libged/combmem.c: Modified combmem_vls_print_member_info by putting braces around object member names to accommodate possible whitespace in the member names.
19:45.22 CIA-55 BRL-CAD: 03starseeker * r41356 10/brlcad/trunk/include/cmd.h: Not quite ready to remove MAXARGS yet.
19:52.17 CIA-55 BRL-CAD: 03starseeker * r41357 10/brlcad/branches/cmake/src/other/CMakeLists.txt: Reorder the definition of the Tcl/tk paths
19:53.39 starseeker hmm - undefined symbols in rtserver.o
19:53.57 starseeker bu_vlb_getBufferLength and bu_vlb_getBuffer
19:56.52 CIA-55 BRL-CAD: 03starseeker * r41358 10/brlcad/branches/cmake/src/other/CMakeLists.txt: Add unix dir - this will need to be more generic in the future.
20:10.07 *** join/#brlcad merzo (~merzo@183-125-94-178.pool.ukrtel.net)
21:04.57 *** join/#brlcad R0b0t1 (~Enigma@64-136-219-55.dyn.everestkc.net)
21:04.57 *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1)
21:22.51 *** join/#brlcad Ralith (~ralith@S010600221561996a.vc.shawcable.net)
21:31.00 CIA-55 BRL-CAD: 03starseeker * r41359 10/brlcad/trunk/src/librtserver/rtserver.c: Rename routines in accordance with r41328
22:07.56 CIA-55 BRL-CAD: 03brlcad * r41360 10/brlcad/trunk/src/libged/solids_on_ray.c: rename rt_cmd_vec* to solids_on_ray_cmd_vec* and change the static array into a dynamic one.
22:10.03 CIA-55 BRL-CAD: 03brlcad * r41361 10/brlcad/trunk/src/libged/solids_on_ray.c: style, comment, consistency cleanup
22:13.29 CIA-55 BRL-CAD: 03brlcad * r41362 10/brlcad/trunk/src/libged/solids_on_ray.c: move the statics variables out of file scope and into the function that uses them. reorder functions to avoid forward declarations.
22:17.39 CIA-55 BRL-CAD: 03brlcad * r41363 10/brlcad/trunk/src/libged/solids_on_ray.c: check args to quell warnings, perform NEAR_ZERO test instead of exactly testing for == 0 on a double.
22:35.31 CIA-55 BRL-CAD: 03brlcad * r41364 10/brlcad/trunk/src/libged/wcodes.c: make 'path' directory array be dynamically allocated so we're not using RT_MAXARGS. untested of course.
22:43.33 *** join/#brlcad stevegt_1 (~stevegt@cislunar.TerraLuna.Org)
23:19.55 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
23:28.15 CIA-55 BRL-CAD: 03starseeker * r41365 10/brlcad/branches/STABLE/ (40 files in 19 dirs): Update STABLE to r41359 (I think, need to diff to confirm)

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