After running into the same compile problem as mentioned here, I have managed to compile the code.
While running the run.bat the Orxonox console provides following Error message:
Code: Select all
C:\msys\1.0\home\<name>\trunk\build>title Orxonox
C:\msys\1.0\home\<name>\trunk\build>path C:\msys\1.0\home\<name>\dependencie
s\bin\mingw-x86;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\P
rogram Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (
x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;
C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;
C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCom
mon\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Blu
etooth Software\syswow64;;C:\Program Files\Intel\Intel(R) Management Engine Comp
onents\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\P
rogram Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Fi
les (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)
\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x6
4;C:\Program Files\Common Files\Lenovo;C:\Program Files (x86)\Windows Live\Share
d;C:\Program Files (x86)\Lenovo\Access Connections\;C:\SWTOOLS\ReadyApps;C:\Prog
ram Files (x86)\Symantec\VIP Access Client\;C:\Program Files (x86)\Common Files\
Lenovo;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\CMake 2.8\bin;C:\
MinGW\bin
C:\msys\1.0\home\<name>\trunk\build>"C:\msys\1.0\home\<name>\trunk\build\bin
\orxonox.exe"
Info: Opening log file C:\Users\<name>\AppData\Local\Temp/orxonox.log
Status: Welcome to Orxonox (v0.0.5 Arcturus)
Error (internal): [ogre] Ogre, caught exception: OGRE EXCEPTION(5:ItemIdentityEx
ception): Unable to derive resource group for resources.oxr automatically since
the resource was not found. in ResourceGroupManager::findGroupContainingResource
at ../../OgreMain/src/OgreResourceGroupManager.cpp (line 1793)
Error: [loader] Could not find XML file 'resources.oxr'.
Error (internal): [ogre] Ogre, caught exception: OGRE EXCEPTION(5:ItemIdentityEx
ception): Unable to derive resource group for ambient/default/. automatically si
nce the resource was not found. in ResourceGroupManager::findGroupContainingReso
urce at ../../OgreMain/src/OgreResourceGroupManager.cpp (line 1793)
Warning (internal): Mood default does not exist. Will not change.
Error (internal): [ogre] Ogre, caught exception: OGRE EXCEPTION(5:ItemIdentityEx
ception): Unable to derive resource group for ambient/default/. automatically si
nce the resource was not found. in ResourceGroupManager::findGroupContainingReso
urce at ../../OgreMain/src/OgreResourceGroupManager.cpp (line 1793)
Warning (internal): Mood Warning: Folder for default mood (default) does not exi
st!
Status: Finished initialization
Status: Loading graphics
Info: Loading Ogre plugins...
Info: Creating render window...
Info: Ogre config file has changed, but no level was started since then. Display
ing config dialogue again to verify the changes.
Info: Initializing all resource groups...
Info: Loading user interface...
Error (internal): [ogre] Ogre, caught exception: OGRE EXCEPTION(6:FileNotFoundEx
ception): Cannot locate resource Imageset.xsd in resource group General or any o
ther group. in ResourceGroupManager::openResource at ../../OgreMain/src/OgreReso
urceGroupManager.cpp (line 756)
Error (internal): [cegui] XercesParser::parseXMLFile - An unexpected error occur
red while parsing XML file 'TaharezGreenLook.imageset'.
orxonox #
The console writes:
Code: Select all
orxonox # terminate called after throwing an instance of 'Ogre::FileNotFoundExce
ption'
what(): OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource Image
set.xsd in resource group General or any other group. in ResourceGroupManager::o
penResource at ../../OgreMain/src/OgreResourceGroupManager.cpp (line 756)
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
C:\msys\1.0\home\<name>\trunk\build>pause
Drücken Sie eine beliebige Taste . . .