fgsfds, on 15 June 2013 - 10:24 AM, said:
How to compile lunatic eduke with mingw?
I've installed mingw using manual from eduke wiki. It works ok and can compile common eduke32. Then I've complied LuaJIT 1.1.8 and put it in bin folder.
First, you'll need a fairly recent LuaJIT -- at least version 2.0.2 which was released two weeks ago. Major version 2 is required for features and the latest stable version because Lunatic (or some CON-to-Lua translated code, to be exact) exposed some bugs with its machine code generation [brag
]. You'll also need a statically linked library of LPeg 0.12 (its makefile doesn't have an option to build one, but I intend to publish the necessary changes on github sometime).
However, beware if you want to start writing Lunatic code. The API is still unfinished and parts of it may change before the first public release.