Search found 9 matches

by mandarina
Sat Aug 19, 2017 7:21 pm
Forum: Compile
Topic: [SOLVED] Error compiling 0.4.7 - Linux
Replies: 20
Views: 14683

Re: Error compiling 0.4.7 - Linux

Hello, Before: $ ls -l /usr/bin/gcc* lrwxrwxrwx 1 root root 21 ago 1 22:17 /usr/bin/gcc -> /etc/alternatives/gcc -rwxr-xr-x 1 root root 838008 sep 5 2016 /usr/bin/gcc-4.9 -rwxr-xr-x 1 root root 915736 sep 4 2016 /usr/bin/gcc-5 $ ls -l /usr/bin/g++* lrwxrwxrwx 1 root root 21 ago 1 22:17 /usr/bin/g++ ...
by mandarina
Thu Aug 17, 2017 5:44 pm
Forum: Compile
Topic: [SOLVED] Error compiling 0.4.7 - Linux
Replies: 20
Views: 14683

Re: Error compiling 0.4.7 - Linux

Hello, it seems I already have 5.4 :shock:

Code: Select all

$ gcc-5 --version
gcc-5 (Ubuntu 5.4.1-2ubuntu1~16.04) 5.4.1 20160904
by mandarina
Wed Aug 16, 2017 7:33 pm
Forum: Compile
Topic: [SOLVED] Error compiling 0.4.7 - Linux
Replies: 20
Views: 14683

Re: Error compiling 0.4.7 - Linux

Hello,

Code: Select all

$ gcc --version
gcc (Ubuntu 4.9.4-2ubuntu1~16.04) 4.9.4

Code: Select all

$ ld --version
GNU ld (GNU Binutils for Ubuntu) 2.26.1
I tried compiling with the flag "--std=c++0x" but problem persists :(
by mandarina
Tue Aug 15, 2017 6:29 pm
Forum: Compile
Topic: [SOLVED] Error compiling 0.4.7 - Linux
Replies: 20
Views: 14683

Re: Error compiling 0.4.7 - Linux

Hello, thanks for the replies! Is there another way of playing the 0.4.7 on my ubuntu 16.04? Please stick with us a while longer here while we try to sort this out. We do have some folks who are more expert than myself on compilation and cmake issues and I am hoping they will find time to review you...
by mandarina
Sat Aug 12, 2017 4:23 pm
Forum: Compile
Topic: [SOLVED] Error compiling 0.4.7 - Linux
Replies: 20
Views: 14683

Re: Error compiling 0.4.7 - Linux

Is there another way of playing the 0.4.7 on my ubuntu 16.04?
by mandarina
Fri Aug 11, 2017 4:39 pm
Forum: Compile
Topic: [SOLVED] Error compiling 0.4.7 - Linux
Replies: 20
Views: 14683

Re: Error compiling 0.4.7 - Linux

@mandarina, it shouldn't make any difference at all, but can you try to check out the "v0.4.7" tag from our git repository and build that? Building v0.4.7 HEAD build 2017-04-24.60d06dc [ 70%] Building CXX object CMakeFiles/freeoriond.dir/server/SaveLoad.cpp.o [ 71%] Building CXX object CM...
by mandarina
Fri Aug 11, 2017 1:23 am
Forum: Compile
Topic: [SOLVED] Error compiling 0.4.7 - Linux
Replies: 20
Views: 14683

Re: Error compiling 0.4.7 - Linux

Thanks for the reply, sadly I already have installed libboost-all-dev $ sudo apt-get install libboost-all-dev Reading package lists... Done Building dependency tree Reading state information... Done libboost-all-dev is already the newest version (1.58.0.1ubuntu1). As for the cmake part it found all ...
by mandarina
Thu Aug 10, 2017 1:25 pm
Forum: Compile
Topic: [SOLVED] Error compiling 0.4.7 - Linux
Replies: 20
Views: 14683

[SOLVED] Error compiling 0.4.7 - Linux

Hello, first I have to thank you for this great game, I played the 0.4.5 and I found it awesome!!! The sad part is that I'm having trouble compiling the 0.4.7... Ubuntu 16.04 LTS I followed these instructions: http://freeorion.org/index.php/Compile_In_Linux However... [ 73%] Building CXX object CMak...