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.