Search found 28 matches

by harm
Tue Feb 21, 2006 6:28 pm
Forum: Compile
Topic: gentoo gigi problem
Replies: 13
Views: 3428

Are you absolutely sure you compiled all involved lib with the same gcc version? I had excatly the same problem and that was because some lib (log4cpp in my case) was compiled with an other version of gcc. After compiling everything with the same version it stoped seg faulting.
by harm
Wed Feb 15, 2006 7:05 pm
Forum: Compile
Topic: gentoo gigi problem
Replies: 13
Views: 3428

The error is then unlikely to originate from Gigi. The errors consitantly come from lines after a reference to boost. My best stab is that's the problem. I can not, however, give you any solution. Perhaps explicitly point to your boost install, include and libdir? I'm very sorry.
by harm
Tue Feb 14, 2006 2:06 pm
Forum: Compile
Topic: gentoo gigi problem
Replies: 13
Views: 3428

I'm not to big on this. But:
1. What version compiler do you use?
2. Make sure you have the latest svn ('svn up')
3. Try 'scons configure' again

These things prob won\t help but the first one should provide some more info for the greater gods. :)
by harm
Tue Feb 14, 2006 1:33 pm
Forum: Programming
Topic: Problems compiling gigi
Replies: 1
Views: 2218

Hava a look at the command 'scons -h'. There is an option to point directly to your boost installation.
by harm
Tue Feb 14, 2006 1:28 pm
Forum: Compile
Topic: gentoo gigi problem
Replies: 13
Views: 3428

I don't think the compiler matters. I compiled it with gcc4.0 but most do it with 3.x. What does matter quite a bit is where you got the source of GiGi. try getting the source from SVN:

Code: Select all

svn co https://svn.sourceforge.net/svnroot/gigi/trunk gigi
Hope that helps.

Harm
by harm
Tue Feb 07, 2006 7:42 am
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

alright, consider it done!
I can't wait till I can get back from Finland to the Netherlands, what I have seen so far of FO is really impressive. I really mean it. Haven't seen something OSS like that in.... well ever. Great work guys!
by harm
Mon Feb 06, 2006 5:54 pm
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

my bad. I expected it in my root dir of FO. But I see it is dropped in my personal home dir in .freeorion.
by harm
Mon Feb 06, 2006 5:42 pm
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

Probably you don't want to hear this but I strongly recommend NOT using the -g commandline option. It did not generate a config.xml and now FO seg faults whenever I push a button. BTW changing an option and exiting didn't create a config.xml either. Running it again with -g does not seg fault, I jus...
by harm
Mon Feb 06, 2006 7:04 am
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

FreeOrion can run on 800x600, it's just that things may be missing. Edit config.xml to change the resolution. Uhm, I don't have such a file in my FO root dir or subdirs. find . -name "*.xml" ./default/buildings.xml ./default/credits.xml ./default/data/art/planets/atmospheres.xml ./default...
by harm
Sun Feb 05, 2006 6:50 pm
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

I summarized my experiences from the past days in http://freeorion.org/index.php/User:Harm/Debian
I believe it will be helpful to others.

Thanks again for all the help.

Harm
by harm
Sun Feb 05, 2006 5:19 pm
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

I really shouldn't have spend so much time on it but I finally compiled and ran it! The down side was I was behind a 800x600 monitor and freeorion requires 1024x768.... well that was a bit of a disappointment. I'll see if I can get something about that on the WIki. The final solution was that I comp...
by harm
Sun Feb 05, 2006 12:26 pm
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

Alright forget it people. I give up. It tried to compile log4cpp with gcc4.0 and for that I had to remove a bug in Manipulator.h (I think), something with namespace. That worked(!). No matter anyway because GiGi now failed to configure with: scons: Reading SConscript files ... Configuring for POSIX ...
by harm
Sat Feb 04, 2006 11:39 pm
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

Allright here is the output of ldd freeorion: linux-gate.so.1 => (0xffffe000) libGiGiSDL.so => /usr/local/lib/libGiGiSDL.so (0xb7f79000) libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7ec5000) libGiGiNet.so => /usr/local/lib/libGiGiNet.so (0xb7ebd000) libIL.so.1 => /usr/lib/libIL.so.1 (0xb7db2000) ...
by harm
Sat Feb 04, 2006 8:30 pm
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

No thank you. (gdb) run Starting program: /home/harm/orion/FOsvn/freeorion/FreeOrion/freeorion [Thread debugging using libthread_db enabled] [New Thread -1227282752 (LWP 17941)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1227282752 (LWP 17941)] std::basic_stringbuf<ch...
by harm
Sat Feb 04, 2006 12:44 pm
Forum: Programming
Topic: convincing GiGi to build with other gcc
Replies: 31
Views: 16665

I can't help myself and looked into this error myself. The error seems to appear from basic_string.h which is not a FO or GG file but an include file. I have two of these files on my system, one in /usr/include/c++/3.3/bits and one in /usr/include/c++/4.0.3/bits ..... And I am using the 4.0 version....