*** tpb has joined #freeorion | 00:00 | |
*** STalKer-Y has quit IRC | 00:03 | |
CIA-31 | FreeOrion: geoffthemedio * r3097 /trunk/FreeOrion/ (3 files in 2 dirs): | 05:07 |
---|---|---|
CIA-31 | FreeOrion: -Updated Russian translation from Wiki by cjckem | 05:07 |
CIA-31 | FreeOrion: -Added quickstart / q command line flag to quick start without requiring further user action. Modified patch by bhelyer posted on forums. | 05:07 |
*** mithro has quit IRC | 08:58 | |
*** mithro has joined #freeorion | 09:31 | |
*** mithro has quit IRC | 11:34 | |
*** GeofftheMedio_ has joined #freeorion | 12:44 | |
*** GeofftheMedio has quit IRC | 13:02 | |
*** hagish has joined #freeorion | 14:40 | |
*** kroddnoMobil has joined #freeorion | 17:38 | |
*** ChanServ sets mode: +o kroddnoMobil | 17:38 | |
*** GeofftheMedio has joined #freeorion | 18:45 | |
kroddnoMobil | hi GeofftheMedio | 18:52 |
GeofftheMedio | hey | 18:53 |
kroddnoMobil | You hilighted me? | 19:00 |
GeofftheMedio | uhm... not sure what you mean | 19:00 |
kroddnoMobil | you wanted to talk to me? | 19:01 |
kroddnoMobil | I was not able to answer until now | 19:01 |
GeofftheMedio | oh... like a few days ago? | 19:02 |
GeofftheMedio | nevermind that | 19:03 |
kroddnoMobil | kk | 19:03 |
kroddnoMobil | i am trying to get that ogre linking stuff working... | 19:03 |
kroddnoMobil | My eyes won't make it much longer ... | 19:04 |
*** GeofftheMedio_ has quit IRC | 19:04 | |
GeofftheMedio | I didn't realize the recent changes would require much additional effort from you | 19:08 |
kroddnoMobil | the linking of the ogre modules needed seems to be not automated | 19:12 |
kroddnoMobil | I have to link those manually | 19:12 |
GeofftheMedio | and how you had it working before doesn't help? | 19:14 |
CIA-31 | FreeOrion: kroddn * r3098 /trunk/FreeOrion/ (2 files in 2 dirs): Made recent ogre changes compile and link on linux-static with script link.sh - did not work with scons. | 19:15 |
kroddnoMobil | scons' linking phase does not work | 19:15 |
kroddnoMobil | it means that i get no executable, but i am able to run my own static-linking script after compilation | 19:15 |
kroddnoMobil | The link command line is missing the ogre modules: | 19:15 |
kroddnoMobil | /usr/local/lib/OGRE/Plugin_CgProgramManager.a /usr/local/lib/OGRE/Plugin_ParticleFX.a /usr/local/lib/OGRE/Plugin_OctreeSceneManager.a /usr/local/lib/OGRE/RenderSystem_GL.a | 19:16 |
kroddnoMobil | I don't know how it works on windows | 19:16 |
GeofftheMedio | I don't think tzlaine has set up static linking on windows... all those are loaded as DLLs at run time | 19:16 |
kroddnoMobil | hm, but that means he didn't test the changes? | 19:17 |
GeofftheMedio | not sure... | 19:19 |
GeofftheMedio | you should probably email to discuss | 19:19 |
kroddnoMobil | Its so hard to discuss things per email if the other is sleeping when you reply :-) | 19:20 |
GeofftheMedio | he should be awake now... | 19:21 |
GeofftheMedio | in SConstruct: | 19:21 |
GeofftheMedio | if building_static: | 19:22 |
GeofftheMedio | env.AppendUnique(CPPPATH = './client/human/OgrePlugins') | 19:22 |
GeofftheMedio | ogre_lib_path = '/usr/local/lib/OGRE/' | 19:22 |
GeofftheMedio | env.AppendUnique(LIBS = [ | 19:22 |
GeofftheMedio | 'GiGiOgrePlugin_OIS' | 19:22 |
GeofftheMedio | ]) | 19:22 |
GeofftheMedio | env.AppendUnique(LINKFLAGS = [ | 19:22 |
GeofftheMedio | ogre_lib_path + 'RenderSystem_GL.a', | 19:22 |
GeofftheMedio | ogre_lib_path + 'Plugin_CgProgramManager.a', | 19:22 |
GeofftheMedio | ogre_lib_path + 'Plugin_OctreeSceneManager.a', | 19:22 |
GeofftheMedio | ogre_lib_path + 'Plugin_ParticleFX.a' | 19:22 |
GeofftheMedio | ]) | 19:22 |
GeofftheMedio | f = open('ogre_plugins.cfg', 'w') | 19:22 |
GeofftheMedio | f.write('') | 19:22 |
GeofftheMedio | f.close() | 19:22 |
kroddnoMobil | hm | 19:22 |
GeofftheMedio | I regularly have lengthy discussions with tzlaine via email that take a few days... just send off a question or comment and await the reply. | 19:22 |
GeofftheMedio | I suppose I have other stuff to work on in the mean time though | 19:23 |
GeofftheMedio | so I don't need an immediate reply to do anything else... | 19:23 |
kroddnoMobil | If we don't want to hurry having a new release, thats no problem for me :-) | 19:24 |
kroddnoMobil | last time his release came quick and I didn't have time - if you remember | 19:24 |
GeofftheMedio | it's been a few months... another day won't be much different | 19:24 |
GeofftheMedio | although it seems like we've been just about to release for two weeks now | 19:25 |
GeofftheMedio | I'd have been happy with a release a few weeks ago and then an update a few weeks later | 19:25 |
GeofftheMedio | you might want to attach config logs or build logs or whatever scons outputs to indicate what it's doing... presumably he intended those libraries to be linked by scons | 19:26 |
GeofftheMedio | you are defining OGRE_STATIC_LIB in CPPDEFINES? | 19:27 |
kroddnoMobil | Maybe it's again just a problem with scons configure | 19:27 |
kroddnoMobil | IN the past I often had to delete trunk and check out everything again to get scons to compile with new parameters | 19:28 |
kroddnoMobil | That is working | 19:28 |
GeofftheMedio | scons --clean doesn't help? | 19:29 |
kroddnoMobil | nope | 19:29 |
GeofftheMedio | presumably there's a cache file or directory as well that could be deleted without needing to recheckout the whole tree | 19:30 |
kroddnoMobil | even scons --config=force afterwards does not | 19:30 |
kroddnoMobil | theres a config.cache and thar sconsign file, but that did not work either | 19:31 |
kroddnoMobil | I believe it's a simple thing that I do not recognize :-) | 19:31 |
GeofftheMedio | hopefully | 19:33 |
kroddnoMobil | copying the 170MB Installer over WLAn is sooooo slow ... | 19:37 |
*** hagish has quit IRC | 19:37 | |
kroddnoMobil | THe new package runs on my notebook - but crashes as expected when openGL stuff starts (ATI card problem) | 19:38 |
GeofftheMedio | do you have another system it actually runs on? | 19:41 |
kroddnoMobil | yes, but i have to wait until it has finished upload to there | 19:42 |
kroddnoMobil | main() caught exception(std::runtime_error): Failed to find an Ogre GL render system. | 19:42 |
kroddnoMobil | Does not work :-( | 19:42 |
kroddnoMobil | I forgot to diable that ogre_plugins.cfg | 19:42 |
GeofftheMedio | does it conflict with statically linked plugins? | 19:44 |
kroddnoMobil | I don't understand what the problem is | 19:45 |
kroddnoMobil | and i'll continue tomorrow, i am too tired now | 19:45 |
kroddnoMobil | cu | 19:45 |
GeofftheMedio | night | 19:45 |
*** kroddnoMobil has quit IRC | 19:45 | |
*** mithro has joined #freeorion | 20:48 | |
*** mithro has quit IRC | 21:38 | |
*** mithro has joined #freeorion | 21:38 | |
*** STalKer-X has quit IRC | 23:44 | |
*** STalKer-Y has joined #freeorion | 23:44 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!