I just tried building Orxonox on my laptop running Ubuntu 13.04 and got the following error messages:
Code: Select all
/usr/include/boost/filesystem/v3/path.hpp:732:24: error: ‘path’ is already declared in this scope
In file included from /home/georgr/Orxonox/trunk/build/src/libraries/core/OgreBuildUnit.cc:1:0:
/home/georgr/Orxonox/trunk/src/libraries/core/GraphicsManager.cc:74:5: warning: ‘orxonox::__consolecommand_0’ defined but not used [-Wunused-variable]
/home/georgr/Orxonox/trunk/src/libraries/core/GraphicsManager.cc:75:5: warning: ‘orxonox::__consolecommand_1’ defined but not used [-Wunused-variable]
/home/georgr/Orxonox/trunk/src/libraries/core/GraphicsManager.cc:76:5: warning: ‘orxonox::__consolecommand_2’ defined but not used [-Wunused-variable]
/home/georgr/Orxonox/trunk/src/libraries/core/GraphicsManager.cc:79:5: warning: ‘orxonox::__consolecommand_3’ defined but not used [-Wunused-variable]
In file included from /home/georgr/Orxonox/trunk/build/src/libraries/core/OgreBuildUnit.cc:2:0:
/home/georgr/Orxonox/trunk/src/libraries/core/GUIManager.cc:119:5: warning: ‘orxonox::__consolecommand_4’ defined but not used [-Wunused-variable]
In file included from /home/georgr/Orxonox/trunk/build/src/libraries/core/OgreBuildUnit.cc:2:0:
/home/georgr/Orxonox/trunk/src/libraries/core/GUIManager.cc:253:5: warning: ‘orxonox::__consolecommand_5’ defined but not used [-Wunused-variable]
/home/georgr/Orxonox/trunk/src/libraries/core/GUIManager.cc:254:5: warning: ‘orxonox::__consolecommand_6’ defined but not used [-Wunused-variable]
/home/georgr/Orxonox/trunk/src/libraries/core/GUIManager.cc:255:5: warning: ‘orxonox::__consolecommand_7’ defined but not used [-Wunused-variable]