Closed sunwooOh closed 6 years ago
Hi,
looks like the README is outdated. Can you run
git init submodules recursive
on the repostiory root? This should clone the necessary submodules in external. This should fix the initial error.
If you still get the error when building pybind11, the compiler might be outdated. The library requires a C++11 compiler, I am not sure if G++ 4.9 has already -std=c++11 or if it is -std=c++0x. Do you have any chance to update to at least version 5?
I will update the README when I find more time again.
Hi nwojke,
I tried to compile the codes but when I run
make
, I get this error:Assuming that above error was raised because of the lack of
mcf
andpymotutils
, so I git-cloned them tobuild
directory. And then, tried to compilemcf
. However, running following commands (as given in the README of mcf git repository) gives another error.Commands:
git clone https://github.com/nwojke/mcf.git
(tomcf/external/
directory)mkdir mcf/build
cd mcf/build
andRaised error:
Can you help me with solving this problem? My settings are:
Thank you.