Skip to content

Instantly share code, notes, and snippets.

@PaulMougel
Last active August 29, 2015 14:05
Show Gist options
  • Save PaulMougel/9a8dfcd3a10a9f30f2b6 to your computer and use it in GitHub Desktop.
Save PaulMougel/9a8dfcd3a10a9f30f2b6 to your computer and use it in GitHub Desktop.
minc-tools install failed
$ export LIBMINC_DIR=/usr/local/lib
$ cmake CMakeLists.txt
-- The C compiler identification is AppleClang 5.1.0.5030040
-- The CXX compiler identification is AppleClang 5.1.0.5030040
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for tmpnam
-- Looking for tmpnam - found
-- Looking for tempnam
-- Looking for tempnam - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for popen
-- Looking for popen - found
-- Looking for fork
-- Looking for fork - found
-- Looking for vfork
-- Looking for vfork - found
-- Looking for fdopen
-- Looking for fdopen - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for select
-- Looking for select - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for system
-- Looking for system - found
-- Looking for include file float.h
-- Looking for include file float.h - found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file values.h
-- Looking for include file values.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file vfork.h
-- Looking for include file vfork.h - not found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Found BISON: /usr/bin/bison (found version "2.3")
-- Found FLEX: /usr/bin/flex (found version "2.5.35")
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FL_LIBRARY (ADVANCED)
linked by target "minccalc" in directory /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/progs
linked by target "mincgen" in directory /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/progs
-- Configuring incomplete, errors occurred!
See also "/Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeOutput.log".
See also "/Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeError.log".
$
Determining if files sys/ndir.h exist failed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec267261620/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec267261620.dir/build.make CMakeFiles/cmTryCompileExec267261620.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec267261620.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec267261620.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/ndir.h' file not found
#include <sys/ndir.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec267261620.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec267261620/fast] Error 2
Source:
/* */
#include <sys/ndir.h>
int main(){return 0;}
Determining if files values.h exist failed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3485075881/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3485075881.dir/build.make CMakeFiles/cmTryCompileExec3485075881.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3485075881.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3485075881.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'values.h' file not found
#include <values.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec3485075881.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3485075881/fast] Error 2
Source:
/* */
#include <values.h>
int main(){return 0;}
Determining if files vfork.h exist failed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4198634320/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4198634320.dir/build.make CMakeFiles/cmTryCompileExec4198634320.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4198634320.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec4198634320.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
make[1]: *** [CMakeFiles/cmTryCompileExec4198634320.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec4198634320/fast] Error 2
Source:
/* */
#include <vfork.h>
int main(){return 0;}
The system is: Darwin - 13.3.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is AppleClang, found in "/Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/3.0.0/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is AppleClang, found in "/Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/3.0.0/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4125771531/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4125771531.dir/build.make CMakeFiles/cmTryCompileExec4125771531.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4125771531.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec4125771531.dir/testCCompiler.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec4125771531
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4125771531.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4125771531.dir/testCCompiler.c.o -o cmTryCompileExec4125771531
Detecting C compiler ABI info compiled with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4110795341/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4110795341.dir/build.make CMakeFiles/cmTryCompileExec4110795341.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec4110795341
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4110795341.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec4110795341
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTryCompileExec4110795341 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-236.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
Library search paths:
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec4110795341/fast"]
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4110795341.dir/build.make CMakeFiles/cmTryCompileExec4110795341.dir/build]
ignore line: [/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building C object CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTryCompileExec4110795341]
ignore line: [/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4110795341.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec4110795341 ]
ignore line: [Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)]
ignore line: [Target: x86_64-apple-darwin13.3.0]
ignore line: [Thread model: posix]
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTryCompileExec4110795341 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-macosx_version_min] ==> ignore
arg [10.9.0] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec4110795341] ==> ignore
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTryCompileExec4110795341.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lSystem] ==> lib [System]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/usr/lib;/usr/local/lib]
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
remove lib [System]
collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
collapse library dir [/usr/lib] ==> [/usr/lib]
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
implicit dirs: [/usr/lib;/usr/local/lib]
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
Determining if the CXX compiler works passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec924681227/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec924681227.dir/build.make CMakeFiles/cmTryCompileExec924681227.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec924681227.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec924681227.dir/testCXXCompiler.cxx.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec924681227
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec924681227.dir/link.txt --verbose=1
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec924681227.dir/testCXXCompiler.cxx.o -o cmTryCompileExec924681227
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1854232150/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1854232150.dir/build.make CMakeFiles/cmTryCompileExec1854232150.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec1854232150
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1854232150.dir/link.txt --verbose=1
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1854232150
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTryCompileExec1854232150 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-236.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
Library search paths:
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec1854232150/fast"]
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1854232150.dir/build.make CMakeFiles/cmTryCompileExec1854232150.dir/build]
ignore line: [/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building CXX object CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTryCompileExec1854232150]
ignore line: [/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1854232150.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1854232150 ]
ignore line: [Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)]
ignore line: [Target: x86_64-apple-darwin13.3.0]
ignore line: [Thread model: posix]
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTryCompileExec1854232150 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-macosx_version_min] ==> ignore
arg [10.9.0] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec1854232150] ==> ignore
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTryCompileExec1854232150.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lc++] ==> lib [c++]
arg [-lSystem] ==> lib [System]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/usr/lib;/usr/local/lib]
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
remove lib [System]
collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
collapse library dir [/usr/lib] ==> [/usr/lib]
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a]
implicit dirs: [/usr/lib;/usr/local/lib]
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
Determining if the function mkstemp exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3256308101/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3256308101.dir/build.make CMakeFiles/cmTryCompileExec3256308101.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3256308101.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=mkstemp -o CMakeFiles/cmTryCompileExec3256308101.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3256308101
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3256308101.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=mkstemp -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3256308101.dir/CheckFunctionExists.c.o -o cmTryCompileExec3256308101
Determining if the function tmpnam exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2728182969/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2728182969.dir/build.make CMakeFiles/cmTryCompileExec2728182969.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2728182969.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=tmpnam -o CMakeFiles/cmTryCompileExec2728182969.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2728182969
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2728182969.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=tmpnam -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2728182969.dir/CheckFunctionExists.c.o -o cmTryCompileExec2728182969
Determining if the function tempnam exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1804675353/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1804675353.dir/build.make CMakeFiles/cmTryCompileExec1804675353.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1804675353.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=tempnam -o CMakeFiles/cmTryCompileExec1804675353.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1804675353
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1804675353.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=tempnam -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1804675353.dir/CheckFunctionExists.c.o -o cmTryCompileExec1804675353
Determining if the function strerror exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2719804959/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2719804959.dir/build.make CMakeFiles/cmTryCompileExec2719804959.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2719804959.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=strerror -o CMakeFiles/cmTryCompileExec2719804959.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2719804959
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2719804959.dir/link.txt --verbose=1
/usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c:3:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strerror
^
/usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c:3:6: note: 'strerror' is a builtin with type 'char *(int)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strerror
^
1 warning generated.
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=strerror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2719804959.dir/CheckFunctionExists.c.o -o cmTryCompileExec2719804959
Determining if the function popen exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec984239665/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec984239665.dir/build.make CMakeFiles/cmTryCompileExec984239665.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec984239665.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=popen -o CMakeFiles/cmTryCompileExec984239665.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec984239665
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec984239665.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=popen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec984239665.dir/CheckFunctionExists.c.o -o cmTryCompileExec984239665
Determining if the function fork exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3557595252/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3557595252.dir/build.make CMakeFiles/cmTryCompileExec3557595252.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3557595252.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fork -o CMakeFiles/cmTryCompileExec3557595252.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3557595252
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3557595252.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fork -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3557595252.dir/CheckFunctionExists.c.o -o cmTryCompileExec3557595252
Determining if the function vfork exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2626795650/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2626795650.dir/build.make CMakeFiles/cmTryCompileExec2626795650.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2626795650.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=vfork -o CMakeFiles/cmTryCompileExec2626795650.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c:3:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
char CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS vfork
^
/usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c:3:6: note: 'vfork' is a builtin with type 'int (void)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS vfork
^
Linking C executable cmTryCompileExec2626795650
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2626795650.dir/link.txt --verbose=1
1 warning generated.
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=vfork -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2626795650.dir/CheckFunctionExists.c.o -o cmTryCompileExec2626795650
Determining if the function fdopen exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2625881352/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2625881352.dir/build.make CMakeFiles/cmTryCompileExec2625881352.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2625881352.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fdopen -o CMakeFiles/cmTryCompileExec2625881352.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2625881352
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2625881352.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fdopen -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2625881352.dir/CheckFunctionExists.c.o -o cmTryCompileExec2625881352
Determining if the function strdup exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4276590447/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec4276590447.dir/build.make CMakeFiles/cmTryCompileExec4276590447.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4276590447.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=strdup -o CMakeFiles/cmTryCompileExec4276590447.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
/usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c:3:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char CHECK_FUNCTION_EXISTS();
^
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strdup
^
/usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c:3:6: note: 'strdup' is a builtin with type 'char *(const char *)'
<command line>:1:31: note: expanded from here
#define CHECK_FUNCTION_EXISTS strdup
^
1 warning generated.
Linking C executable cmTryCompileExec4276590447
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4276590447.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=strdup -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec4276590447.dir/CheckFunctionExists.c.o -o cmTryCompileExec4276590447
Determining if the function getpwnam exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1657466361/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1657466361.dir/build.make CMakeFiles/cmTryCompileExec1657466361.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1657466361.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=getpwnam -o CMakeFiles/cmTryCompileExec1657466361.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1657466361
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1657466361.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=getpwnam -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1657466361.dir/CheckFunctionExists.c.o -o cmTryCompileExec1657466361
Determining if the function select exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3791988369/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3791988369.dir/build.make CMakeFiles/cmTryCompileExec3791988369.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3791988369.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=select -o CMakeFiles/cmTryCompileExec3791988369.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3791988369
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3791988369.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=select -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3791988369.dir/CheckFunctionExists.c.o -o cmTryCompileExec3791988369
Determining if the function sysconf exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec882515942/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec882515942.dir/build.make CMakeFiles/cmTryCompileExec882515942.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec882515942.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sysconf -o CMakeFiles/cmTryCompileExec882515942.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec882515942
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec882515942.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sysconf -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec882515942.dir/CheckFunctionExists.c.o -o cmTryCompileExec882515942
Determining if the function system exists passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2948487180/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2948487180.dir/build.make CMakeFiles/cmTryCompileExec2948487180.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2948487180.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=system -o CMakeFiles/cmTryCompileExec2948487180.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2948487180
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2948487180.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=system -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2948487180.dir/CheckFunctionExists.c.o -o cmTryCompileExec2948487180
Determining if files float.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec153444854/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec153444854.dir/build.make CMakeFiles/cmTryCompileExec153444854.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec153444854.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec153444854.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec153444854
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec153444854.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec153444854.dir/CheckIncludeFiles.c.o -o cmTryCompileExec153444854
Determining if files sys/dir.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2931624861/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2931624861.dir/build.make CMakeFiles/cmTryCompileExec2931624861.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2931624861.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2931624861.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2931624861
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2931624861.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2931624861.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2931624861
Determining if files sys/stat.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3366076251/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3366076251.dir/build.make CMakeFiles/cmTryCompileExec3366076251.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3366076251.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3366076251.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec3366076251
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3366076251.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3366076251.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3366076251
Determining if files sys/types.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2147284285/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2147284285.dir/build.make CMakeFiles/cmTryCompileExec2147284285.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2147284285.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2147284285.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2147284285
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2147284285.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2147284285.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2147284285
Determining if files sys/wait.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2954851443/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2954851443.dir/build.make CMakeFiles/cmTryCompileExec2954851443.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2954851443.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2954851443.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2954851443
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2954851443.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2954851443.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2954851443
Determining if files unistd.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3975014663/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3975014663.dir/build.make CMakeFiles/cmTryCompileExec3975014663.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3975014663.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3975014663.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec3975014663
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3975014663.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3975014663.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3975014663
Determining if files dirent.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2522745620/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2522745620.dir/build.make CMakeFiles/cmTryCompileExec2522745620.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2522745620.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2522745620.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2522745620
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2522745620.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2522745620.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2522745620
Determining if files memory.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3953850949/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3953850949.dir/build.make CMakeFiles/cmTryCompileExec3953850949.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3953850949.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3953850949.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec3953850949
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3953850949.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3953850949.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3953850949
Determining if files stdlib.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3443767976/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3443767976.dir/build.make CMakeFiles/cmTryCompileExec3443767976.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3443767976.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3443767976.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec3443767976
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3443767976.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3443767976.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3443767976
Determining if files fcntl.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec500964204/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec500964204.dir/build.make CMakeFiles/cmTryCompileExec500964204.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec500964204.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec500964204.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec500964204
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec500964204.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec500964204.dir/CheckIncludeFiles.c.o -o cmTryCompileExec500964204
Determining if files dlfcn.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1003233287/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec1003233287.dir/build.make CMakeFiles/cmTryCompileExec1003233287.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1003233287.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec1003233287.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec1003233287
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1003233287.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1003233287.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1003233287
Determining if files inttypes.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec373128177/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec373128177.dir/build.make CMakeFiles/cmTryCompileExec373128177.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec373128177.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec373128177.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec373128177
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec373128177.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec373128177.dir/CheckIncludeFiles.c.o -o cmTryCompileExec373128177
Determining if files string.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3875075378/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3875075378.dir/build.make CMakeFiles/cmTryCompileExec3875075378.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3875075378.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3875075378.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec3875075378
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3875075378.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3875075378.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3875075378
Determining if files strings.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2018516574/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2018516574.dir/build.make CMakeFiles/cmTryCompileExec2018516574.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2018516574.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2018516574.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2018516574
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2018516574.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2018516574.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2018516574
Determining if files pwd.h exist passed with the following output:
Change Dir: /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3223108476/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec3223108476.dir/build.make CMakeFiles/cmTryCompileExec3223108476.dir/build
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_report /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3223108476.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3223108476.dir/CheckIncludeFiles.c.o -c /Volumes/Mac/Utilisateurs/pmougel/tmp/minc-tools/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec3223108476
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3223108476.dir/link.txt --verbose=1
/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3223108476.dir/CheckIncludeFiles.c.o -o cmTryCompileExec3223108476
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment