*** tpb has joined #freeorion | 00:00 | |
*** mithro has joined #freeorion | 00:06 | |
*** GeofftheMedio has quit IRC | 00:27 | |
*** GeofftheMedio has joined #freeorion | 00:32 | |
CIA-76 | FreeOrion: tzlaine * r3471 /trunk/FreeOrion/ (8 files in 3 dirs): | 03:01 |
---|---|---|
CIA-76 | FreeOrion: Added starlane entry points to the combat map (the votrex-like textured meshes | 03:01 |
CIA-76 | FreeOrion: provided some time ago by Pd. | 03:01 |
*** STalKer-X has quit IRC | 03:13 | |
*** STalKer-Y has joined #freeorion | 03:13 | |
CIA-76 | FreeOrion: tzlaine * r3472 /trunk/FreeOrion/ (5 files in 3 dirs): | 03:22 |
CIA-76 | FreeOrion: Implemented --auto-advance-first-turn, which clicks the Turn button | 03:22 |
CIA-76 | FreeOrion: immediately on the first turn. This is very useful with --quickstart for | 03:22 |
CIA-76 | FreeOrion: debugging. | 03:22 |
CIA-76 | FreeOrion: tzlaine * r3473 /trunk/FreeOrion/client/human/ (HumanClientApp.cpp HumanClientApp.h chmain.cpp): | 03:42 |
CIA-76 | FreeOrion: Implemented --load, which is similar to --quickstart, but loads a given | 03:42 |
CIA-76 | FreeOrion: savegame. | 03:42 |
*** GeofftheMedio has quit IRC | 05:33 | |
*** CIA-76 has quit IRC | 05:33 | |
*** STalKer-Y has quit IRC | 05:33 | |
*** bernardh has quit IRC | 05:33 | |
*** Ingmar has quit IRC | 05:33 | |
*** Mikoto has quit IRC | 05:33 | |
*** welterde has quit IRC | 05:33 | |
*** STalKer-Y has joined #freeorion | 05:35 | |
*** GeofftheMedio has joined #freeorion | 05:35 | |
*** bernardh has joined #freeorion | 05:35 | |
*** welterde has joined #freeorion | 05:35 | |
*** Ingmar has joined #freeorion | 05:35 | |
*** Mikoto has joined #freeorion | 05:35 | |
*** CIA-76 has joined #freeorion | 05:35 | |
*** STalKer-Y has quit IRC | 05:36 | |
*** STalKer-Y has joined #freeorion | 05:37 | |
CIA-76 | FreeOrion: tzlaine * r3474 /trunk/FreeOrion/util/ (Serialize.ipp SerializeUniverse.cpp): | 06:12 |
CIA-76 | FreeOrion: Moved UniverseObject serialization exports to Serialize.ipp to fix | 06:12 |
CIA-76 | FreeOrion: broken serialization on win32. | 06:12 |
*** tomboy64 has joined #freeorion | 06:22 | |
*** tomboy64 has quit IRC | 06:42 | |
*** tomboy64 has joined #freeorion | 06:42 | |
kroddn | GeofftheMedio: is scons now obsolete since cmake is added? | 07:01 |
GeofftheMedio | I think tzlaine considers cmake the "official" build system now | 07:03 |
GeofftheMedio | I don't know if that means scons isn't supported | 07:03 |
kroddn | damn, work for me :-( | 07:04 |
kroddn | scons doesnt build any more | 07:04 |
GeofftheMedio | I don't remember the scons files being updated recently | 07:04 |
GeofftheMedio | but the basic framework probably still works... | 07:05 |
kroddn | nope, filenames have changed | 07:07 |
GeofftheMedio | that's what i mean: you need to update the scons files for the new and remove source files | 07:08 |
GeofftheMedio | but the basic framework of the scripts is still useful | 07:08 |
GeofftheMedio | (or use cmake) | 07:09 |
kroddn | sooner or later i will have to switch to cmake | 07:10 |
*** GeofftheMedio has quit IRC | 07:12 | |
*** GeofftheMedio has joined #freeorion | 07:15 | |
kroddn | is there a tutorial fpr cmake? | 07:16 |
GeofftheMedio | http://cmake.org/cmake/help/documentation.html | 07:17 |
tpb | Title: CMake - Cross Platform Make (at cmake.org) | 07:17 |
kroddn | I mean escpecailly for FO | 07:18 |
GeofftheMedio | the linux compile page mentions it a bit, but I'm not sure what information you'd want in a tutorial... it's going to require using the cmake interface to point it to all the required libraries or packages. how this is don't isn't FO-specific | 07:20 |
kroddn | I mean how can I configure libs in cmake | 07:20 |
kroddn | there's no help there like it would be when running ./configure --help | 07:21 |
GeofftheMedio | just tell it where the lib files are located... | 07:21 |
GeofftheMedio | what part of the process is confusing? | 07:22 |
kroddn | I dont know HOW to tell cmake where the files are | 07:22 |
kroddn | cmake --help does not offer this help | 07:23 |
GeofftheMedio | that's why I linked the cmake documentation | 07:23 |
kroddn | An attempt was made to set the policy version of CMake to "2.6.4" which is | 07:23 |
kroddn | greater than this version of CMake. This is not allowed because the | 07:23 |
kroddn | greater version may have new policies not known to this CMake. You may | 07:23 |
kroddn | need a newer CMake version to build this project. | 07:23 |
kroddn | grml | 07:23 |
GeofftheMedio | yeah, you need a relatively new version of cmake | 07:24 |
kroddn | that to much for me. ccmake does not list variables for installation dirs of boost, graphviz and so on... | 07:25 |
GeofftheMedio | try pressing t to toggle advanced mode | 07:27 |
kroddn | to complicated. maybe another time | 07:32 |
kroddn | there's even no possibility to support location of the other libs, like bullet, graphviz, Cg, ogre | 07:33 |
kroddn | or i am to dump to see that | 07:33 |
GeofftheMedio | there should be | 07:33 |
GeofftheMedio | did you toggle to advanced mode? | 07:34 |
GeofftheMedio | I don't have the linux command like ccmake set up to look at the freeorion stuff, but for another project where I do have it set up on linux, after switching to advanced mode, all the dependencies include and library directories are listed and can be edited | 07:35 |
GeofftheMedio | this is sort of the point of ccmake... | 07:35 |
kroddn | i switched to advanced mode pressing t | 07:40 |
kroddn | I can see many paths, but bot for configuring each lib | 07:40 |
GeofftheMedio | you can scroll up and down | 07:40 |
GeofftheMedio | there are probably several pages of them | 07:40 |
GeofftheMedio | for GG, there should be pathes for boost, freetype, jpeg, ogre, ois, opengl, png, tiff, zlib | 07:41 |
GeofftheMedio | eg. for boost, there is BOOST_INCLUDEDIR and BOOST_LIBRARYDIR | 07:41 |
GeofftheMedio | for freeorion there are entries for ALUT, BOOST, BULLET, GIGI, GRAPHVIZ, OGG, OGRE, OPENAL, OPENGL, PYTHON, VORBIS, VORBISFILE, and ZLIB | 07:42 |
GeofftheMedio | each of which has a library and include dir setting | 07:42 |
kroddn | http://psitronic.de/div/ccmake.png | 07:42 |
kroddn | maybe its a problem my cmake version has... | 07:43 |
GeofftheMedio | right, so it hasn't found your boost installation by default, but you can edit all those entries to tell it where they are | 07:44 |
kroddn | but still there's none of ALUT, BOOST, BULLET, GIGI, GRAPHVIZ, OGG, OGRE, OPENAL, OPENGL, PYTHON, VORBIS | 07:44 |
GeofftheMedio | scroll up and down | 07:45 |
kroddn | there's nothing more to scroll | 07:45 |
kroddn | only one option on page two | 07:45 |
kroddn | DEBUG_xxx | 07:45 |
GeofftheMedio | make you need to configure first? | 07:46 |
GeofftheMedio | try hitting c | 07:46 |
kroddn | that doesnt work because i only have 2.6.0 | 07:48 |
GeofftheMedio | maybe that's the problem, though it seems strange that that would be the result | 07:51 |
kroddn | I'll try to fix scons | 08:02 |
GeofftheMedio | you should just need to update the list of source files | 08:14 |
GeofftheMedio | you might also want to update the boost version and python versions. I'm building against 1.42 and 2.6.5. | 08:15 |
GeofftheMedio | and ogre 1.7.0 | 08:15 |
*** tomboy65 has joined #freeorion | 08:16 | |
GeofftheMedio | (but I don't think they're required) | 08:16 |
*** tomboy64 has quit IRC | 08:19 | |
kroddn | i don't want to update libs until this is really needed | 08:25 |
kroddn | My buildscripts have been working soooo fine until today :-) | 08:26 |
*** Magic has joined #freeorion | 11:38 | |
*** mithro has quit IRC | 11:38 | |
*** tomboy64 has joined #freeorion | 11:39 | |
*** tomboy65 has quit IRC | 11:42 | |
*** tomboy65 has joined #freeorion | 11:50 | |
*** tomboy64 has quit IRC | 11:50 | |
*** tomboy64 has joined #freeorion | 12:45 | |
*** tomboy65 has quit IRC | 12:47 | |
*** enig_ has joined #freeorion | 12:54 | |
*** enig_ has quit IRC | 12:56 | |
*** enigmatic has quit IRC | 12:58 | |
*** enigmatic has joined #freeorion | 13:24 | |
*** qubodup has joined #freeorion | 13:55 | |
qubodup | hi | 13:55 |
qubodup | I'm confused as to whether scons or cmake is supposed to be the right tool for making | 13:56 |
qubodup | on arch linux, libgraph is an implementation of the TurboC graphics API (graphics.h) on GNU/Linux using SDL | 13:57 |
qubodup | is that right? graphviz is just called graphviz | 13:57 |
pm | I haven't built it on linux yet. Did you have a look at the forum? | 14:00 |
qubodup | nope | 14:06 |
pm | might even be a simple makefile ;-) | 14:13 |
pm | "simple" ;-) | 14:13 |
*** tomboy64 has quit IRC | 14:14 | |
*** bernardh has quit IRC | 14:16 | |
qubodup | k, I found a thread with a problem like mine, compiling now, hopefully no errors | 14:17 |
*** tomboy64 has joined #freeorion | 14:30 | |
pm | so did it work out? :-) | 14:37 |
qubodup | pm: I posted to the forum, some linking error remained.. | 14:54 |
pm | do you have boost installed? | 14:57 |
pm | ^ qubodup ? | 14:57 |
qubodup | pm: yeah | 14:57 |
qubodup | it's called boost-mt though I think | 14:57 |
pm | what's that? Might be the reason that it's not found. | 14:58 |
qubodup | multi-thread | 14:58 |
pm | Or there's a (large) header-only part of boost and a (small) compiled part. | 14:58 |
qubodup | my boost installation looks like this: http://codepad.org/n55Qv3rq | 14:59 |
tpb | Title: Plain Text code - 1155 lines - codepad (at codepad.org) | 14:59 |
pm | void Building::serialize<boost::archive::xml_iarchive>(boost::archive::xml_iarchive&, unsigned int) <-- that what seems to be the missing (templated) function reference. | 15:00 |
pm | but I have no idea whether that should be part of FO or boost... | 15:01 |
CIA-76 | FreeOrion: tzlaine * r3475 /trunk/FreeOrion/util/ (3 files): | 17:32 |
CIA-76 | FreeOrion: r3474 broke the build under GCC. This should fix things, without breaking | 17:32 |
CIA-76 | FreeOrion: win32 -- moved the UniversObject-related exports to new file | 17:32 |
CIA-76 | FreeOrion: SerializeUniverseExports.ipp, and included that in SerializeUniverse.cpp when | 17:32 |
CIA-76 | FreeOrion: FREEORION_WIN32 is not defined, or in Serialize.ipp if it is. | 17:32 |
CIA-76 | FreeOrion: pd_ * r3476 /trunk/FreeOrion/default/data/art/combat/meshes/ (5 files): - putting ships back on the ecliptic, updated mark1 normal map | 18:24 |
*** GeofftheMedio has quit IRC | 18:44 | |
*** GeofftheMedio has joined #freeorion | 18:50 | |
GeofftheMedio | qubodup: try building again, given tzlaine recent commits | 18:55 |
GeofftheMedio | hmm... or nevermind since apparently you're not in the channel anymore | 18:56 |
STalKer-Y | he still is | 18:56 |
GeofftheMedio | ... after re-checking the channel list, I concur | 18:58 |
tomboy64 | i find his nick unnerving | 18:59 |
tomboy64 | o.O | 18:59 |
tomboy64 | i tried for almost a minute now to pronounce it | 19:00 |
GeofftheMedio | it has mirror symmetry. exciting. | 19:02 |
*** hagish has joined #freeorion | 19:10 | |
CIA-76 | FreeOrion: tzlaine * r3477 /trunk/FreeOrion/UI/MapWnd.cpp: | 19:16 |
CIA-76 | FreeOrion: "De-parented" SitrepPanel from MapWnd. This addresses longstanding feature | 19:16 |
CIA-76 | FreeOrion: request "SitRep Stuck at Bottom of Window Stack" (1443851). | 19:16 |
CIA-76 | FreeOrion: tzlaine * r3478 /trunk/FreeOrion/client/human/chmain.cpp: Changd the recently-added --load parameter's value not to be stored. | 19:38 |
*** welterde has quit IRC | 19:50 | |
*** welterde has joined #freeorion | 20:03 | |
CIA-76 | FreeOrion: pd_ * r3479 /trunk/FreeOrion/default/data/art/combat/meshes/decal.png: - added a decal map, red channel: decalbase, green channel: decalmask | 20:13 |
qubodup | ^^ | 20:40 |
*** bernardh has joined #freeorion | 20:48 | |
*** Magic has quit IRC | 20:53 | |
CIA-76 | FreeOrion: tzlaine * r3480 /trunk/FreeOrion/UI/ (CUIControls.cpp MapWnd.cpp): Fixed the double-rendering of CUISlider's tab. | 21:17 |
CIA-76 | FreeOrion: pd_ * r3481 /trunk/FreeOrion/default/data/art/combat/meshes/mark1_Decal.png: - added a third channel, which includes a combination of base and mask, according to Geoff's proposal | 21:34 |
CIA-76 | FreeOrion: pd_ * r3482 /trunk/FreeOrion/default/data/art/combat/meshes/decal.png: | 21:45 |
*** GeofftheMedio has quit IRC | 22:36 | |
*** GeofftheMedio has joined #freeorion | 22:36 | |
*** hagish has quit IRC | 22:57 | |
*** tomboy64 has quit IRC | 23:23 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!