Factory.hpp not found

Everything about development and the OpenMW source code.
Post Reply
mark
Posts: 10
Joined: 12 Jun 2012, 09:05

Factory.hpp not found

Post by mark »

Hi, I checked out the code from git but cannot compile it anymore:
~/opt/openmw/components/nifogre/ogre_nif_loader.cpp:44:41: fatal error: extern/shiny/Main/Factory.hpp: No such file or directory
compilation terminated.
How can this be fixed?
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Factory.hpp not found

Post by scrawl »

Code: Select all

git submodule update --init
should do it.
Post Reply