compilation error

Support for running, installing or compiling OpenMW
Locked
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

compilation error

Post by lgromanowski »

Atrill wrote: How i can solve this?


atrill@darkstar:~/.git/Build$ cmake ../openmw/
-- OpenMW pre-built binaries not found. Using standard locations.
-- libraries : OgreMain from /usr/lib
-- includes : /usr/include/OGRE
-- plugins : /usr/lib/OGRE
-- Looking for OIS...
-- Found OIS: optimized;/usr/lib/libOIS.so;debug;/usr/lib/libOIS.so
-- Configuring done
CMake Error in apps/openmw/CMakeLists.txt:
Cannot find source file "ogre_vfs.cpp". Tried extensions .c .C .c++ .cc
.cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
Zini wrote: Let me guess. You pulled the source from github, but forgot to do a submodule update? See the "Fetching the source" section on this page:
http://openmw.org/wiki/index.php?title= ... ment_Setup
Atrill wrote: Oh, yeah! That is it. Thanx
Locked