| 02:22.39 | ``Erik | tamale carne de res, mmmm |
| 03:27.48 | brlcad | delicious ribeye steak two nights in a row, mmmm |
| 03:45.32 | ``Erik | coudln't do that, I desire "variaty" too much :/ |
| 03:46.41 | ``Erik | so there was no release on friday? |
| 06:25.28 | *** join/#brlcad Stattrav (~Stattrav@202.3.77.233) | |
| 08:33.15 | *** join/#brlcad tofu (~sean@BZ.BZFLAG.BZ) | |
| 09:16.58 | d-lo | ack, trying to get a compile going on Ubuntu. Hitting a snag: http://pastebin.com/Jz0m34sJ |
| 09:17.24 | d-lo | I have every x11 package thingy installed that I can find :/ |
| 09:17.46 | d-lo | however, something isn't linking. Anyone have advice? |
| 11:01.30 | *** join/#brlcad ibot (ibot@rikers.org) | |
| 11:01.30 | *** 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 is now available on Gentoo! (20100225) | |
| 11:49.58 | *** join/#brlcad parigaudi (~quassel@pd95b7f5e.dip0.t-ipconnect.de) | |
| 12:15.47 | ``Erik | those look like Xi thingies |
| 12:16.29 | ``Erik | grep -r may be your friend on this :) |
| 12:37.25 | ``Erik | our X tests should probably look for Xi thingies :/ |
| 13:14.33 | *** join/#brlcad Stattrav (~Stattrav@202.3.77.233) | |
| 13:50.12 | *** join/#brlcad SWPadnos_ (~Me@dsl107.esjtvtli.sover.net) | |
| 14:56.13 | d-lo | ``Erik: I came to the same conclusion. It seems that the compiler is doing just fine finding all the Xi stuff, but not the linker :/ |
| 15:02.34 | ``Erik | smells like leenewx, that's some crazy broke |
| 15:04.37 | d-lo | knows ``Erik is trying to communicate with me, but I just can't understand him :) |
| 15:11.57 | ``Erik | heh |
| 15:12.25 | ``Erik | if you have libXi and libXi-dev installed, it should work... |
| 15:12.42 | ``Erik | if it doesn't, well, give *bsd a shot :D |
| 15:13.01 | CIA-73 | BRL-CAD: 03bob1961 * r38779 10/brlcad/trunk/src/tclscripts/hv3/ (hv3.tcl hv3_form.tcl hv3_request.tcl hv3_util.tcl): Put a catch around the statements that set the version. |
| 15:13.14 | ``Erik | <-- was a major linux weenie until he actually tried fbsd |
| 15:13.16 | CIA-73 | BRL-CAD: 03davidloman * r38780 10/rt^3/trunk/ (19 files in 6 dirs): Refactored the use of 'hostname' into 'gsHostname' to remove any ambiguity. |
| 15:15.48 | CIA-73 | BRL-CAD: 03bob1961 * r38781 10/brlcad/trunk/src/mged/mged.c: Prepend BRL-CAD's bin path when sourcing archer. |
| 15:35.31 | CIA-73 | BRL-CAD: 03brlcad * r38782 10/brlcad/trunk/src/libfb/ (if_X.c if_X24.c if_tk.c): bah, more quellage. can't declare and set on same line or gcc figures out we're not doing anything with that variable. |
| 15:40.04 | CIA-73 | BRL-CAD: 03brlcad * r38783 10/brlcad/trunk/src/mged/mged.c: we're specifically looking for archer, so look for archer. |
| 15:42.30 | *** join/#brlcad piksi (~piksi@pi-xi.net) | |
| 15:58.36 | CIA-73 | BRL-CAD: 03starseeker * r38784 10/brlcad/trunk/src/tclscripts/archer/Archer.tcl: |
| 15:58.36 | CIA-73 | BRL-CAD: The html viewers (man page and docs both) appear to be having problems with |
| 15:58.36 | CIA-73 | BRL-CAD: encoding similar to those described here - |
| 15:58.37 | CIA-73 | BRL-CAD: http://www.sagehill.net/docbookxsl/SpecialChars.html. This appears to be due to |
| 15:58.37 | CIA-73 | BRL-CAD: the Tcl encoding not being set to an encoding that handles properly all the |
| 15:58.37 | CIA-73 | BRL-CAD: characters being generated by the Docbook output, so when we kick off Archer set |
| 15:58.38 | CIA-73 | BRL-CAD: the encoding to utf-8. This appears to clear up the problems. |
| 16:04.09 | starseeker | notes that he needs to proofread his commit messages before committing. |
| 16:33.35 | CIA-73 | BRL-CAD: 03bob1961 * r38785 10/brlcad/trunk/src/mged/tedit.c: This is similar to Sean's earlier commit in mged.c. That is, we're specifically looking for jove, so look for jove. |
| 16:39.04 | *** join/#brlcad __monty__ (~toon@78-23-214-65.access.telenet.be) | |
| 17:49.23 | CIA-73 | BRL-CAD: 03brlcad * r38786 10/brlcad/trunk/autogen.sh: (log message trimmed) |
| 17:49.24 | CIA-73 | BRL-CAD: pull change from buildconf upstream that applies sf patch #2991738 from tom |
| 17:49.24 | CIA-73 | BRL-CAD: browder (fix autogen.sh autoreconf error message). problem seems to be aclocal |
| 17:49.24 | CIA-73 | BRL-CAD: propagating the include dir recursively but ending up with some Makefile.am scan |
| 17:49.24 | CIA-73 | BRL-CAD: failure if the directory is recursive. This makes the path absolute and |
| 17:49.24 | CIA-73 | BRL-CAD: reportedly quiets those failures (for autoconf 2.64, automake 1.11) by making |
| 17:49.25 | CIA-73 | BRL-CAD: the path absolute. to be seen if this causes other problems for subconfigure m4 |
| 18:21.09 | CIA-73 | BRL-CAD: 03davidloman * r38787 10/rt^3/trunk/cmake/FindBRLCAD.cmake: Make it so findBRLCAD doesnt fail if it cannot find brlcad-config, which doesn't exist on windows. |
| 18:21.41 | CIA-73 | BRL-CAD: 03davidloman * r38788 10/rt^3/trunk/src/libJob/: Modify svn:ignore. add *.dll |
| 18:23.19 | CIA-73 | BRL-CAD: 03davidloman * r38789 10/rt^3/trunk/tests/GE/: Modify svn:ignore. add *.dll and *.dll.a |
| 18:23.58 | CIA-73 | BRL-CAD: 03davidloman * r38790 10/rt^3/trunk/CMakeLists.txt: CPPUNIT currently is NOT a required external dep. Don't enforce it as if it is. |
| 18:27.55 | CIA-73 | BRL-CAD: 03davidloman * r38791 10/rt^3/trunk/tests/libJob/: Modify svn:ignore. add *.exe |
| 18:28.59 | CIA-73 | BRL-CAD: 03davidloman * r38792 10/rt^3/trunk/ (2 files in 2 dirs): Refactored the use of 'hostname' into 'gsHostname' to remove any ambiguity. |
| 18:45.02 | CIA-73 | BRL-CAD: 03davidloman * r38793 10/rt^3/trunk/ (15 files in 5 dirs): Work on implementing simple config file loader. Pulled out some older and redundant code. Started work on configTest. |
| 18:51.08 | CIA-73 | BRL-CAD: 03brlcad * r38794 10/brlcad/trunk/autogen.sh: merge changes from upstream through commit 1fd6612522d36dc4488b0fc16b893eace9ebaeef. adds support for 'source' invocation, credits tom's patch, quells echo spew, and restores pwd (for source invocations). |
| 19:34.27 | CIA-73 | BRL-CAD: 03brlcad * r38795 10/brlcad/trunk/autogen.sh: ugh, missing the slash. don't know how this passed the compilation test. thx tom. |
| 20:01.43 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 20:50.48 | CIA-73 | BRL-CAD: 03starseeker * r38796 10/brlcad/trunk/src/fb/Makefile.am: |
| 20:50.48 | CIA-73 | BRL-CAD: fb-png needs to include our png.h before any system includes - /usr/X11/include |
| 20:50.48 | CIA-73 | BRL-CAD: contains png.h on at least some systems. Since we can't order the CPPFLAGS on a |
| 20:50.48 | CIA-73 | BRL-CAD: per-program basis without requiring automake 1.7, looks like we have to do it |
| 20:50.48 | CIA-73 | BRL-CAD: here. This is obviously not ideal since many fb programs don't need |
| 20:50.49 | CIA-73 | BRL-CAD: PNG_CPPFLAGS, but does seem to work. |