| 00:18.44 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 00:20.59 | starseeker | is chagrined to discoverer he is having to read up on our basic ray/object intersection algorithms to make sense of them |
| 00:21.58 | bhinesley | well if it makes you feel any better, I had to look up chagrined to make sense of what you're saying |
| 00:24.00 | starseeker | heh |
| 00:24.22 | starseeker | Tim Daly of Axiom likes to say "there is no such thing as a simple job" |
| 00:24.59 | *** join/#brlcad crazy_imp (~mj@a89-182-228-164.net-htp.de) | |
| 03:50.11 | *** part/#brlcad Ralith (~ralith@S010600221561996a.vc.shawcable.net) | |
| 05:12.35 | *** join/#brlcad Stattrav (~Stattrav@122.167.103.233) | |
| 05:12.35 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 05:42.00 | starseeker | O.o http://advancingusability.wordpress.com/2010/11/09/cutexture-a-framework-for-qt-user-interfaces-in-ogre3d/ |
| 05:45.00 | starseeker | O.O https://qt.gitorious.org/qt-labs/qmlogre |
| 05:45.56 | starseeker | drools: http://www.youtube.com/watch?v=b_3xfFuwGOQ |
| 05:46.56 | starseeker | that might just be the Qt/Ogre integration solution |
| 08:34.11 | *** join/#brlcad epileg (~epileg@unaffiliated/epileg) | |
| 08:34.47 | epileg | i got problems setting man dir in cmake |
| 08:36.59 | epileg | if I set: $ cmake [...] -DBRLCAD_INSTALL_MAN_DIR=share/man |
| 08:36.59 | epileg | I get: |
| 08:36.59 | epileg | [...] |
| 08:36.59 | epileg | Generating Tk man pages... |
| 08:36.59 | epileg | CMake Error at src/other/tkhtml/CMakeLists.txt:102 (install): |
| 08:36.59 | epileg | <PROTECTED> |
| 08:36.59 | epileg | [...] |
| 09:21.24 | *** join/#brlcad mafm (~mafm@193.153.198.34) | |
| 09:26.11 | *** join/#brlcad mafm (~mafm@193.153.198.34) | |
| 10:30.01 | epileg | if I use: -DBRLCAD_INSTALL_DATA_DIR=share |
| 10:30.01 | epileg | man pages are not installed too |
| 10:58.30 | dloman | yawns |
| 11:28.14 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 11:58.37 | *** join/#brlcad kunigami_ (~kunigami@loco-gw.ic.unicamp.br) | |
| 12:36.39 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 12:45.54 | *** join/#brlcad Stattrav (~Stattrav@117.192.138.140) | |
| 12:45.54 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 12:47.41 | *** join/#brlcad d_rossberg (~rossberg@BZ.BZFLAG.BZ) | |
| 13:03.41 | CIA-61 | BRL-CAD: 03bob1961 * r44718 10/brlcad/trunk/src/tclscripts/archer/ (Archer.tcl ArcherCore.tcl): Needed to override ArcherCore::cmd because core commands added in Archer (including Core plugins) were not getting recognized. Added code to append core commands coming from plugins to mArcherCoreCommands. |
| 13:39.27 | ``Erik | http://news.slashdot.org/story/11/05/31/202238/Free-Software-Faces-a-Test-With-Qt |
| 13:44.35 | ``Erik | http://labs.qt.nokia.com/2011/05/31/qml-scene-graph-in-master/ |
| 14:25.06 | d_rossberg | is there a special reason why the build of static libs is switched off for MSVC in BRLCAD_Util.cmake? |
| 14:41.46 | *** join/#brlcad kunigami_ (~kunigami@loco-gw.ic.unicamp.br) | |
| 14:47.19 | starseeker | ``Erik: heh - the comments pretty thoroughly trashed that slashdot posting |
| 14:50.42 | starseeker | d_rossberg: uh... a vague memory was that they weren't adding much for the Windows build and were significantly increasing the build time... |
| 14:50.46 | starseeker | I'd have to check the logs |
| 14:51.21 | starseeker | d_rossberg: do you need them? |
| 14:51.35 | starseeker | the windows build is amazingly slow as it is... |
| 15:00.15 | *** join/#brlcad kunigami_ (~kunigami@loco-gw.ic.unicamp.br) | |
| 15:04.54 | *** join/#brlcad merzo (~merzo@193.254.217.44) | |
| 15:06.47 | *** join/#brlcad DarkCalf (DC@173.231.40.98) | |
| 15:11.50 | d_rossberg | starseeker: i need them for the brlcad.dll |
| 15:12.20 | d_rossberg | they are build on request only anyway, or? |
| 15:12.45 | d_rossberg | "BUILD_STATIC_LIBS" |
| 15:13.30 | starseeker | d_rossberg: what's the difference on Windows between static and dynamic libs? |
| 15:15.21 | starseeker | d_rossberg: The way I had it set up - Debug builds don't build static unless you explicitly ask for them |
| 15:15.32 | starseeker | Release builds do build them, except with MSVC |
| 15:16.31 | starseeker | d_rossberg: the quick way to try it is to take out the "AND NOT MSVC" and see what happens |
| 15:17.21 | starseeker | really does need to do more scrubbing on the CMake build logic |
| 15:19.32 | d_rossberg | dynamic: you get a file (.dll) which has to be installed with the program; static: you get a file with object code which has to be linked with something executable |
| 15:20.10 | d_rossberg | i'll try a run with "NOT MSVC" removed |
| 16:21.00 | *** join/#brlcad Stattrav (~Stattrav@117.192.138.140) | |
| 16:21.00 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 16:28.03 | CIA-61 | BRL-CAD: 03Sean 07http://brlcad.org * r0 10/wiki/Special:Log/upload: |
| 16:28.03 | CIA-61 | BRL-CAD: uploaded "[[Image:Moose Mascot.png]]": This image was drawn by Nicholas Reed in |
| 16:28.03 | CIA-61 | BRL-CAD: 2009 depicting BRL-CAD's magnificent moose mascot. BRL-CAD's was started in |
| 16:28.03 | CIA-61 | BRL-CAD: 1979 by Mike Muuss. You're clever enough to figure out the rest. |
| 16:29.49 | CIA-61 | BRL-CAD: 03Sean 07http://brlcad.org * r0 10/wiki/Special:Log/delete: deleted "[[Image:Moose Mascot.png]]": too big |
| 16:31.46 | CIA-61 | BRL-CAD: 03Sean 07http://brlcad.org * r0 10/wiki/Special:Log/upload: |
| 16:31.46 | CIA-61 | BRL-CAD: uploaded "[[Image:Moose Mascot.png]]": This image was drawn by Nicholas Reed in 2009 depicting BRL-CAD's magnificent moose mascot. BRL-CAD's was started in 1979 by Mike Muuss. You're clever enough to figure out the rest. |
| 16:31.46 | CIA-61 | BRL-CAD: This image was used in 2011 for the [http://brlcad.org/d/node/89 BRL-CAD Logo Competition]. |
| 18:01.58 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 18:10.52 | *** join/#brlcad dli (~dli@66.49.232.17) | |
| 18:45.18 | CIA-61 | BRL-CAD: 03bob1961 * r44719 10/brlcad/trunk/src/tclscripts/lib/Ged.tcl: Clear out bindings on the <Enter> event for the geometry window in Ged::init_view_bindings. |
| 19:40.57 | kunigami_ | Hi, since I'm not able to link OSL libraries, I was thinking in building them together with BRLCAD. Do you think that this is feasible or I will have to change too much of the cmake configuration files? |
| 19:45.19 | *** join/#brlcad Stattrav (~Stattrav@117.192.138.140) | |
| 19:45.19 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 22:38.56 | CIA-61 | BRL-CAD: 0399.144.90.118 07http://brlcad.org * r2898 10/wiki/User:Bhinesley: /* Log */ |