[quote=“Kevin Granade, post:2, topic:6688”]“No such file or directory” sounds like you aren’t launching it from the right place. Are you trying to run the launcher? That’s mostly for OSX.
“cannot execute binary file” sounds kind of like a library issue, though it’s normally more verbose than that.
I see when compiling you modified the makefile to use -std=c++0x, how old is your GCC? (gcc --version)
The compile error confuses the hell out of me, it’s not making it anywhere with compilation before failing and that error makes no sense.[/quote]
I tried both the launcher and the plain cataclysm binary. GCC:
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
I actually tried compiling without the modification you pointed to and the result was:
g++ -DLOCALIZE -Wall -Wextra -g --std=c++11 -MMD -I/usr/include/ncursesw -c src/action.cpp -o obj/action.o
g++: error: unrecognized option ‘--std=c++11’
make: *** [obj/action.o] Error 1