| 00:58.11 | *** join/#brlcad ibot (ibot@rikers.org) | |
| 00:58.11 | *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD release 7.18.0 is posted (20101209) || Happy Open Source Anniversary 2010-12-21 !!! Six years... | |
| 01:02.42 | *** join/#brlcad crazy_imp (~mj@a89-182-211-75.net-htp.de) | |
| 01:53.50 | starseeker | growls... something about Tk isn't set up right |
| 01:54.13 | starseeker | gonna have to dig back into the build logic for that - I can't even package require it |
| 01:58.06 | starseeker | hmm... that could be a problem, I never added pkgIndex logic for Tk itself (turns mildly red) |
| 01:58.32 | starseeker | still not quite sure why bwish wouldn't start, but that explains some things... |
| 06:13.57 | *** join/#brlcad R0b0t1 (~Enigma@64-136-219-55.dyn.everestkc.net) | |
| 06:13.57 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 09:14.07 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 11:47.20 | *** join/#brlcad mafm (~mafm@65.Red-79-159-0.staticIP.rima-tde.net) | |
| 12:46.30 | *** join/#brlcad Dweezahr (~Dweezahr@flits102-34.flits.rug.nl) | |
| 13:57.25 | CIA-43 | BRL-CAD: 03starseeker * r42042 10/brlcad/branches/cmake/src/other/tk/CMakeLists.txt: This may not do it for Windows, but make a stab at pkgIndex logic for Tk |
| 14:00.14 | starseeker | has a feeling the ordering of auto_path may be an issue - it MIGHT explain why I keep getting interference from system installs of Tcl/Tk |
| 14:05.49 | starseeker | wonders why he did have a pkgIndex.tcl for tk in /usr/brlcad... left over maybe? |
| 14:05.52 | starseeker | weird |
| 14:12.41 | starseeker | hmm - "On the mac we build both X11 and Aqua versions of our gui tools such that |
| 14:12.41 | starseeker | if you rsh/ssh in and set your display you get X11 and it just works, |
| 14:12.43 | starseeker | otherwise you get Aqua." |
| 14:12.59 | starseeker | that's an interesting approach - one that hadn't occurred to me |
| 14:17.02 | CIA-43 | BRL-CAD: 03starseeker * r42043 10/brlcad/branches/cmake/src/util/bwcrop.c: compiler warning about comparing types - cast abs to size_t |
| 14:27.06 | starseeker | tries to see what other damage might have been done by his FindTCL changes... |
| 15:15.25 | *** join/#brlcad mafm (~mafm@65.Red-79-159-0.staticIP.rima-tde.net) | |
| 15:19.32 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 15:22.03 | CIA-43 | BRL-CAD: 03starseeker * r42044 10/brlcad/branches/cmake/ (56 files in 56 dirs): Try to clean up the mess left by FindTCL changes... this appears to build on Gentoo, but needs more testing. |
| 15:53.58 | CIA-43 | BRL-CAD: 03starseeker * r42045 10/brlcad/branches/cmake/src/other/tk/library/CMakeLists.txt: add new spinbox.tcl file |
| 15:56.14 | CIA-43 | BRL-CAD: 03starseeker * r42046 10/brlcad/branches/cmake/src/tclscripts/mged/CMakeLists.txt: Add man.tcl to CMakeLists.txt |
| 16:04.49 | CIA-43 | BRL-CAD: 03starseeker * r42047 10/brlcad/branches/cmake/src/other/libpng/CMakeLists.txt: Sigh - need a mod to libpng's CMakeLists.txt file to account for CMAKE_LIBRARY_OUTPUT_DIRECTORY and CMAKE_ARCHIVE_OUTPUT_DIRECTORY being set. Have emailed upstream to see what their take is. |
| 16:44.53 | *** join/#brlcad crazy_imp (~mj@a89-182-211-75.net-htp.de) | |
| 16:50.32 | CIA-43 | BRL-CAD: 03starseeker * r42048 10/brlcad/branches/cmake/src/other/libpng/CMakeLists.txt: And one more libpng tweak - another issue that only showed up on the install attempt. |
| 17:29.57 | CIA-43 | BRL-CAD: 03starseeker * r42049 10/brlcad/branches/cmake/src/other/CMakeLists.txt: Append tkstub to the list rather than resetting it |
| 17:47.04 | starseeker | growl. Still some problem with tk on Windows - will have to examine our Tk build and the nmake logic tomorrow |
| 17:48.08 | ``Erik | windows is ... special |
| 20:37.17 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 22:34.51 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 23:24.24 | CIA-43 | BRL-CAD: 03brlcad * r42050 10/brlcad/trunk/ (12 files in 6 dirs): expand all BoT processing from using ints to using size_t for face/vertex/normal indices and counter variables. |