Problem compiling warzone 2100
Posted: 11 Mar 2007, 22:42
I have installed all the libraries as required and ./configure runs fine, but when it comes to running make, it terminates almost instantly with the following output:
Making all in data
make[1]: Nothing to be done for `all'.
Making all in win32
make[1]: Nothing to be done for `all'.
Making all in lib
Making all in framework
/bin/sh ../../ylwrap resource_parser.y y.tab.c resource_parser.c y.tab.h resource_parser.h y.output resource_parser.output -- bison -y -oy.tab.c -d
/Users/dan/warzone/warzone2100-2.0.5/lib/framework/resource_parser.y:38: unrecognized: %name_prefix
/Users/dan/warzone/warzone2100-2.0.5/lib/framework/resource_parser.y:38: Skipping to next %
make[2]: *** [resource_parser.c] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
This is being compilied on an intel mac btw. Anyone have any suggestions? Thanks.
Making all in data
make[1]: Nothing to be done for `all'.
Making all in win32
make[1]: Nothing to be done for `all'.
Making all in lib
Making all in framework
/bin/sh ../../ylwrap resource_parser.y y.tab.c resource_parser.c y.tab.h resource_parser.h y.output resource_parser.output -- bison -y -oy.tab.c -d
/Users/dan/warzone/warzone2100-2.0.5/lib/framework/resource_parser.y:38: unrecognized: %name_prefix
/Users/dan/warzone/warzone2100-2.0.5/lib/framework/resource_parser.y:38: Skipping to next %
make[2]: *** [resource_parser.c] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
This is being compilied on an intel mac btw. Anyone have any suggestions? Thanks.