Error when compiling openmw

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
nullifiedcat
Posts: 1
Joined: 05 Jun 2018, 16:59

Error when compiling openmw

Post 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.
User avatar
lysol
Posts: 1513
Joined: 26 Mar 2013, 01:48
Location: Sweden

Re: Error when compiling openmw

Post 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)
Post Reply