From: Victor B. <so...@te...> - 2014-09-30 18:19:02
|
Hello, I have compiled wxWidgets 3.0.1 on mac osx 10.9 (also widgets sample) when compiling wxLuaModule: Morundi:wxluabuild Morundi$ make wxLuaModule Scanning dependencies of target wxLuaModule [ 2%] Building CXX object modules/luamodule/CMakeFiles/wxLuaModule.dir/luamodule.cpp.o In file included from /Users/Morundi/Downloads/wxLua-2.8.12.3-src/modules/luamodule/luamodule.cpp:21: In file included from /Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/app.h:19: In file included from /Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/event.h:16: In file included from /Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/object.h:19: In file included from /Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/memory.h:15: In file included from /Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/string.h:46: /Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/strvararg.h:30:18: fatal error: 'tr1/type_traits' file not found #include <tr1/type_traits> Any thoughts? Best victor bombi |