FreeOrion

Forums for the FreeOrion project
It is currently Wed May 22, 2013 12:21 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: GG Compile error Linux
PostPosted: Thu Jun 28, 2012 9:34 pm 
Offline
Space Krill

Joined: Thu Jun 28, 2012 9:30 pm
Posts: 2
Code:
[ 25%] Building CXX object src/CMakeFiles/GiGi.dir/GUI.cpp.o
/home/kysoto/gigi/GG/src/GUI.cpp: In member function ‘virtual void GG::GUI::Wait(unsigned int)’:
/home/kysoto/gigi/GG/src/GUI.cpp:782:26: error: ‘TIME_UTC’ is not a member of ‘boost’
make[2]: *** [src/CMakeFiles/GiGi.dir/GUI.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/GiGi.dir/all] Error 2
make: *** [all] Error 2

I'm not sure whats wrong here.
Ubuntu 12.04
I'm using the 1.50.0 boost library, if I need to give any other information just let me know.


Top
 Profile  
 
 Post subject: Re: GG Compile error Linux
PostPosted: Thu Jun 28, 2012 10:15 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7890
Location: Vancouver, BC
Seeing as Boost 1.50 was released today, probably the boost::TIME_UTC enumeration has been removed or changed, and GiGi hasn't been updated accordingly. You'll need to use an earlier version of Boost, or make appropriate changes to GiGi itself to use whatever Boost 1.50 replaced that enumeration with.

Edit: Based on this try replacing TIME_UTC with TIME_UTC_


Top
 Profile  
 
 Post subject: Re: GG Compile error Linux
PostPosted: Fri Jun 29, 2012 12:49 am 
Offline
Space Krill

Joined: Thu Jun 28, 2012 9:30 pm
Posts: 2
well that sorta figures. i didn't realize boost had just been updated.
also, that totally worked, and thanks :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group