Page 1 of 1

Error when compiling openmw

Posted: 05 Jun 2018, 17:08
by nullifiedcat
I tried to set up development environment for openmw: installed dependencies, cloned the repository and started building. But the building fails with this error:
Spoiler: Show
Building on Ubuntu 17.10 with gcc 7.2.0.

Re: Error when compiling openmw

Posted: 05 Jun 2018, 17:32
by lysol
Just to be super-sure of the steps you took when building:

Did you go with this, more or less?

Code: Select all

git clone git://github.com/OpenMW/openmw.git (or some non-merged branch)
cd openmw
mkdir build
cd build
cmake ../

make -j`getconf _NPROCESSORS_ONLN` (if you have multi-core that is)