GG CMake Tweaks

Programmers discuss here anything related to FreeOrion programming. Primarily for the developers to discuss.

Moderator: Committer

Post Reply
Message
Author
User avatar
Geoff the Medio
Programming, Design, Admin
Posts: 13587
Joined: Wed Oct 08, 2003 1:33 am
Location: Munich

GG CMake Tweaks

#1 Post by Geoff the Medio »

I've modified some GG CMakeLists.txt to remove some seemingly-unnecessary-for-FreeOrion files (Adam / Eve and parser stuff) from the GiGi build by adding an option about including their source files. This is completely untested, but seems like it should work based on what's included in the Windows build, and similar existing CMake script stuff.

Could someone building on Linux test this for me?
Attachments

[The extension patch has been deactivated and can no longer be displayed.]


zhur
Space Floater
Posts: 38
Joined: Thu Aug 09, 2012 8:15 am

Re: GG CMake Tweaks

#2 Post by zhur »

It builds without errors (with or without the new GG option) but the resulting FreeOrion executable produces an error for me:

Code: Select all

./freeorion: symbol lookup error: ./freeorion: undefined symbol: _ZN5adobe9version_118local_new_delete_gE
c++filt tells this is the mangled name of "adobe::version_1::local_new_delete_g"

Post Reply