Não está conseguindo encontrar o diretório do lua... Qual as libs que você instalou no Linux? Tente executar isto:
apt-get install lua50 liblua50 liblua50-dev wget http://www.lua.org/ftp/lua-5.1.4.tar.gz tar -xzvf lua-5.1.4.tar.gz cd lua* make linux && make install




info
Grupo: Conde
Registrado: 03/11/11
Posts: 714
Reputação: +67
Gênero: Masculino
Char no Tibia: esqueci 20+
Galera, estou usando o ubuntu 12.04 e na hora de compilar o server, da esse erro:
In file included from baseevents.h:22:0,
from actions.h:20,
from actions.cpp:20:
luascript.h:35:18: fatal error: lua.h: No such file or directory
compilation terminated.
In file included from baseevents.h:22:0,
from baseevents.cpp:20:
luascript.h:35:18: fatal error: lua.h: No such file or directory
alguem pode ajudar?