norbert Posted January 12, 2014 Share Posted January 12, 2014 Hi, Is there a tutorial for installing LuaJIT for leadwerks 3.1 indie edition? I have download and install the latest version of MinGW and i have downlad LuaJIT-2.0.2 when i try to build with the command "mingw32-make" comes the following error: does anyone have an idea what I'm doing wrong? greeting norbert Quote Link to comment Share on other sites More sharing options...
shadmar Posted January 12, 2014 Share Posted January 12, 2014 Leadwerks already use LuaJit Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
Rick Posted January 12, 2014 Share Posted January 12, 2014 I think he may be trying to expose a C++ DLL in which case he'd need Lua in his C++ project to expose his functions to Lua. Quote Link to comment Share on other sites More sharing options...
norbert Posted January 12, 2014 Author Share Posted January 12, 2014 I've heard its needed to import dlls to lua script. greeting norbert Quote Link to comment Share on other sites More sharing options...
Rick Posted January 12, 2014 Share Posted January 12, 2014 This looks like it's trying to build the Lua dll? You don't want that. Just include the Lua source (should only be a couple files) into your project that you will make your custom code. Quote Link to comment Share on other sites More sharing options...
Admin Posted January 12, 2014 Share Posted January 12, 2014 LuaJIT includes a bunch of projects and some makefiles or .bat files or something for Visual Studio building. My advice is to follow their instructions very carefully and don't try to compile the CPP files yourself: http://luajit.org/install.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.