Skip to content

C++ compilation issue on MacOSX with the new VTK (6 or 7) #69

@binarybottle

Description

@binarybottle

When make is run within mindboggle/surface_cpp_tools/bin after running cmake, I get an odd error, where it is trying to access an old (10.7 vs. 10.11) SDK:

Lutchi:bin arno$ make
[ 7%] Built target FsSurfaceReader
[ 15%] Built target GradientComputer
[ 23%] Built target MeshAnalyser
[ 30%] Built target PointAreaComputer
[ 38%] Built target Overlap
[ 46%] Built target TravelDepth
[ 53%] Built target VtkFileEditor
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 bytravel_depth/TravelDepthMain'. Stop.
make[1]: *** [travel_depth/CMakeFiles/TravelDepthMain.dir/all] Error 2
make: *** [all] Error 2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions