| 01:34.26 | *** join/#brlcad Ralith (~ralith@S010600221561996a.vc.shawcable.net) | |
| 01:53.11 | *** join/#brlcad R0b0t1 (~Enigma@64-136-219-55.dyn.everestkc.net) | |
| 01:53.11 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 02:10.09 | brlcad | starseeker: huh, looks like enumerate might need some updates .. |
| 02:10.25 | brlcad | but the checks are part of the regression suite, regress/ |
| 02:11.07 | brlcad | ooh, right, diff script .. I was thinking regress/repository.sh .. but it's another, looking |
| 02:12.17 | brlcad | sh/trimconfig.sh |
| 02:13.12 | brlcad | it will take a decent amount of time to run, like 15-30 minutes iirc .. not the most efficient beast but it gets the job done |
| 02:27.50 | *** join/#brlcad Ralith_ (~ralith@S010600221561996a.vc.shawcable.net) | |
| 08:07.11 | d-lo | Mernin |
| 08:39.16 | *** join/#brlcad mafm_ (~mafm@83.35.148.49) | |
| 08:52.13 | *** join/#brlcad packrat (~packrator@99-67-225-40.lightspeed.livnmi.sbcglobal.net) | |
| 09:19.12 | *** join/#brlcad packrat (~packrator@99-67-225-40.lightspeed.livnmi.sbcglobal.net) | |
| 11:33.19 | *** join/#brlcad mafm (~mafm@83.35.148.49) | |
| 12:34.49 | CIA-42 | BRL-CAD: 03brlcad * r41121 10/brlcad/trunk/configure.ac: the random check isn't being used any more so remove it. also, the BUILD_BOOST rule was checking the wrong ac_cv_header_limit so it was always false. this gives it a chance. |
| 13:16.37 | CIA-42 | BRL-CAD: 03brlcad * r41122 10/brlcad/trunk/configure.ac: sgtty.h was needed when we didn't run tcl's configure so it can be removed. document why the c++ stl header tests are performed (for boost) since they are only used here. |
| 13:27.17 | *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ) | |
| 14:12.32 | starseeker | d_rossberg: sorry the windows CMake build isn't working - any specific error messages? |
| 14:14.12 | starseeker | (it's expected that the full build won't succeed yet, since we're still working through issues related to some tools that have never been ported to Windows, but it should at least try) |
| 14:26.24 | d_rossberg | the problem i wrote about is solved, it was my fault (embarrassing thing ;) |
| 14:29.36 | d_rossberg | now cmake complains about a not found freetype library |
| 15:06.22 | starseeker | Ah, yes - the (very) latest state is the beginnings of CMake building for Tcl/Tk, so things will be busted for a little while |
| 15:07.27 | starseeker | Tcl itself has a sizeable array of custom functionality tests that will need to be translated, and Tk probaby has still more |
| 15:10.38 | d_rossberg | the freetype library is required by tk (at least that's the error message) |
| 15:12.55 | starseeker | d_rossberg: yeah, sorry about that - I haven't been able to get a working Tcl/Tk build on Windows involving Visual Studio |
| 15:13.40 | starseeker | If you install the ActiveState Tcl/Tk you should be able to build against it (for the most part) |
| 15:52.32 | *** join/#brlcad Zaebos (~irc@pd95b7f5e.dip0.t-ipconnect.de) | |
| 16:02.24 | d_rossberg | starseeker: it is not a big problem for me that the cmake build doesn't work at the moment, it was only for interest |
| 16:09.04 | brlcad | installing activestate's tcl should make things build more easily |
| 16:22.02 | *** join/#brlcad mafm (~mafm@83.35.148.49) | |
| 16:57.17 | *** join/#brlcad Ralith (~ralith@S010600221561996a.vc.shawcable.net) | |
| 18:47.57 | CIA-42 | BRL-CAD: 03starseeker * r41123 10/brlcad/branches/cmake/src/other/tcl/ (11 files in 3 dirs): (log message trimmed) |
| 18:47.58 | CIA-42 | BRL-CAD: OK, it's becoming increasing clear that the requirements for system testing and |
| 18:47.58 | CIA-42 | BRL-CAD: config.h generation are going to extend to almost any project being converted |
| 18:47.59 | CIA-42 | BRL-CAD: from autotools, and that a general approach using one common set of files to be |
| 18:47.59 | CIA-42 | BRL-CAD: dropped in to each project will be preferable to special-case setups for each |
| 18:48.00 | CIA-42 | BRL-CAD: project. Start working out the particulars of that system using Tcl - |
| 18:48.01 | CIA-42 | BRL-CAD: eventually the intent is to drop this set of files into BRL-CAD, Tk, step, and |
| 18:49.56 | CIA-42 | BRL-CAD: 03starseeker * r41124 10/brlcad/branches/cmake/src/other/tcl/CMake/CheckSystemFunctionality.cmake: Whoops, typo. |
| 18:55.22 | *** join/#brlcad willdye (~willdye@fern.dsndata.com) | |
| 19:49.34 | *** join/#brlcad Ralith (~ralith@S010600221561996a.vc.shawcable.net) | |
| 19:55.19 | ``Erik | http://comixed.com/2009/07/17/50000-pieces/ |
| 19:55.41 | ``Erik | starts to think he shoulda saved the svn merge to fire off as he left for the day O.o |
| 20:12.44 | CIA-42 | BRL-CAD: 03bob1961 * r41125 10/brlcad/trunk/src/external/ProEngineer/ (5 files in 4 dirs): |
| 20:12.44 | CIA-42 | BRL-CAD: These mods take care of a problem that we've been seeing related to the proe-brl |
| 20:12.45 | CIA-42 | BRL-CAD: plugin failing to load on platforms that either didn't have Visual Studio |
| 20:12.46 | CIA-42 | BRL-CAD: installed or the platform's version of the c-runtime was older than what was |
| 20:12.48 | CIA-42 | BRL-CAD: used to compile the proe-brl.dll. |
| 20:17.51 | CIA-42 | BRL-CAD: 03bob1961 * r41126 10/brlcad/trunk/misc/win32-msvc8/adrt/adrt.vcproj: Added include paths for adrt header to the x64 configuration. |
| 20:42.35 | *** join/#brlcad R0b0t1 (~Enigma@64-136-219-55.dyn.everestkc.net) | |
| 20:42.35 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 21:34.24 | CIA-42 | BRL-CAD: 03starseeker * r41127 10/brlcad/branches/cmake/src/other/tcl/ (CMake/CheckSystemFunctionality.cmake CMakeLists.txt): More tests for tcl. |
| 21:47.09 | *** join/#brlcad roberthl (~robert@2001:ba8:1f1:f03d::2) | |
| 21:47.09 | *** join/#brlcad roberthl (~robert@mediawiki/RobertL) | |
| 22:04.42 | CIA-42 | BRL-CAD: 03starseeker * r41128 10/brlcad/branches/cmake/src/other/tcl/ (CMake/CheckSystemFunctionality.cmake CMakeLists.txt): Add some more tests, although several of them will not impact the build in their current form |
| 22:08.01 | CIA-42 | BRL-CAD: 03starseeker * r41129 10/brlcad/branches/cmake/src/other/tcl/CMake/CheckSystemFunctionality.cmake: ws, formatting |