Page 1 of 1

3845 OS X build errors

Posted: Sun Nov 28, 2010 1:33 am
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

Re: 3845 OS X build errors

Posted: Sun Nov 28, 2010 2:28 am
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.

Re: 3845 OS X build errors

Posted: Sun Nov 28, 2010 8:04 pm
by Bigjoe5
Yeah, removing that file from the build makes it work fine.