This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Dolfin installation failure

0 votes

Hi, dear all!
I've install the dependencies of Dolfin, clone the source code from bitbucket, and try to install it.

I run Mac OS X El Capitan
cmake .. make install
and obtain an error:
[ 94%] Building CXX object dolfin/CMakeFiles/dolfin.dir/refinement/RegularCutRefinement.cpp.o make[2]: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/ Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/ AGL.framework', needed by `dolfin/libdolfin.1.7.0dev.dylib'. Stop. make[1]: *** [dolfin/CMakeFiles/dolfin.dir/all] Error 2 make: *** [all] Error 2

Please give me a piece of advice what I have to do with that error.

asked Nov 23, 2015 by Earendilllock FEniCS Novice (220 points)

It looks like you are missing some part of the Xcode installation. Have you made a full installation of Xcode from the App Store?

dear @johannr, I've installed Xcode from AppStore and additionally install ComandLine Tools. I thought this is a full installation, isn't it?

Yes, that should be all. I see now that it is trying to use SDK 10.7, while it should use SDK 10.11. Maybe you have an old CMake? Try to reinstall CMake.

...