Log in

View Full Version : LUA Woes...


Irreverent
10-20-2013, 02:26 PM
Ok, just whipped my OS clean to do a rebuild. (Holding tongue on how hard MS now has made it to do windows updates/SPs)

But, got down to the CMAKE steps...and I can't get past the LUA-check-and-reconfigure step. I keep getting a lot of lib not found.

I did download the dependencies (made sure it created 2 sub directories in /dependencies), I also downloaded the boost.zip as well and put it in the dependencies directory.

I noticed that it had a /boost/boost/**stuff and tons of subdirs**

Should that be dual boost directories or just one?

I tried either setup and both failed with couldn't find the directory.

I'm using the defaults from git, VC++ 2010 Express(couldn't get 2012, forces me into 2013), and on a XP Pro machine.

Any thoughts or what I could detail out more for better triage?

demonstar55
10-20-2013, 02:32 PM
The cmake files set the root to dependencies/boost and the source files use includes named boost/blah.h, so that should translate to dependencies/boost/boost/blah.h, I think :P