Hi,

When using make in terminal after generating I get following error message:

[  1%] Performing configure step for 'ANN'
-- Configuring done
Assertion failed: (stdIt != stds.end()), function AddCompilerRequirementFlag, 
file /Users/can/Downloads/cmake-3.1.2/Source/cmLocalGenerator.cxx, line 2257.
/bin/sh: line 1: 62776 Abort trap: 6           /usr/local/bin/cmake 
-DCMAKE_OSX_ARCHITECTURES:PATH= -DCMAKE_OSX_DEPLOYMENT_TARGET:PATH= 
-DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
 -DCMAKE_CXX_EXTENSIONS:STRING= -DCMAKE_CXX_STANDARD:STRING= 
-DCMAKE_CXX_STANDARD_REQUIRED:BOOL= -DCMAKE_DEBUG_POSTFIX:STRING=d 
-DCMAKE_MACOSX_RPATH:BOOL=TRUE -DCMAKE_INSTALL_RPATH:STRING=@loader_path/../lib 
-DBUILD_TESTING:BOOL=OFF 
-DCMAKE_INSTALL_PREFIX:PATH=/Users/can/MITK-superbuild/ep 
"-DCMAKE_PREFIX_PATH:PATH=/Users/can/MITK-superbuild/ep;" 
-DCMAKE_INCLUDE_PATH:PATH= -DCMAKE_LIBRARY_PATH:PATH= 
-DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_BUILD_TYPE:STRING=Release 
-DCMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/usr/bin/gcc
 
-DCMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/usr/bin/gcc
 -DCMAKE_C_FLAGS:STRING= "-DCMAKE_CXX_FLAGS:STRING=  -std=c++11" 
-DCMAKE_CXX_FLAGS_DEBUG:STRING=-g -DCMAKE_C_FLAGS_DEBUG:STRING=-g 
"-DCMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG" 
"-DCMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG" 
"-DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG" 
"-DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG" 
-DCMAKE_EXE_LINKER_FLAGS:STRING= -DCMAKE_SHARED_LINKER_FLAGS:STRING= 
-DCMAKE_MODULE_LINKER_FLAGS:STRING= "-GUnix Makefiles" 
/Users/can/MITK-superbuild/ep/src/ANN
make[2]: *** [ep/src/ANN-stamp/ANN-configure] Error 134
make[1]: *** [CMakeFiles/ANN.dir/all] Error 2
make: *** [all] Error 2

I have followed the steps at 
http://docs.mitk.org/2014.10/BuildInstructionsPage.html in configuring. I am 
using Mavericks with Xcode 6.1.1.

Do you have any suggestions?

Thanks,
Can
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to