Re: [ANN] luaffi (ffi library ala luajit's for the standard lua vm)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] luaffi (ffi library ala luajit's for the standard lua vm)
- From: Tom N Harris <telliamed@...>
- Date: 2011年7月23日 22:30:36 -0400
Another 5.2 error.
gcc -g -O2 -fPIC -Wall -Werror -I/home/tnharris/include
-fvisibility=hidden -Wno-unused-function -o call.o -c call.c
call.c: In function ‘reserve_code’:
call.c:158: error: ‘lua_call’ undeclared (first use in this function)
call.c:158: error: (Each undeclared identifier is reported only once
call.c:158: error: for each function it appears in.)
make: *** [call.o] Error 1
lua_call has changed to lua_callk.
--
- tom
telliamed@whoopdedo.org