lua-users home
lua-l archive

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


At 11:46 AM 2/6/2003, you wrote:



More interesting would be, if there are some "ready to build" archives
packaged for freely available compilers for windows (I know of Borland CC, MinGW, Cygwin).

I know that the loadmodule author Ignacio Castaño builds it with MinGW, and the Makefiles produced by the 'patch' are for MinGW.

Another reasom why my VC project files are not really up to date is the fact that I too would like to switch to MinGW (DevC++ is a very nice IDE for it), but didn't yet have the time. The Makefiles in my zip _should_ work with MinGW and Linux make, but I haven't tried it.

Don't laugh, but I have a batch file that builds Lua/Luasocket/Expat/LuaXML with lcc-win32, completely bypassing make.

I'll soon add sqlite, when it's non-callback API for retrieving rows is released.

Since I've had build problems (not with lua) under Solaris, I'm contemplating a shell script to do the same thing.

Anyone care?

-joe

cheers, Martin