Unable to build dependencies: OIS linking fail

Problems building or running the engine, queries about how to use features etc.
Post Reply
Xeverous
Gnoblar
Posts: 3
Joined: Sat Nov 14, 2015 6:54 pm

Unable to build dependencies: OIS linking fail

Post by Xeverous »

I am using this tutorial
http://www.ogre3d.org/tikiwiki/tiki-ind ... uide+MinGW
following it exactly as it is

I have built Boost with no problems (took 5hrs)

however, I have problem with building ogre dependencies, when I do:
cd c:\ogre-dep
mkdir build
cd build
cmake -G "MSYS Makefiles" ..
make install

it runs but eventually ends up:
Image

thanks for any help
Post Reply