Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to build with /usr/include/lua.h rather than /usr/include/lua-5.1/lua.h (I think) #444

Open
dufresnep opened this issue Jul 9, 2023 · 2 comments

Comments

@dufresnep
Copy link

[paul@localhost build]$ make --no-silent --debug=i src/network/netconnect.cpp.o|grep lua
   Recherche d'une règle implicite pour « /usr/include/lua.h ».
   Pas de règle implicite trouvée pour « /usr/include/lua.h ».
   Recherche d'une règle implicite pour « /usr/include/luaconf.h ».
   Pas de règle implicite trouvée pour « /usr/include/luaconf.h ».
   Recherche d'une règle implicite pour « /usr/include/luaconf-x86_64.h ».
   Pas de règle implicite trouvée pour « /usr/include/luaconf-x86_64.h ».
   Recherche d'une règle implicite pour « /usr/include/lualib.h ».
   Pas de règle implicite trouvée pour « /usr/include/lualib.h ».
/home/paul/stratagus/src/network/netconnect.cpp: Dans la fonction lambda:
/home/paul/stratagus/src/network/netconnect.cpp:2057:26: erreur: « lua_objlen » n'a pas été déclaré dans cette portée; vouliez-vous employer « lua_rawlen » ?
 2057 |                 auto i = lua_objlen(l, -1) + 1;
      |                          ^~~~~~~~~~
      |                          lua_rawlen
make[1]: *** [CMakeFiles/stratagus.dir/build.make:1894 : CMakeFiles/stratagus.dir/src/network/netconnect.cpp.o] Erreur 1
make: *** [Makefile:3330 : src/network/netconnect.cpp.o] Erreur 2
[paul@localhost build]$ 

Seems similar to a bug I had with boswars: https://savannah.nongnu.org/bugs/?40645

@caiotava
Copy link

Hey it may be related to the Lua version, please take a look at issue #343,

@SimoneStarace
Copy link
Contributor

@dufresnep As @caiotava wrote and, AFAIK, to compile the game you must use Lua 5.1 because some functions are not available from Lua 5.2 and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants