| 00:00.04 | brlcad | http://trac.osgeo.org/ggl/ |
| 00:58.57 | CIA-43 | BRL-CAD: 03brlcad * r37620 10/brlcad/trunk/doc/docbook/Makefile.am: add Makefile.am missing from dist for system/mann/en; sort extra_dist. |
| 03:42.09 | *** join/#brlcad Hirvinen (pahirvin@melkki.cs.helsinki.fi) | |
| 03:44.06 | Hirvinen | Hullo. "patrik@beta:~/brlcad/brlcad7.16.4$ ./configure prefix=/home/patrik/brlcad enableoptimized withx && make" terminates with http://pastebin.com/m4ef02a52 |
| 03:51.09 | Hirvinen | Well, before that, it said: |
| 03:51.10 | Hirvinen | cc1: warnings being treated as errors |
| 03:51.10 | Hirvinen | bomb.c: In function 'bu_bomb': |
| 03:52.21 | Hirvinen | Apparently that would be solved by preventing -Werror... |
| 04:03.08 | starseeker | Hirvinen: pass --disable-strict to configure |
| 04:08.08 | starseeker | Auuuugh - Ronald Emmerich doing the Foundation series??? |
| 04:25.58 | starseeker | Hmm, this is kinda cool: http://www.inf.usi.ch/phd/wettel/codecity.html |
| 05:46.52 | brlcad | starseeker: we shouldn't need USE_INTERP_RESULT |
| 05:47.12 | brlcad | we dont' use it any more, or at least we're not supposed to be |
| 05:47.57 | brlcad | interp result was a char* in the interp struct that you used to access directly via interp->result |
| 05:48.16 | brlcad | now everything happens through functions Tcl_AppendResult() and friends |
| 11:40.19 | *** join/#brlcad Phurl (~mdupont@cl-1773.dus-01.de.sixxs.net) | |
| 11:56.57 | *** join/#brlcad Phurl (~mdupont@2001:0:53aa:64c:3031:1b4d:ae2d:1b81) | |
| 12:29.27 | *** join/#brlcad Phurl_ (~mdupont@2001:0:53aa:64c:3031:1b4d:ae2d:1b81) | |
| 12:40.38 | *** join/#brlcad Nohla (~jesica@201.255.250.211) | |
| 14:14.10 | ``Erik | is pleasantly surprised at how much 'just works' on his arm toy |
| 14:30.02 | starseeker | ah, it's all functional now? sweet |
| 14:30.51 | starseeker | brlcad: erm. You referring to the dmtogl tcl/tk stuff with 8.6? |
| 14:31.40 | starseeker | brlcad: I was just taking the fastest sidestep to every compile gotcha I was hitting - if/when we actually have to upgrade to 8.6 I'll revisit it |
| 14:32.31 | starseeker | the conclusion seems to be that the tkwrite function calling the Tcl DoEvent logic is a no-no, so need to take a step back |
| 16:42.35 | *** join/#brlcad Elrohir (~kvirc@p5B149934.dip.t-dialin.net) | |
| 17:02.55 | brlcad | starseeker: curious what compilation gotcha that was, though |
| 17:03.05 | brlcad | as it means it's probably a problem on head too |
| 17:46.17 | ``Erik | cept it was BSD, not unix.. |
| 18:35.23 | starseeker | brlcad: I don't recall offhand - I'll try flipping it back and see where it goes wrong |
| 18:51.37 | *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1) | |
| 19:23.42 | brlcad | k |
| 19:52.42 | starseeker | src/mged/points/process.c |
| 19:53.31 | starseeker | process.c:106: error: 'struct Tcl_Interp' has no member named 'result' |
| 19:53.39 | starseeker | and several other lines in that file |
| 19:58.19 | brlcad | looks |
| 19:58.53 | brlcad | yep, that's a problem |
| 19:58.57 | brlcad | an oversighted case |
| 20:22.23 | brlcad | fixed, cia is down |
| 20:22.36 | starseeker | cool, thanks! |
| 20:24.34 | starseeker | another one in src/rttherm/ssampview.c |
| 20:28.01 | starseeker | urm |
| 20:28.07 | starseeker | that one looks a bit different |
| 21:33.28 | *** join/#brlcad PrezKennedy (Matthew@whitecalf.net) | |
| 22:23.25 | brlcad | fixed |
| 22:23.30 | brlcad | that one is a bug |
| 22:25.54 | *** join/#brlcad PrezKennedyII (Matthew@whitecalf.net) | |
| 22:36.53 | brlcad | fixed |