Search found 18 matches

by adesst
Sat Jun 06, 2015 6:51 am
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

I compiled the recent git pull commit e06ec0f75c7bb3ff434cd185e225f890d940bb33 Merge: 8bfa7ee da1426e Author: adesanto asman <adesantoasman@gmail.com> Date: Sat Jun 6 12:21:31 2015 +0700 Merge branch 'master' of github.com:freeorion/freeorion commit da1426eb10db4a829e96ca2c2501c20dfd321b0c Merge: 0a...
by adesst
Mon Jun 01, 2015 3:32 pm
Forum: Compile
Topic: boost 1.58 on arch linux - yet another missing include
Replies: 12
Views: 10135

Re: boost 1.58 on arch linux - yet another missing include

Yes, see: Already had a Hack for 1.57, but no version.h For me, regarding the missing include(s) in boost 1.58, I added the following hack: [chris@desk freeorion.git]$ git diff util/Serialize.ipp diff --git a/util/Serialize.ipp b/util/Serialize.ipp index b4027b2..c230721 100644 --- a/util/Serialize...
by adesst
Sat May 30, 2015 12:00 pm
Forum: Compile
Topic: boost 1.58 on arch linux - yet another missing include
Replies: 12
Views: 10135

Re: boost 1.58 on arch linux - yet another missing include

Wait, you mean, our hack to work around the problem for boost versions prior to 1.58 doesn't work for 1.58 anymore? I first tried to copy the 1.57 hack so that it is active for 1.58 too, but that did not change the situation. So it seems to be another issue in 1.58 than in 1.57, and the issue in 1....
by adesst
Sun May 17, 2015 4:02 pm
Forum: Dev Blogs
Topic: Tools and platforms used by developers.
Replies: 11
Views: 14996

Re: Tools and platforms used by developers.

  • Platform: Linux (Fedora, Xubuntu)
  • Compile: yes
  • C++ ide: vim
  • Python ide: vim
  • Log viewer: tail
  • Git tools: git, gitk
  • Github name: adesst
by adesst
Sat May 16, 2015 4:36 pm
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

bigeagle wrote:putting util/XMLDoc.cpp at the end worked for me
May i know what boost version are you using?
by adesst
Sun May 10, 2015 3:06 am
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

update, in light of adests comment about -j, I tried rerunning make as just plain make, and that by itself did not solve the problem. But then I reran cmake and again ran make, and then it finished up fine. I clean everything and remake just to confirm that modifying CMakeList.txt would solved the ...
by adesst
Sat May 09, 2015 7:38 pm
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

adesst - was your failed attempt an in-source tree build?
Yes it was. And so the successful build in-source tree build.
I found out that the -j* options sometime break the build process.
by adesst
Sat May 09, 2015 6:05 pm
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

Building FreeOrion on Fedora19 64 has `FreeOrionVersionString()` error too. Linking CXX executable ../../freeorionca cd /opt/c++/freeorion/client/AI && /usr/bin/cmake -E cmake_link_script CMakeFiles/freeorionca.dir/link.txt --verbose=1 /usr/libexec/icecc/bin/c++ -DBOOST_VERSION=105800 -Wno-d...
by adesst
Sat May 09, 2015 8:59 am
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

@Single_player I use ccmake 3.2.2 to build freeorion with no error. adesanto@xubuntu14:/opt/freeorion-1$ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or ...
by adesst
Sat May 09, 2015 3:38 am
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

You mentioned that you use CMake 3.0.2. I use 2.8.12.2, maybe this could be the cause, but I need to investigate that. Now that is interesting. I have tried to build with current cmake - 3.2.2 - that didn't work. An older version would be worth a try... But that has to wait a little - I need some s...
by adesst
Fri May 08, 2015 1:23 am
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

Aha! I got it it is just dir traverse. adesanto@xubuntu14:/opt/freeorion-1$ git diff UI/CombatReport/CombatReportWnd.cpp diff --git a/UI/CombatReport/CombatReportWnd.cpp b/UI/CombatReport/CombatReportWnd.cpp index 39e374c..b4453ac 100644 --- a/UI/CombatReport/CombatReportWnd.cpp +++ b/UI/CombatRepor...
by adesst
Fri May 08, 2015 1:00 am
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

Here is what i got when I modified the files as suggested: 1. restore boost/serialization/deque.hpp 2. util/Process.h and Serialize.ipp adesanto@xubuntu14:/opt/freeorion-1$ git diff util diff --git a/util/Process.h b/util/Process.h index f9927cc..299438d 100644 --- a/util/Process.h +++ b/util/Proces...
by adesst
Thu May 07, 2015 1:11 am
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

Hi everybody I also try to build current freeorion git on a recent debian jessie amd64 installation -- which still fails with a linking error adesst also listed in his third post here. Linking CXX executable ../../freeorion CMakeFiles/freeorion.dir/chmain.cpp.o: In function `mainConfigOptionsSetup(...
by adesst
Wed May 06, 2015 1:06 pm
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

Hurray! Freeorion is now compiled and running. **Sigh** after four days of struggling but really worths. This is a warning that this post going to be a very long post. Hope it helps other that have the similar troubles. ok, it looks like you are running into some of the same issues I ran into when I...
by adesst
Tue May 05, 2015 11:26 pm
Forum: Compile
Topic: Linking failed libfreeorioncommon.so
Replies: 48
Views: 26239

Re: Linking failed libfreeorioncommon.so

Thank you for all the quickly responses. Here how i compile my Freeorion: 1. OS, Ubuntu 14.04.1 LTS, Linux xubuntu14 3.13.0-36-generic #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux 2. Compile boost_1_58_0 by $ sudo ./b2 -j2 3. Repo, forked from freeorion/freeorion and git...