lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Same errors with make ansi, make posix doesn't compiled:

gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_POSIX    -c -o ldo.o ldo.c
ldo.c: In function 'luaD_throw':
ldo.c:106:5: warning: implicit declaration of function '_longjmp'
ldo.c: In function 'luaD_rawrunprotected':
ldo.c:131:3: error: too few arguments to function '_setjmp'
d:\programs\programming\mingw64old\bin\../lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_64-w64-mingw32/include/setjmp.h:148:63:
note: declared here
mingw32-make[2]: *** [ldo.o] Error 1

On 8 December 2011 21:38, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> I think there's something very wrong with this compiler...
>
> Try make ansi or make posix.
>