After downloading and updating a fresh sdk, I just get several of the following errors:
Code:
/Users/isaac/Downloads/freeorion-sdk/FreeOrion/Xcode/../GG/src/adobe/adam.cpp:543:0 /Users/isaac/Downloads/freeorion-sdk/FreeOrion/Xcode/../GG/src/adobe/adam.cpp:543: 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*)" ")) << (+ relation)->adobe::sheet_t::relation_t::name_m'
on lines 494, 500, 506, 512, 518, 527 and 543, in adam.cpp.
edit: wait, isn't that the one you said I could just remove from the build? I'll try that.
edit2: Did not help this time...