Tuesday, 2012-02-28

*** tpb has joined #freeorion00:00
Lukc*saying, btw :/00:00
*** bjorn2in_ has joined #freeorion00:15
*** bjorn2in_ has quit IRC00:19
*** bjorn2in_ has joined #freeorion00:35
*** bjorn2in has quit IRC00:39
*** bjorn2in_ has quit IRC00:41
*** bjorn2in has joined #freeorion00:51
*** Lukc has quit IRC01:05
*** bjorn2in has quit IRC01:15
*** bjorn2in has joined #freeorion01:15
*** VargaD has quit IRC01:22
STalKer-Y^^01:57
*** STalKer-Y has quit IRC04:07
*** STalKer-X has joined #freeorion04:18
*** StrangerDanger has quit IRC04:19
*** tmass has quit IRC06:15
*** VargaD has joined #freeorion07:09
*** Lukc has joined #freeorion08:14
*** StrangerDanger has joined #freeorion08:17
*** StrangerDanger has quit IRC08:34
*** StrangerDanger has joined #freeorion08:42
LukcHi.09:11
Lukcmain() caught exception(std::exception): OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library libGiGiOgrePlugin_OIS.so.  System Error: libGiGiOgrePlugin_OIS.so: cannot open shared object file: No such file or directory in DynLib::load at OgreDynLib.cpp (line 81)09:12
LukcHowever… I did build GiGi without OIS support.09:12
LukcWell, I have build everything without OIS support, because OIS was just not installed.09:13
LukcSo, I don’t really understand why the hell freeorion (OGRE?) is asking OIS. :/09:13
LukcBesides, if I try to recompile everything with OIS support… GiGi does not build.11:45
*** StrangerDanger has quit IRC14:41
*** tmass has joined #freeorion16:02
*** dansan has quit IRC17:03
*** dansan has joined #freeorion17:05
*** bookwar1 has quit IRC18:22
*** bookwar has joined #freeorion18:37
*** bookwar1 has joined #freeorion18:41
*** bookwar has quit IRC18:41
*** neoneurone has joined #freeorion18:58
*** neoneurone has quit IRC19:41
*** Lukc has quit IRC20:09
*** dansan_ has joined #freeorion21:10
*** dansan has quit IRC21:11
*** tmass has quit IRC21:17
*** bjorn2in has quit IRC21:17
*** planetmaker has quit IRC21:17
*** eristikophiles has quit IRC21:17
*** tmass has joined #freeorion21:18
*** bjorn2in has joined #freeorion21:18
*** planetmaker has joined #freeorion21:18
*** eristikophiles has joined #freeorion21:18
*** Lukc has joined #freeorion21:23
GeofftheMedioLukc: FreeOrion needs GiGi built with OIS21:23
LukcDamn. :(21:24
LukcI must have read the wiki page a little to fast, then.21:24
LukcGeofftheMedio, still, that’s strange that FreeOrion has been built, then.21:24
Lukc(it’s strange for me)21:24
GeofftheMedioGiGiOIS is a plugin for FreeOrion21:28
GeofftheMedioso not linked against the .lib at build time21:28
GeofftheMedioas far as I recall21:28
LukcOk.21:29
GeofftheMediobut it is still needed to run FreeOrion21:29
LukcOk.21:29
LukcI have a suggestion, then.21:29
LukcCould you add a message saying it somewhere, if GiGi does not have OIS support? \o/21:30
GeofftheMedioGiGi itself is independent of OIS21:30
GeofftheMedioGiGiOIS is another library that's built if you configure the GiGi build to do so21:31
GeofftheMedioso... no21:31
LukcOk.21:31
LukcThen could you add a message saying it somewher, if GiGiOIS is not found?21:31
GeofftheMediothere is one: when you try to run FreeOrion without it being present21:32
LukcWell, or at least say it in the wiki page.21:32
LukcIt’s not really helpful, you know…21:32
LukcI understood it as “you don’t have some library you should not have”.21:32
GeofftheMediowhat is "it" ?21:33
LukcThe message.21:33
LukcThe one you got when you run FreeOrion without GiGiOIS.21:33
GeofftheMedioThat depends on your OS or build system, I suspect21:33
GeofftheMedioit wouldn't complain about you not having a library you don't need; that doesn't make sense...21:34
LukcYes, that’s exactly what I thought!21:34
GeofftheMedioso... what's the confusion then?21:34
LukcThat I thought OIS support in GiGi was not required.21:35
GeofftheMedioabout the message21:35
GeofftheMedioit was complaining that you didn't have a library21:35
LukcYes. It was complaining that I didn’t have a library that I thought optional.21:35
GeofftheMediofrom which you apparently concluded that you did not need the library, and it was complaining for no reason21:35
LukcNo, I thought that before.21:35
LukcI… uh…21:35
LukcWell. Don’t bother.21:35
GeofftheMedioI can't change that message regardless21:36
GeofftheMediothere could be some changes to the compile or other wiki pages if you can suggest something specific21:36
LukcYes. On the Linux/Unix/whatever compile page, I suggest saying what GiGi needs to support.21:37
LukcAnd maybe even modifying the cmake command that is given, to easy copy&paste.21:38
GeofftheMediohttp://freeorion.org/index.php?title=Compile&curid=638&diff=8465&oldid=845021:39
tpb<http://ln-s.net/9hBl> (at freeorion.org)21:40
LukcYep.21:40
LukcBut on the particular Linux page it’d be great too.21:41
GeofftheMedioI don't know the linux build system / process well enough to make such changes21:41
LukcYou mean… You’re not one of us ? :o21:42
LukcHow is that possible?21:42
LukcI miracly successfully run FreeOrion. \o/21:43
LukcHum, the Linux page.21:43
LukcWell, basically, you should tell that GiGi must be built with OIS and Ogre support in the GiGi section of the page.21:44
Lukc-DBUILD_OGRE_DRIVER=ON -DBUILD_OGRE_OIS_PLUGIN=ON should be added before the "." in the line containing "cmake"21:45
LukcAnd that should be all.21:45
GeofftheMedioline in what?21:46
LukcIn what what? There in a set of commands to give to your shell to build GiGi. One of them begins by "cmake".21:46
LukcIn the Linux compile page.21:46
LukcYeah, I know, you won’t edit anyway because you won’t understand. :/21:47
LukcSeems I can’t write in the game. :/21:48
LukcStrange, now I can.21:49
GeofftheMediohttp://freeorion.org/index.php?title=Compile_In_Linux&curid=1162&diff=8466&oldid=834621:49
tpb<http://ln-s.net/9hC4> (at freeorion.org)21:49
GeofftheMedioOIS isn't very good21:49
LukcIt’s a shame I’m not involved. Usually I’m the guy who finds more bugs than anything else… :/21:49
LukcI dunno. I never heard of it before yesterday.21:50
LukcSeems right. :)21:50
LukcIs the rotating thing around the selected planet recent?21:52
GeofftheMedioplanet, or star?21:53
LukcStar.21:53
GeofftheMedioa few months21:53
LukcI find it quiet annoying. :/21:54
GeofftheMedioreplace the graphics for it with an empty / all transparent png21:56
GeofftheMedioor add an option to disable it, and post a patch21:56
LukcAhah. I’d like to. However, I’m not very experienced in C++, and a patch may take time.21:59
LukcIf I ever manage to have a Pkgfile for FreeOrion I’ll already be happy…22:00
LukcIs it normal that the tech and prod panels are not on the right side of the game window?22:02
GeofftheMedionot sure what you mean, but it might be due to resizing the FreeOrion window22:03
GeofftheMedioexit and restart for some of the layout to update22:03
LukcOk.22:04
LukcWell, everything resizes, except tech, prod and design. :/22:04
GeofftheMedioas I said, "some of the layout"22:05
LukcAh.22:06
LukcSo, this is the "rest" of the layout?22:06
GeofftheMedio?22:07
LukcDon’t bother.22:12
*** Lukc has quit IRC23:53

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