Trouble Compiling Luabind

Started by
1 comment, last by Dante12129 10 years, 6 months ago

I've recently switched from the official MinGW version that uses Drawf2 for exceptions(4.7.2) to the TDM version of MinGW so I could get access to the 4.8.1 features and a 64-bit compiler. I am now recompiling the libraries that I use beccause of the differenct systems of exceptions.

I have successfully rebuilt Boost, but when I try to use it to compile Luabind 0.9.1, it gives me an error that it is "skipping incompatible lua5.1.lib/.dll when searching for -llua5.1". I have LUA_PATH set correctly. What should I do?

Advertisement
Sounds like you need to recompile Lua itself, first.

Well I used Lua for Windows before and it worked fine. I kinda figured I would need to compile Lua myself but I just wanted to see if there was anything besides compiling Lua that would work.

This topic is closed to new replies.

Advertisement