IÔÇÖm trying to install Spring RTS on OpenBSD, but the build fails at 8%:
Code: Select all
[ 8%] Building CXX object AI/Skirmish/KAIK/CMakeFiles/KAIK.dir/__/__/__/rts/lib/lua/src/ldump.cpp.o
In file included from /tmp/spring_0.82.7.1/rts/lib/lua/src/ldump.cpp:14:
/tmp/spring_0.82.7.1/rts/lib/lua/src/lobject.h:204: error: 'lua_Hash' does not name a type
In file included from /tmp/spring_0.82.7.1/rts/lib/lua/src/ldump.cpp:15:
/tmp/spring_0.82.7.1/rts/lib/lua/src/lstate.h:96: error: 'lua_Func_fopen' does not name a type
/tmp/spring_0.82.7.1/rts/lib/lua/src/lstate.h:97: error: 'lua_Func_popen' does not name a type
/tmp/spring_0.82.7.1/rts/lib/lua/src/lstate.h:98: error: 'lua_Func_pclose' does not name a type
/tmp/spring_0.82.7.1/rts/lib/lua/src/lstate.h:99: error: 'lua_Func_system' does not name a type
/tmp/spring_0.82.7.1/rts/lib/lua/src/lstate.h:100: error: 'lua_Func_remove' does not name a type
/tmp/spring_0.82.7.1/rts/lib/lua/src/lstate.h:101: error: 'lua_Func_rename' does not name a type