View Single Post
  #3  
Old 11-18-2022, 06:18 PM
Zarius
Fire Beetle
 
Join Date: Mar 2010
Posts: 4
Default

Nope, I know it's an issue compiling, just trying to figure it out. There are a few reasons I want to stick with CentOS 9 for this. I just tried doing a more manual approach, and after the boost errors (in my original post above) which I'm not sure if they are relevant, I get this error which seems to be the real issue unless it's triggered by boost?

In file included from /home/eqemu/src/libs/luabind/luabind/lua_include.hpp:31,
from /home/eqemu/src/libs/luabind/src/pcall.cpp:27:
/usr/include/lua.h:300:15: note: declared here
300 | LUA_API int (lua_resume) (lua_State *L, lua_State *from, int narg,
| ^~~~~~~~~~
make[2]: *** [libs/luabind/CMakeFiles/luabind.dir/build.make:244: libs/luabind/CMakeFiles/luabind.dir/src/pcall.cpp.o] Error 1 ror 1
make[1]: *** [CMakeFiles/Makefile2:515: libs/luabind/CMakeFiles/luabind.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Reply With Quote