[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc7) now available
- From: Tymur Gubayev <tymur.gubayev@...>
- Date: Thu, 8 Dec 2011 21:53:22 +0100
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.
>