我想爲我的項目編譯Luabind,收效甚微。我有lua目錄(包含src,makefile等)作爲luabind的兄弟。我將LUA_PATH設置爲/ my/dirs/lua文件夾。我正在運行OSX Server 10.4。Luabind - 無法找到Lua庫
當我進入luabind和類型的bjam我得到的錯誤:
error: at Jamroot:101
error: *** Unable to find Lua Library
如果我設置LUA_PATH到不正確目錄中的錯誤是在73行(無法確定的Lua包括目錄)。
我已經鬆散遵循本教程:http://cfc.kizzx2.com/index.php/building-luabind-on-mac-os-x/