Hi. I tried to compile from source today. This is what stopped the buidling, I guess.
Any suggestions? :)Code:g++ -DHAVE_CONFIG_H -I. -fno-exceptions -finline-limit=300 -g -O2 -MT Screen.o -MD -MP -MF .deps/Screen.Tpo -c -o Screen.o Screen.cpp In file included from global.h:158, from Screen.cpp:1: StdString.h: In function ‘void StdString::ssadd(std::string&, const char*)’: StdString.h:223: error: ‘strlen’ was not declared in this scope In file included from RageTypes.h:6, from Actor.h:6, from ActorFrame.h:6, from Screen.h:6, from Screen.cpp:2: EnumHelper.h: At global scope: EnumHelper.h:54: error: ‘auto_ptr’ has not been declared EnumHelper.h:54: error: expected ‘,’ or ‘...’ before ‘<’ token In file included from Screen.h:11, from Screen.cpp:2: InputQueue.h: In constructor ‘InputQueueCode::ButtonPress::ButtonPress()’: InputQueue.h:35: error: ‘memset’ was not declared in this scope make[3]: *** [Screen.o] Error 1 make[3]: Leaving directory `/home/endre/stepmania-cvs-20080103/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/endre/stepmania-cvs-20080103/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/endre/stepmania-cvs-20080103' make: *** [build-stamp] Error 2
Reason for compiling, the binary refuses to die when I exit stepmania. I have no idea why, no mysterious output in the terminal either. kill [pid] works though, but I hoped to avoid that.



