I know this is a Linux forum but Mac is probably closest to Linux and there's no Mac forum so I'm posting here. So, the problem is: I can't compile on my Mac. Got all required dependencies and I'm getting this error:
Code: Select all
/usr/include/c++/4.0.0/cmath:284: note: long double std::ldexp(long double, int)
/usr/include/c++/4.0.0/cmath:280: note: float std::ldexp(float, int)
/Users/Dev/Desktop/spring_0.81.2.1_src/spring_0.81.2.1/rts/lib/streflop/SMath.h:467: note: streflop::Double streflop::ldexp(streflop::Double, int)
/Users/Dev/Desktop/spring_0.81.2.1_src/spring_0.81.2.1/rts/lib/streflop/SMath.h:259: note: streflop::Simple streflop::ldexp(streflop::Simple, int)
make[2]: *** [rts/CMakeFiles/spring.dir/Game/GameServer.cpp.o] Error 1
make[1]: *** [rts/CMakeFiles/spring.dir/all] Error 2
make: *** [all] Error 2
Best regards
Dev