Tuesday, 2012-09-04

*** tpb has joined #freeorion00:00
STalKer-X'ello00:01
*** ArmOrAttAk has joined #freeorion02:38
ArmOrAttAkhello02:38
GeofftheMediohello...02:41
ArmOrAttAkis this game playable GeofftheMedio ?02:42
GeofftheMediofor some people.  don't expect a finished / balanced game, though.02:43
ArmOrAttAkis this site legit: http://freeorion.psitronic.de/ ?02:46
tpbTitle: Index of / (at freeorion.psitronic.de)02:46
GeofftheMedioyes.  or at least it was.  he used to provide the linux static binaries, but hasn't been doing so for about two years.02:47
ArmOrAttAkdarn02:48
STalKer-Xcompile yourself, just takes 2 weeks and 32GB of RAM :D02:48
ArmOrAttAkcan you hook me up a vm to do that STalKer-X ?02:49
STalKer-Xa vm?02:49
ArmOrAttAkvirtual machine02:50
STalKer-Xwhy would you want a virtual machine? ô.o02:50
ArmOrAttAkbecause i don't have 32G ram02:51
GeofftheMedioyou don't actually need 32 MB RAM to build FreeOrion02:51
STalKer-Xharhar02:51
STalKer-Xyou need only 4GB02:51
STalKer-Xmy laptop exploded last time i tried02:51
STalKer-X(literally)02:51
ArmOrAttAk:)02:52
ArmOrAttAkcould it be more resource intensive than the kernel?02:52
GeofftheMediothere a lot of templates and boost code used, so possibly...02:52
STalKer-Xi'd love to have pch files :p02:53
*** BenjiClub has quit IRC02:55
ArmOrAttAkhey there goes another german hostmask02:57
STalKer-Xthis channel is taken over by germans02:58
*** STalKer-X_z has joined #freeorion03:32
*** STalKer-X has quit IRC03:32
CIA-20freeorion: geoffthemedio * r5205 /trunk/FreeOrion/GG/GG/adobe/ (closed_hash.hpp cmath.hpp): Patch by spikethehobbit to fix some gcc 4.7 build issues.04:40
*** zhur has joined #freeorion04:52
zhurGeofftheMedio: after 5202 I am getting this error:05:43
zhur/home/zhur/src/freeorion3/FreeOrion/client/human/HumanClientApp.cpp: In constructor ‘HumanClientApp::HumanClientApp(Ogre::Root*, Ogre::RenderWindow*, Ogre::SceneManager*, Ogre::Camera*, Ogre::Viewport*, const boost::filesystem3::path&)’:05:43
zhur/home/zhur/src/freeorion3/FreeOrion/client/human/HumanClientApp.cpp:279:15: error: ‘class HumanClientApp’ has no member named ‘SetKeyMap’05:43
zhurIs there a fix?05:43
GeofftheMedioupdate gg?05:44
GeofftheMediohttp://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/GG/GUI.h?r1=5156&r2=520105:45
tpb<http://ln-s.net/$k_E> (at freeorion.svn.sourceforge.net)05:45
zhurwait, isn't it updated along with freeorion now?05:45
GeofftheMedioyes, but apparently you aren't using the latest version of the header05:46
zhurah, maybe I need to rebuild it, right... what a mess05:46
GeofftheMediowouldn't have thought rebuilding would be necessary, since it's a no member error (header), not a undefined function error (cpp)05:46
zhurwell, it probably takes headers from the system - so I need to install it - so I need to rebuild it :P05:48
zhurat least that's how I understand it05:48
GeofftheMediook...  why does installing move headers around?05:49
zhurto make them system-wide - copying to /usr/include05:50
STalKer-X_zhmm, i wonder05:56
*** VargaD has joined #freeorion05:59
STalKer-X_zGeofftheMedio: has the FO-SDK been updated?06:01
GeofftheMedioyes06:01
STalKer-X_zok, that explains it :)06:03
STalKer-X_zmissing the ois stuff06:04
GeofftheMedioit?06:04
STalKer-X_zthe errors :)06:04
GeofftheMedioerrors about missing ois stuff?06:04
STalKer-X_zi was using an older SDK :)06:05
GeofftheMediodoesn't answer my question...06:05
STalKer-X_zwhat is so unclear about "it"?06:08
GeofftheMedio"errors about missing ois stuff?" or missing OIS stuff and other errors?06:08
STalKer-X_zcompile errors06:08
STalKer-X_zfiles not found and stuff06:09
STalKer-X_znothing serious06:09
*** zhur has quit IRC06:15
*** VargaD has quit IRC06:37
*** zhur has joined #freeorion07:02
*** swat has joined #freeorion07:05
*** StrangerDanger has joined #freeorion07:33
*** Stranger has quit IRC07:34
GeofftheMediozhur: if you could try out alternate keyboard layouts in Linux, I'd like to know if they are recognized07:34
GeofftheMedioas discussed in the recent dev blog post07:34
zhurah yes, just wanted to tell you07:50
zhurit doesn't work07:50
GeofftheMediohmm07:50
GeofftheMedioalas07:50
zhurI tried both utf8 and cp1251 - still no success07:50
GeofftheMedioutf8 is not a keyboard layout07:50
zhuryeah, you are right - I meant locale07:51
GeofftheMedioif you type in a standard GUI text editor, do you get international characters, but not in FO?07:52
zhuryes07:52
zhurthe game just ignores keypresses if I use a Russian layout07:52
zhurlet me check another layout07:53
GeofftheMediodid you also switch stringtables for russian07:53
GeofftheMedio?07:53
zhuryes07:53
GeofftheMedioin FO07:53
GeofftheMediohmm07:53
zhurno, nothing works :(07:55
GeofftheMediodoes it still work with the standard US keyboard layout?07:55
zhuryes07:56
GeofftheMedioand can you check in GUI::HandleGGEvent what key_code_point is passed in for various keyboard layouts?07:57
GeofftheMedioI'm wondering where the problem is...07:57
GeofftheMediogoing to sleep now, though...07:57
zhurI just ran a debugger and GG::GUI::HandleGGEvent doesn't get called when I am pressing keys with Russian layout on07:58
zhuryeah, and I need to start moving towards work - let's try next time :)08:01
zhurlast comment: OISInput::keyPressed gets event with field key = OIS::KC_UNASSIGNED so this is probably an OIS initialization/configuring problem08:11
*** VargaD has joined #freeorion08:25
*** zhur has quit IRC08:29
*** StrangerDanger has quit IRC08:38
*** tpb has joined #freeorion09:53
*** swat has quit IRC10:02
*** swat has joined #freeorion10:08
*** CIA-20 has quit IRC11:48
*** henry- has joined #freeorion11:56
*** CIA-29 has joined #freeorion11:57
*** __alex has joined #freeorion12:16
*** swat has quit IRC14:40
*** swat has joined #freeorion16:28
*** bookwar has joined #freeorion16:41
*** GeofftheMedio has quit IRC16:49
*** GeofftheMedio has joined #freeorion16:50
*** eristikophiles has quit IRC16:52
*** eristikophiles has joined #freeorion16:53
*** zhur has joined #freeorion17:10
*** bookwar has quit IRC17:44
*** pollix has joined #freeorion17:51
pollixHi17:52
GeofftheMediohi...17:52
pollixI have no Makefile for freeorion?17:52
GeofftheMediogenerate one with cmake17:52
pollixwhich generator? "cmake" alone dont work17:53
GeofftheMedioccmake .17:54
GeofftheMediothen set all the various dependency locations17:54
GeofftheMediocmake .17:55
GeofftheMediomake17:55
GeofftheMediohttp://freeorion.org/index.php/Compile_In_Linux17:55
pollixyes17:55
tpbTitle: Compile In Linux - FreeOrionWiki (at freeorion.org)17:55
pollixwith the dot it works ^^17:55
*** neoneurone has joined #freeorion18:25
zhurGeofftheMedio: ping18:36
GeofftheMedioleaving soon, but what?18:40
CIA-29freeorion: geoffthemedio * r5206 /trunk/FreeOrion/UI/DesignWnd.cpp: Minor tweak to DesignWnd::MainPanel::LClick which seems to help with an issue I was having where the window couldn't be moved after it was resized once.18:41
zhurah, then nevermind probably :)18:42
zhurjust wanted to debug that non-English locales on Linux18:43
zhurI blame OIS for not working18:43
GeofftheMedioyeah... maybe in 6-8 hours?  if you're awake...18:43
GeofftheMedioI googled a bit, but didn't find anything obviously applicable18:43
GeofftheMedioposting on the OIS forums, or asking on the ogre (or OIS if there is one) irc channel might help18:44
zhurheh, I'll be sleeping then sorry18:44
zhuryeah, I'll see18:44
zhurI just was curious - there's an OIS folder in FreeOrion sources - but is it used on Linux?18:46
zhurI think when I debugged I saw that the game was using my system OIS - can this be the problem?18:46
pollixcant compile freeorion18:58
pollix/usr/local/lib/libGiGi.so: undefined reference to `boost::filesystem::path::root_name() const'18:58
pollixi compiled libGiGi with boost-1.5118:59
pollixboost-1.51 is located in /usr/lib/local too19:00
zhurpollix: I thought someone reported similar problems with newer boost on the forum19:02
zhurprobably you should try a lower version (pre 1.50)19:02
pollixwhat version works?19:03
zhurI am using 1.48 personally19:04
zhurso 1.47-1.49 if I recall correctly19:05
pollixi use svn R520619:07
pollixr5169 says "Updated MSVC 2010 project files for new build with Boost 1.51 and Ogre 1.8"19:08
zhurwell, then my information is outdated :)19:10
STalKer-X_zmsvc under linux? okay19:28
*** Stranger has joined #freeorion19:30
zhurnah, he was just referring to the commit to show that GG actually can be compiled with newer boost19:31
*** neoneurone has quit IRC19:41
*** __alex has quit IRC20:29
*** O01eg has quit IRC20:30
*** zhur has quit IRC20:36
*** swat has quit IRC20:39
*** theTroy has quit IRC21:09
*** pollix has quit IRC21:26
*** Stranger has quit IRC21:58
*** bookwar has joined #freeorion22:39
*** bookwar has quit IRC23:43

Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!