Open CV Make problems using CMake [closed]
I'm trying to make opencv for use with eclipse and python but am running into problems on the make.
I'm using this website to install open cv.
This is from cmakeoutput.log
The system is: Windows - 6.1 - AMD64 Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: C:/MinGW32-xy/bin/g++.exe Build flags: Id flags:
The output was: 0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe"
The CXX compiler identification is GNU, found in "C:/opencv-2.4.2_build/CMakeFiles/3.1.0/CompilerIdCXX/a.exe"
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: C:/MinGW32-xy/bin/gcc.exe Build flags: Id flags:
The output was: 0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe"
The C compiler identification is GNU, found in "C:/opencv-2.4.2_build/CMakeFiles/3.1.0/CompilerIdC/a.exe"
Determining if the CXX compiler works passed with the following output: Change Dir: C:/opencv-2.4.2_build/CMakeFiles/CMakeTmp
Run Build Command:"C:/MinGW32-xy/bin/mingw32-make.exe" "cmTryCompileExec2511953402/fast" C:/MinGW32-xy/bin/mingw32-make.exe -f CMakeFiles\cmTryCompileExec2511953402.dir\build.make CMakeFiles/cmTryCompileExec2511953402.dir/build
mingw32-make.exe[1]: Entering directory `C:/opencv-2.4.2_build/CMakeFiles/CMakeTmp'
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_progress_report C:\opencv-2.4.2_build\CMakeFiles\CMakeTmp\CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2511953402.dir/testCXXCompiler.cxx.obj
C:\MinGW32-xy\bin\g++.exe -o CMakeFiles\cmTryCompileExec2511953402.dir\testCXXCompiler.cxx.obj -c C:\opencv-2.4.2_build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec2511953402.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTryCompileExec2511953402.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTryCompileExec2511953402.dir/objects.a
C:\MinGW32-xy\bin\ar.exe cr CMakeFiles\cmTryCompileExec2511953402.dir/objects.a @CMakeFiles\cmTryCompileExec2511953402.dir\objects1.rsp
C:\MinGW32-xy\bin\g++.exe -Wl,--whole-archive CMakeFiles\cmTryCompileExec2511953402.dir/objects.a -Wl,--no-whole-archive -o cmTryCompileExec2511953402.exe -Wl,--out-implib,libcmTryCompileExec2511953402.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTryCompileExec2511953402.dir\linklibs.rsp
mingw32-make.exe[1]: Leaving directory `C:/opencv-2.4.2_build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output: Change Dir: C:/opencv-2.4.2_build/CMakeFiles/CMakeTmp
Run Build Command:"C:/MinGW32-xy/bin/mingw32-make.exe" "cmTryCompileExec1335621933/fast" C:/MinGW32-xy/bin/mingw32-make.exe -f CMakeFiles\cmTryCompileExec1335621933.dir\build.make CMakeFiles/cmTryCompileExec1335621933.dir/build
mingw32-make.exe[1]: Entering directory `C:/opencv-2.4.2_build/CMakeFiles/CMakeTmp'
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_progress_report C:\opencv-2.4.2_build\CMakeFiles\CMakeTmp\CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1335621933.dir/CMakeCXXCompilerABI.cpp.obj
C:\MinGW32-xy\bin\g++.exe -o CMakeFiles\cmTryCompileExec1335621933.dir\CMakeCXXCompilerABI.cpp.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.1\Modules\CMakeCXXCompilerABI.cpp"
Linking CXX executable cmTryCompileExec1335621933.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTryCompileExec1335621933.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTryCompileExec1335621933.dir/objects.a
C:\MinGW32-xy\bin\ar.exe cr ...
Please don't just paste your log and expect someone to dig through it to maybe find a question. Please create a new question where you really explain your problem (what do you expect, what happens, which error message).
Sorry FooBar, I'm a complete novice on making (compiling software) and it's all very confusing to me. Point taken :)