[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: OT: A "collaborative book" on Lua? (or: Bruce Eckel's take on Lua)
- From: Joe Stewart <jstewart@...>
- Date: Thu, 06 Feb 2003 11:30:46 -0800
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