I am trying to compile Luabind for my project with little success. I have the lua directory (containing src, the makefile etc) as a sibling of luabind. I have LUA_PATH set to the /my/dirs/lua folder. I am running OSX Server 10.4.
When I go into luabind and type bjam i get the error:
error: at Jamroot:101
error: *** Unable to find Lua Library
If I set LUA_PATH to an incorrect directory the error is at line 73 (Unable to determine Lua include directory).
I have loosely followed this tutorial: http://cfc.kizzx2.com/index.php/building-luabind-on-mac-os-x/