3845 OS X build errors

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
User avatar
Bigjoe5
Designer and Programmer
Posts: 2058
Joined: Tue Aug 14, 2007 6:33 pm
Location: Orion

3845 OS X build errors

#1 Post by Bigjoe5 »

Code: Select all

/Users/isaac/Downloads/freeorion-sdk/FreeOrion/Xcode/../GG/src/adobe/adam.cpp:494:0 /Users/isaac/Downloads/freeorion-sdk/FreeOrion/Xcode/../GG/src/adobe/adam.cpp:494: error: ambiguous overload for 'operator<<' in 'std::operator<< [with _Traits = std::char_traits<char>](((std::basic_ostream<char, std::char_traits<char> >&)(+((const adobe::sheet_t::implementation_t::print_visitor*)this)->adobe::sheet_t::implementation_t::print_visitor::os_m)), ((const char*)"    ")) << (+ params)->adobe::sheet_t::implementation_t::input_parameters_t::name_m'
Similar errors occur on lines 500, 506, 512, 518, 527, 542 of adam.cpp
Warning: Antarans in dimensional portal are closer than they appear.

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

Re: 3845 OS X build errors

#2 Post by Geoff the Medio »

You can probably just remove all the stuff under the GG/src/adobe directory from the GiGi build, and things should still work fine with FreeOrion.

User avatar
Bigjoe5
Designer and Programmer
Posts: 2058
Joined: Tue Aug 14, 2007 6:33 pm
Location: Orion

Re: 3845 OS X build errors

#3 Post by Bigjoe5 »

Yeah, removing that file from the build makes it work fine.
Warning: Antarans in dimensional portal are closer than they appear.

Post Reply