Hi,
I'm using the eLua trunk. When I try to run scons -f cross-lua.py
I get the error bellow:
src/lua/lstate.c:27:22: error: elua_int.h: No such file or directory
src/lua/lstate.c: In function ‘lua_close’:
src/lua/lstate.c:244: warning: implicit declaration of function
‘elua_int_disable_all’
scons: *** [src/lua/lstate.o] Error 1
scons: building terminated because of errors.
First I've added the inc directory on the includes, as follow:
local_include = "-Isrc/lua -Iinc/desktop -Iinc"
Now I get that:
src/lua/lstate.o: In function `lua_close':
lstate.c:(.text+0x1a5): undefined reference to `elua_int_disable_all'
collect2: ld returned 1 exit status
scons: *** [luac.cross.elf] Error 1
scons: building terminated because of errors.
I've tried to solve without success. Could someone help me to build
the cross-lua ?
Thanks,
Mauricio
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev