lua-users home
lua-l archive

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


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