You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
Hello I am trying to resume some work on an Ogre application. I though had trouble to set it up. Ended on your repository to test a clean install.
I previously installed ogre: apt-get install libogre-1.9-dev
and OIS (I think): apt-get install libois-dev
First when running the cmake .., OGRE and OIS don't seem to be found:
-- Checking for module 'OGRE'
-- No package 'OGRE' found
-- Found Ogre Ghadamon (1.9.0)
-- Checking for module 'OIS'
-- No package 'OIS' found
-- Found OIS: optimized;/usr/lib/x86_64-linux-gnu/libOIS.so;debug;/usr/lib/x86_64-linux-gnu/libOIS.so
I don't know in the third line in each make it up or if we do miss any library ?
any way after trying a make an error occur:
[ 33%] Building CXX object CMakeFiles/OgreApp.dir/src/BaseApplication.cpp.o
In file included from /home/laurent/Projects/clean-project/src/BaseApplication.cpp:17:0:
/home/laurent/Projects/clean-project/src/BaseApplication.h:34:22: fatal error: SdkTrays.h: No such file or directory
compilation terminated.
CMakeFiles/OgreApp.dir/build.make:62: recipe for target 'CMakeFiles/OgreApp.dir/src/BaseApplication.cpp.o' failed
make[2]: *** [CMakeFiles/OgreApp.dir/src/BaseApplication.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/OgreApp.dir/all' failed
make[1]: *** [CMakeFiles/OgreApp.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
I don't really know how to look it up, do you have any idea / hint where it could come from? I am not very familiar with these.