Page 1 of 1

Make fails on Ubuntu 13.04

Posted: Mon Oct 14, 2013 1:23 pm
by georgr
Hi everyone,
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]
I'm not sure what to make of these messages...

Re: Make fails on Ubuntu 13.04

Posted: Mon Oct 14, 2013 1:36 pm
by beni
Seems to be the same problem from this thread. We haven't solved that problem yet, but if you can try x3n's suggestion, you might solve the problem for both, Ubuntu and Debian.

Re: Make fails on Ubuntu 13.04

Posted: Tue Oct 15, 2013 8:57 pm
by x3n
The issue is fixed in trunk. Please update with SVN. If you already created a branch, merge r9703 from trunk to your branch or create a new branch (or ask an assistant to help you)

Re: Make fails on Ubuntu 13.04

Posted: Wed Oct 16, 2013 6:05 pm
by georgr
x3n wrote:The issue is fixed in trunk. Please update with SVN. If you already created a branch, merge r9703 from trunk to your branch or create a new branch (or ask an assistant to help you)
Awesome!!! I just updated to 9703 and it compiled without a hitch, thanks a lot for the heads-up! I'll merge with my branch during the next PPS session.