| 00:50.20 | CIA-28 | BRL-CAD: 03starseeker * r47882 10/brlcad/trunk/ (7 files in 5 dirs): Make another stab at reworking the third party executable logic - idea is to support specifying the full path to an executable from the command line and have 'the right thing' happen. |
| 01:16.03 | CIA-28 | BRL-CAD: 03starseeker * r47883 10/brlcad/trunk/src/libged/dg_obj.c: argc is int and i is size_t... |
| 01:28.13 | CIA-28 | BRL-CAD: 03starseeker * r47884 10/brlcad/trunk/src/archer/archer: Tweak wording |
| 01:47.32 | CIA-28 | BRL-CAD: 03starseeker * r47885 10/brlcad/trunk/misc/CMake/ThirdParty.cmake: whoops - mark as advanced |
| 02:01.20 | CIA-28 | BRL-CAD: 03starseeker * r47886 10/brlcad/trunk/CMakeLists.txt: |
| 02:01.20 | CIA-28 | BRL-CAD: Slightly alter the pdf options logic, to avoid unexpected behavior. By default, |
| 02:01.20 | CIA-28 | BRL-CAD: when enabling PDF building, ALL pdfs are now built. The PDF_MAN option still |
| 02:01.20 | CIA-28 | BRL-CAD: appears after PDF is enabled, but it defaults to on rather than off to avoid |
| 02:01.20 | CIA-28 | BRL-CAD: surprises - avoids the 'why didn't the man page pdfs get built even though I |
| 02:01.20 | CIA-28 | BRL-CAD: enabled pdf?' question. |
| 02:05.40 | starseeker | ah, FINALLY - a successful generation of an html man page on Windows |
| 02:05.56 | starseeker | will try the full build later to see what's still busted |
| 04:13.12 | CIA-28 | BRL-CAD: 03starseeker * r47887 10/brlcad/trunk/src/other/openNURBS/CMakeLists.txt: Do as the parent does when building static/shared libraries, opennurbs |
| 04:38.09 | starseeker | learns another nifty vim trick - gq for dealing with long lines :-) |
| 05:23.48 | starseeker | watches bemusedly as KDevelop tries to slug it out with BRL-CAD's toplevel CMakeLists.txt file... |
| 07:07.34 | *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol) | |
| 07:26.55 | starseeker | note to self - do for html and man what has already been done for pdf - allow enable/disable of the formats and set some sane defaults based on conditions |
| 07:27.42 | starseeker | no point in doing man pages when building with MSVC, and html is questionable when build is non-graphical... |
| 07:28.19 | starseeker | also need to review the re2c/lemon dep callouts some more |
| 07:41.10 | starseeker | also saw a warning about read being undefined in util/lowp.c (IIRC) - probably need bio.h or some other win32 headers in there somewhere... |
| 07:42.42 | starseeker | all that said, I present the first Windows exe installer generated using Visual Studio Express from trunk without any manual additions - CMake -> MSVC -> NSIS package |
| 07:43.52 | starseeker | http://brlcad.org/~starseeker/BRL-CAD_7.21.0_x86.exe |
| 07:44.51 | starseeker | more properly, first installer including documentation without manual additions |
| 07:45.02 | starseeker | zzz |
| 12:46.55 | *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ) | |
| 17:24.58 | CIA-28 | BRL-CAD: 03bob1961 * r47888 10/brlcad/trunk/src/librt/wdb.c: Needs \!dp_curr instead of dp_curr. |
| 19:05.38 | CIA-28 | BRL-CAD: 03bob1961 * r47889 10/brlcad/trunk/src/libtclcad/tclcad_obj.c: Remove temporary code. |
| 19:07.05 | CIA-28 | BRL-CAD: 03bob1961 * r47890 10/brlcad/trunk/include/tclcad.h: Declare Cho_Init(). |
| 19:07.54 | CIA-28 | BRL-CAD: 03bob1961 * r47891 10/brlcad/trunk/src/bwish/main.c: Call Cho_Init(). |
| 19:10.23 | CIA-28 | BRL-CAD: 03starseeker * r47892 10/brlcad/trunk/misc/CMake/ThirdParty.cmake: (hopefully) fix some third_party_executable issues |
| 20:56.59 | CIA-28 | BRL-CAD: 03brlcad * r47893 10/brlcad/trunk/src/libbu/cmdhist.c: printing the commands via bu_log is kinda pointless since they need to be passed back as values. rely on the fact that they're set in chop->cho_curr, so no need to print them (except for the 'history' case |
| 20:58.28 | CIA-28 | BRL-CAD: 03brlcad * r47894 10/brlcad/trunk/src/libtclcad/cmdhist_obj.c: capture the command set by libbu as the curr/prev/next command and feed it to Tcl_AppendResult so archer can do something with the strings. better than having the command sent to stderr... |
| 21:05.34 | CIA-28 | BRL-CAD: 03starseeker * r47895 10/brlcad/trunk/ (3 files in 3 dirs): Add some more options to the Docbook building, and improve reporting for Itcl/Itk building. |
| 21:08.13 | CIA-28 | BRL-CAD: 03starseeker * r47896 10/brlcad/trunk/src/ (13 files in 4 dirs): Tweaks to get things building with the (admittedly rare) case of disabling Tk. |
| 21:18.43 | CIA-28 | BRL-CAD: 03brlcad * r47897 10/brlcad/trunk/src/libbu/tcl.c: Tcl_SplitList() returns TCL_OK/TCL_ERROR, not BRLCAD_OK... not equivalent |
| 21:22.27 | CIA-28 | BRL-CAD: 03starseeker * r47898 10/brlcad/trunk/doc/docbook/CMakeLists.txt: Make sure we've got the cmake.in files listed |
| 21:26.05 | CIA-28 | BRL-CAD: 03brlcad * r47899 10/brlcad/trunk/src/libbu/tcl.c: don't print a message if we can't find the object in a list, let the error return take over |
| 21:35.27 | CIA-28 | BRL-CAD: 03starseeker * r47900 10/brlcad/trunk/src/other/re2c/CMakeLists.txt: make sure re2c depends on the lemon build target, if there is one. |
| 21:47.23 | starseeker | hmm... mged appears to be unhappy |
| 21:48.03 | starseeker | or more specifically, wdb_open is unhappy - "invalid command name" |
| 22:13.56 | CIA-28 | BRL-CAD: 03starseeker * r47901 10/brlcad/trunk/src/util/lowp.c: Add bio.h to lowp.c |
| 22:23.40 | brlcad | starseeker: undoubtedly recent tcl changes, when do you see the error? |
| 22:23.45 | brlcad | also: |
| 22:23.46 | brlcad | [ 15%] [LEMON][ExpParser] Building parser with LEMON_EXECUTABLE-NOTFOUND |
| 22:23.46 | brlcad | /bin/sh: LEMON_EXECUTABLE-NOTFOUND: command not found |
| 22:23.46 | brlcad | [ 15%] [LEMON][ExpParser] Building parser with LEMON_EXECUTABLE-NOTFOUND |
| 22:23.46 | brlcad | /bin/sh: LEMON_EXECUTABLE-NOTFOUND: command not found |
| 22:23.55 | brlcad | recent rebuild |
| 22:24.11 | brlcad | in src/other/step/src/express/expparse.c |
| 22:42.47 | starseeker | any time I'm trying to do an opendb in MGED |
| 22:42.50 | starseeker | (not archer) |
| 22:42.54 | starseeker | urm |
| 22:46.14 | starseeker | what build options are you using? |
| 22:46.42 | starseeker | I'd try with a clean cache and the latest... there have been a couple changes recently that might not deal well with an intermediate cache state |
| 22:55.59 | starseeker | both auto and bundled seem to succeed here... |
| 23:06.04 | CIA-28 | BRL-CAD: 03starseeker * r47902 10/brlcad/trunk/CMakeLists.txt: add spacer |
| 23:07.14 | starseeker | hello... |
| 23:08.12 | starseeker | blinks - wait, just saw something... |
| 23:12.18 | starseeker | brlcad: OK, I'm seeing it |
| 23:12.26 | starseeker | or something related, at any rate |
| 23:30.28 | CIA-28 | BRL-CAD: 03starseeker * r47903 10/brlcad/trunk/misc/CMake/ThirdParty.cmake: Don't cache the build target path. |
| 23:31.03 | starseeker | ok, I think that's got it - I tried repeated configures with bundled/auto settings and I'm not seeing any surprises |