Ticket #57608: CMakeError.log

File CMakeError.log, 1.3 KB (added by mbrethen, 5 years ago)

cmake error log

Line 
1Performing C++ SOURCE FILE Test WIND failed with the following output:
2Change Dir: /opt/local/var/macports/build/_Users_marbre_ports_science_getdp/getdp/work/build/CMakeFiles/CMakeTmp
3
4Run Build Command:"/usr/bin/make" "cmTC_63881/fast"
5/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_63881.dir/build.make CMakeFiles/cmTC_63881.dir/build
6Building CXX object CMakeFiles/cmTC_63881.dir/src.cxx.o
7/opt/local/bin/mpicxx-mpich-mp    -pipe -Os -DNDEBUG -I/opt/local/include -std=c++11 -DWIND -arch x86_64 -mmacosx-version-min=10.12   -Wmisleading-indentation -o CMakeFiles/cmTC_63881.dir/src.cxx.o -c /opt/local/var/macports/build/_Users_marbre_ports_science_getdp/getdp/work/build/CMakeFiles/CMakeTmp/src.cxx
8warning: unknown warning option '-Wmisleading-indentation'; did you mean '-Wmissing-declarations'? [-Wunknown-warning-option]
91 warning generated.
10Linking CXX executable cmTC_63881
11/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63881.dir/link.txt --verbose=1
12/opt/local/bin/mpicxx-mpich-mp  -pipe -Os -DNDEBUG -I/opt/local/include -std=c++11 -DWIND -arch x86_64 -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names  CMakeFiles/cmTC_63881.dir/src.cxx.o  -o cmTC_63881
13
14Source file was:
15int main() { return 0; }