I can see that timezones are making this hard :P
That's strange... Neither /Library/Frameworks or ~/Library/Frameworks have the Lua framework...
Interesting... I can still type "lua" into the terminal though...
Just tried building lua from source and now I get this building TPT:
src/lua/LegacyLuaAPI.cpp:500:8: error: use of undeclared identifier 'lua_objlen' int c=lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:552:8: error: use of undeclared identifier 'lua_objlen' int c=lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:621:8: error: use of undeclared identifier 'lua_objlen' int c=lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:1578:11: error: use of undeclared identifier 'lua_objlen' int c = lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:1599:11: error: use of undeclared identifier 'lua_objlen' int c = lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:1605:8: error: use of undeclared identifier 'lua_equal'; did you mean 'lua_rawequal'? if (lua_equal(l, 1, -1)) ^~~~~~~~~ lua_rawequal /usr/local/include/lua.h:198:16: note: 'lua_rawequal' declared here LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2); ^ src/lua/LegacyLuaAPI.cpp:1632:11: error: use of undeclared identifier 'lua_objlen' int c = lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:1653:11: error: use of undeclared identifier 'lua_objlen' int c = lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:1659:8: error: use of undeclared identifier 'lua_equal'; did you mean 'lua_rawequal'? if (lua_equal(l, 1, -1)) ^~~~~~~~~ lua_rawequal /usr/local/include/lua.h:198:16: note: 'lua_rawequal' declared here LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2); ^ src/lua/LegacyLuaAPI.cpp:1686:11: error: use of undeclared identifier 'lua_objlen' int c = lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:1707:11: error: use of undeclared identifier 'lua_objlen' int c = lua_objlen(l, -1); ^ src/lua/LegacyLuaAPI.cpp:1713:8: error: use of undeclared identifier 'lua_equal'; did you mean 'lua_rawequal'? if (lua_equal(l, 1, -1)) ^~~~~~~~~ lua_rawequal
BTW, I'm using master as develop had problems with scons finding the --macosx option.
I think I should give up :P
EDIT: Wait, is it possible to cross-compile for Mac on Linux? I have Ubuntu on my home computer, so that might be easier.
And what option might that be?