Nur in tolua-4.0a.enigma/bin: tolua. diff -waur -x '*.o' -x '*.a' tolua-4.0a.orig/config tolua-4.0a.enigma/config --- tolua-4.0a.orig/config 2001-01-10 22:03:20.000000000 +0100 +++ tolua-4.0a.enigma/config 2003-04-04 14:30:39.000000000 +0200 @@ -20,9 +20,9 @@ AR= ar rcu # set lua path -LUA=/usr/local/lua -LUAINC=$(LUA)/include -LUALIB=$(LUA)/lib +# LUA=/usr/local/lua +LUAINC=$(ENIGMA)/lib-src/lua +LUALIB=$(LUAINC) # == END OF USER SETTINGS. DO NOT CHANGE ANYTHING BELOW THIS LINE ============ diff -waur -x '*.o' -x '*.a' tolua-4.0a.orig/src/bin/Makefile tolua-4.0a.enigma/src/bin/Makefile --- tolua-4.0a.orig/src/bin/Makefile 2001-01-10 22:03:24.000000000 +0100 +++ tolua-4.0a.enigma/src/bin/Makefile 2003-04-04 14:33:42.000000000 +0200 @@ -13,7 +13,7 @@ all: $T $T: $(OBJS) - $(CC) -o $@ $(OBJS) $(LIB) -L$(TOLUA)/lib -ltolua -llua -llualib -lm + $(CC) -o $@ $(OBJS) $(LIB) -L$(TOLUA)/lib -ltolua -llua -lm clean: rm -f $(OBJS) $T diff -waur -x '*.o' -x '*.a' tolua-4.0a.orig/src/lib/tolua_gp.c tolua-4.0a.enigma/src/lib/tolua_gp.c --- tolua-4.0a.orig/src/lib/tolua_gp.c 2001-01-10 22:03:20.000000000 +0100 +++ tolua-4.0a.enigma/src/lib/tolua_gp.c 2003-04-04 14:32:40.000000000 +0200 @@ -160,7 +160,7 @@ lua_settable(L,lo); } -void tolua_pushfieldstring (lua_State* L, int lo, int index, char* v) +void tolua_pushfieldstring (lua_State* L, int lo, int index, const char* v) { lua_pushnumber(L,index); tolua_pushstring(L,v);