I don't know whether you mean the cmake from aften or from avidemux, but I'll assume aften.
libaften is not in /usr/local/lib
About the <build dir>\CMakeFiles\CMakeError.log and <build dir>\CMakeFiles\CMakeOutput.log: They contain multiple errors, but the compilation seems to run fine. I do not know what to search for. Just to make sure I copied the contents at the end of this topic.
When I do the "cmake ..; make all; sudo make install", everything seems to work fine.
output from sudo make install
Install the project...
-- Install configuration: "Release"
-- Installing /usr/local/bin/aften
-- Installing /usr/local/bin/wavinfo
-- Installing /usr/local/bin/wavrms
-- Installing /usr/local/bin/wavfilter
-- Installing /usr/local/include/aften/aften.h
-- Installing /usr/local/include/aften/aften-types.h
It builds static libraries: libaften_pcm.a and libaften_static.a, but it does not install them. So I copied them manually in /usr/local/lib. This does not work however. cmake still can't find aften.
When using the option "cmake -DSHARED=1 .." to try to build dynamic libs, cmake runs fine but the compilation ends in error
Linking C shared library libaften.dylib
ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
CMakeFiles/aften.dir/libaften/a52enc.o private external definition of common _nexpgrptab (size 3072)
CMakeFiles/aften.dir/libaften/exponent.o definition of common _expstr_set_bits (size 3072)
CMakeFiles/aften.dir/libaften/window.o private external definition of common _a52_window (size 2048)
/usr/bin/libtool: internal link edit command failed
make[2]: *** [libaften.0.0.8.dylib] Error 1
make[1]: *** [CMakeFiles/aften.dir/all] Error 2
make: *** [all] Error 2
I found quite some hits about this, but I don't understand how to apply them or whether they are correct for my case.
Below the output from the log files
CMakeOutputlog
The system is: Darwin - 8.10.1 - i386
Determining if the C compiler is GNU succeeded with the following output:
# 1 "/usr/share/cmake-2.4/Modules/CMakeTestGNU.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "/usr/share/cmake-2.4/Modules/CMakeTestGNU.c"
void THIS_IS_GNU();
Determining if the C compiler works passed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/testCCompiler.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Determining size of void* passed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CheckTypeSize.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Performing C SOURCE FILE Test HAVE_FLAG_STD=GNU99 succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_FLAG_STD=GNU99 -std=gnu99 -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_FLAG_STD=GNU99 -std=gnu99 -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
int main(){}
Performing C SOURCE FILE Test HAVE_FLAG_WDISABLED_OPTIMIZATION succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_FLAG_WDISABLED_OPTIMIZATION -Wdisabled-optimization -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_FLAG_WDISABLED_OPTIMIZATION -Wdisabled-optimization -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
int main(){}
Performing C SOURCE FILE Test HAVE_FLAG_WFLOAT_EQUAL succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_FLAG_WFLOAT_EQUAL -Wfloat-equal -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_FLAG_WFLOAT_EQUAL -Wfloat-equal -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
int main(){}
Performing C SOURCE FILE Test HAVE_FLAG_WBAD_FUNCTION_CAST succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_FLAG_WBAD_FUNCTION_CAST -Wbad-function-cast -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_FLAG_WBAD_FUNCTION_CAST -Wbad-function-cast -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
int main(){}
Performing C SOURCE FILE Test HAVE_FLAG_WDECLARATION_AFTER_STATEMENT succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_FLAG_WDECLARATION_AFTER_STATEMENT -Wdeclaration-after-statement -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_FLAG_WDECLARATION_AFTER_STATEMENT -Wdeclaration-after-statement -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
int main(){}
Performing C SOURCE FILE Test HAVE_FLAG_WEXTRA succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_FLAG_WEXTRA -Wextra -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_FLAG_WEXTRA -Wextra -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
int main(){}
Performing C SOURCE FILE Test HAVE_FLAG_WNO_SWITCH succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_FLAG_WNO_SWITCH -Wno-switch -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_FLAG_WNO_SWITCH -Wno-switch -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
int main(){}
Performing C SOURCE FILE Test HAVE_VISIBILITY succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_VISIBILITY -fvisibility=hidden -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
void __attribute__((visibility("default"))) test() {}
#ifdef __INTEL_COMPILER
#error ICC breaks with binutils and visibility
#endif
int main(){}
Determining if the include file pthread.h exists passed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Determining if the function pthread_create exists in the pthread passed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.o -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.o" -o cmTryCompileExec -lpthread
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Determining if the include file inttypes.h exists passed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Performing C SOURCE FILE Test HAVE_MMX succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_MMX -mmmx -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_MMX -mmmx -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
#include <mmintrin.h>
int main() {
__m64 X = _mm_setzero_si64();
__m64 Y = _mm_unpackhi_pi8(X, X);
_mm_empty();
}
Performing C SOURCE FILE Test HAVE_SSE succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_SSE -mmmx -msse -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_SSE -mmmx -msse -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
#include <xmmintrin.h>
int main(){__m128 X = _mm_setzero_ps();}
Performing C SOURCE FILE Test HAVE_SSE2 succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_SSE2 -mmmx -msse -msse2 -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_SSE2 -mmmx -msse -msse2 -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
#include <emmintrin.h>
int main() {
__m128i X = _mm_setzero_si128();
__m128i Y = _mm_unpackhi_epi8(X, X);
}
Performing C SOURCE FILE Test HAVE_MM_MALLOC succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_MM_MALLOC -mmmx -msse -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_MM_MALLOC -mmmx -msse -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
#include <xmmintrin.h>
int main(){_mm_malloc(1024,16);}
Performing C SOURCE FILE Test HAVE_SSE3 succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_SSE3 -mmmx -msse -msse2 -msse3 -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_SSE3 -mmmx -msse -msse2 -msse3 -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
#include <pmmintrin.h>
int main() {
__m128 X = _mm_setzero_ps();
__m128 Y = _mm_movehdup_ps(X);
}
Performing C SOURCE FILE Test HAVE_CASTSI128 succeded with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_CASTSI128 -mmmx -msse -msse2 -msse3 -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DHAVE_CASTSI128 -mmmx -msse -msse2 -msse3 -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/src.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Source file was:
#include <pmmintrin.h>
int main(){__m128i X; _mm_castsi128_ps(X);}
CMakeError.log
Performing C SOURCE FILE Test HAVE_64BITS failed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_64BITS -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c:2:2: error: #error __LP64__ macro not defined
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.o] Fout 1
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
gmake: *** [cmTryCompileExec/fast] Fout 2
Source file was:
#ifndef __LP64__
#error __LP64__ macro not defined
#endif
int main(){}
Performing C SOURCE FILE Test HAVE_FLAG_WSTRICT_OVERFLOW failed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/src.o
/usr/bin/gcc -DHAVE_FLAG_WSTRICT_OVERFLOW -Wstrict-overflow -o CMakeFiles/cmTryCompileExec.dir/src.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/src.c
cc1: error: unrecognized command line option "-Wstrict-overflow"
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.o] Fout 1
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
gmake: *** [cmTryCompileExec/fast] Fout 2
Source file was:
int main(){}
Determining the endianes of the system passed. The system is little endianTest produced following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/TestBigEndian.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/TestBigEndian.o -c /usr/share/cmake-2.4/Modules/TestBigEndian.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/TestBigEndian.o" -o cmTryCompileExec
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
Determining if the function pthread_create exists in the pthreads failed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.o -c /usr/share/cmake-2.4/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -headerpad_max_install_names -fPIC "CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.o" -o cmTryCompileExec -lpthreads
/usr/bin/ld: can't locate file for: -lpthreads
collect2: ld returned 1 exit status
gmake[1]: *** [cmTryCompileExec] Fout 1
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
gmake: *** [cmTryCompileExec/fast] Fout 2
Determining if the include file byteswap.h exists failed with the following output:
/opt/local/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt binnengegaan
/usr/bin/cmake -E cmake_progress_report /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o -c /Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: error: byteswap.h: No such file or directory
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.o] Fout 1
gmake[1]: Map '/Users/harryvanderwolf/Downloads/software/aften-0.0.8/build/CMakeFiles/CMakeTmp' wordt verlaten
gmake: *** [cmTryCompileExec/fast] Fout 2
Last edited by surfer (2007-09-24 17:35:51)