[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.1.5 now available
- From: Enrico Colombini <erix@...>
- Date: Fri, 09 Mar 2012 10:05:28 +0100
On 09/03/2012 4.28, Luiz Henrique de Figueiredo wrote:
Let's hear it from other MinGW users :-)
Yes, please!
I tried with the old venerable Dev-C++ (which uses MinGW32) on Windows
XP SP3. No apparent problems (but it doesn't use the makefile).
I also tried an old version of Cygwin (0.156/4/2). Ansi and generic seem
to compile and work fine; posix gives the two warnings below, but at
first glance it seems to run fine too:
ldo.c: In function `luaD_throw':
ldo.c:97: warning: implicit declaration of function `_longjmp'
ldo.c: In function `luaD_rawrunprotected':
ldo.c:116: warning: implicit declaration of function `_setjmp'
--
Enrico