Bonjour à tous !
J'essaye de compiler le tutorial sur lua, mais impossible de faire tourner le machin. Voilà les erreurs que le compilo me sort :
J'ai un peu de mal avec leur page de download, j'ai récupéré les bibliothèques compatibles vc6 mais ca ne donne rien...obj\Debug\main.o(.text+0x12b):: In function `main':
F:\Projets\test lua\main.cpp:9: undefined reference to `luaL_newstate()'
obj\Debug\main.o(.text+0x139):F:\Projets\test lua\main.cpp:10: undefined reference to `luaL_openlibs(lua_State*)'
obj\Debug\main.o(.text+0x14c):F:\Projets\test lua\main.cpp:12: undefined reference to `luaL_loadfile(lua_State*, char const*)'
obj\Debug\main.o(.text+0x173):F:\Projets\test lua\main.cpp:12: undefined reference to `lua_pcall(lua_State*, int, int, int)'
...
Le tutorial de developpez a l'air pas mal mais il n'explique pas la mise en place d'un nouveau projet...
Merci d'avance !
Partager