Search found 42 matches

by cazfi
Sat Oct 06, 2012 5:37 am
Forum: Compile
Topic: Pyhton module initializations
Replies: 20
Views: 3544

Re: Pyhton module initializations

Geoff the Medio wrote:My version (on Windows 7) also has Unix line endings.
Yes, since eol-style property is not set, all clients receive literally what's in server so it's same for everyone regardless what system they run.
by cazfi
Fri Oct 05, 2012 5:17 am
Forum: Compile
Topic: Pyhton module initializations
Replies: 20
Views: 3544

Re: Pyhton module initializations

> svn proplist client/AI/CMakeLists.txt
returns no properties - so there's no eol-style set at all for it - I expected "native". It seems to be in unix format.
by cazfi
Thu Oct 04, 2012 11:06 pm
Forum: Compile
Topic: Pyhton module initializations
Replies: 20
Views: 3544

Re: Pyhton module initializations

TortoiseSVN refuses to apply your patch. It's small enough that I can do it by hand with hopefully no errors, but could you make sure you're using an SVN diff when making any future patches? Weird. It is made with svn diff. Maybe problem with it being relative to wrong directory? Or Unix/Windows li...
by cazfi
Wed Oct 03, 2012 9:12 pm
Forum: Compile
Topic: Pyhton module initializations
Replies: 20
Views: 3544

Re: Pyhton module initializations

Geoff the Medio wrote:
cazfi wrote:
Geoff the Medio wrote:Presumably the error message should say something about Python 2.x not being found, rather than just Python not found, since it will reject Python 3.x ?
Yes, that occurred to me too, but only after I had already sent the patch.
Could you update accordingly and re-attach?
Here
by cazfi
Wed Oct 03, 2012 8:49 pm
Forum: Compile
Topic: Pyhton module initializations
Replies: 20
Views: 3544

Re: Pyhton module initializations

Presumably the error message should say something about Python 2.x not being found, rather than just Python not found, since it will reject Python 3.x ? Yes, that occurred to me too, but only after I had already sent the patch. And did you test that it actually builds and runs when configuring afte...
by cazfi
Wed Oct 03, 2012 3:28 am
Forum: Compile
Topic: Build error with Ogre development version
Replies: 1
Views: 1125

Build error with Ogre development version

Posting mostly just to let you know what awaits - I don't specifically need builds against this kind of ogre version at the moment. I have set up fullmoon ( http://www.cazfi.net/fullmoon ) build for freeorion so that it first builds those dependency libraries that I have had to build myself at some ...
by cazfi
Wed Oct 03, 2012 3:06 am
Forum: Compile
Topic: Pyhton module initializations
Replies: 20
Views: 3544

Re: Pyhton module initializations

With the attached patch I finally got compilation to pass on system with python3 as preferred python version (while still having python2 available)
by cazfi
Wed Oct 03, 2012 2:34 am
Forum: Compile
Topic: Pyhton module initializations
Replies: 20
Views: 3544

Re: Pyhton module initializations

The change made here just added more meaningful error message (that "python3 is not supported") but the error remains that when have several python versions installed, find_package() may find python3 and consequently leads to this error though python2 is available. It should be simply matt...
by cazfi
Tue Oct 02, 2012 11:20 pm
Forum: Compile
Topic: Finding bullet from custom location
Replies: 1
Views: 931

Finding bullet from custom location

I'm trying to use bullet built to custom prefix. FindBullet.cmake has comment claiming that there's no bullet.pc so it has its own finding methods. This comment is not true, at least not with latest bullet. However, FindBullet.cmake seems to support environment variable BULLET_HOME to set custom loc...
by cazfi
Tue May 15, 2012 1:09 pm
Forum: Compile
Topic: Pyhton module initializations
Replies: 20
Views: 3544

Pyhton module initializations

FreeOrion/AI/PythonAI.cpp: In constructor 'PythonAI::PythonAI()': FreeOrion/AI/PythonAI.cpp:195:29: error: 'initfreeOrionLogger' was not declared in this scope FreeOrion/AI/PythonAI.cpp:196:34: error: 'initfreeOrionAIInterface' was not declared in this scope initXXX() are supposed to be provided by ...
by cazfi
Thu May 03, 2012 11:09 pm
Forum: Compile
Topic: Fullmoon build status
Replies: 3
Views: 2203

Re: Fullmoon build status

Now I face bunch of undefined boost symbols when linking against libGiGi.so. I do build boost myself (from HEAD of their version control) as part of freeorion build, so version is at least new enough :-) It might be too new, or simply broken, though. This problem was indeed outside freeorion/GG. I ...
by cazfi
Thu May 03, 2012 7:10 pm
Forum: Compile
Topic: Fullmoon build status
Replies: 3
Views: 2203

Fullmoon build status

This thread is about how freeorion build with fullmoon ( http://www.cazfi.net/fullmoon/ ) works. For several years I have regularly spent some time to update everything to work again against freeorion development. My current system is Debian Wheezy x86_64-linux. Current issues: GiGi: OIS vs ois head...
by cazfi
Thu May 03, 2012 6:20 pm
Forum: Compile
Topic: OIS vs ois header directory
Replies: 0
Views: 1359

OIS vs ois header directory

I'm trying to build freeorion once again with fullmoon ( http://www.cazfi.net/fullmoon/ ) Most of the problems I've encountered so far seem to be reported in other threads already, but ois include directory one seems worth reporting. In my system ( Debian Wheezy x86_64 ) OISKeyboard.h and OISMouse.h...
by cazfi
Sun Oct 16, 2011 9:18 pm
Forum: Programming
Topic: Bullet version
Replies: 2
Views: 993

Bullet version

Before there can be official FreeOrion debian packet, there must be debain packets for all the dependencies. We are lacking only bullet packet at the moment. While I were investigating this, I found out this: http://lists.debian.org/debian-devel-games/2008/05/msg00213.html different versions of Bull...
by cazfi
Sun Oct 16, 2011 8:20 pm
Forum: Compile
Topic: Update Linux Compile instructions
Replies: 7
Views: 2340

Re: Update Linux Compile instructions

Just for the record: I just successfully compiled latest GiGi (r1061) & FreeOrion (r4400) on Debian Wheezy (= "Testing" = development version of next Debian release) using Fullmoon ( http://www.cazfi.net/fullmoon/ ) development version. There's number of "unused but set variable&q...