Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use kdevelop to run features_siftPutativeMatches,some error occur #1602

Closed
qixiaomu77 opened this issue Sep 16, 2019 · 13 comments
Closed

use kdevelop to run features_siftPutativeMatches,some error occur #1602

qixiaomu77 opened this issue Sep 16, 2019 · 13 comments

Comments

@qixiaomu77
Copy link

[ 50%] Building CXX object CMakeFiles/openMVG_sample_features_siftPutative.dir/siftmatch.cpp.o
[100%] Linking CXX executable openMVG_sample_features_siftPutative
CMakeFiles/openMVG_sample_features_siftPutative.dir/siftmatch.cpp.o: In function main': /openMVG/src/openMVG_Samples/features_siftPutativeMatches/siftmatch.cpp:31: undefined reference to stlplus::folder_up(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned int)'
/openMVG/src/openMVG_Samples/features_siftPutativeMatches/siftmatch.cpp:33: undefined reference to `stlplus::folder_up(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned int)'

31and 33 row content are
string jpg_filenameL = stlplus::folder_up(string(THIS_SOURCE_DIR))
+ "/imageData/StanfordMobileVisualSearch/Ace_0.png";
string jpg_filenameR = stlplus::folder_up(string(THIS_SOURCE_DIR))
+ "/imageData/StanfordMobileVisualSearch/Ace_1.png";

@pmoulon
Copy link
Member

pmoulon commented Sep 16, 2019

Hi,
As you can see here the library stlplus is linked here https://github.com/openMVG/openMVG/blob/master/src/openMVG_Samples/features_siftPutativeMatches/CMakeLists.txt#L7

Can you check that the cmake variable is not empty by adding:
message("STLPLUS Library string: ${STLPLUS_LIBRARY}") to the CMakeLists.txt file?

@qixiaomu77
Copy link
Author

I added message("STLPLUS Library string: ${STLPLUS_LIBRARY}") then the result is

STLPLUS Library string:
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ouyangxiaoyun/openMVG/src/openMVG_Samples/features_siftPutativeMatches/build
[ 50%] Linking CXX executable openMVG_sample_features_siftPutative
CMakeFiles/openMVG_sample_features_siftPutative.dir/siftmatch.cpp.o: In function main': siftmatch.cpp:(.text.startup+0x54): undefined reference to stlplus::folder_up(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned int)'
siftmatch.cpp:(.text.startup+0xcd): undefined reference to stlplus::folder_up(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int)' //usr/local/lib/libopenMVG_image.a(image_io.cpp.o): In function openMVG::image::WriteJpgStream(_IO_FILE*, std::vector<unsigned char, std::allocator > const&, int, int, int, int)':

@pmoulon
Copy link
Member

pmoulon commented Sep 16, 2019

So the string seems to be empty..

This is not normal.

As you see here the variable should be updated:

set(STLPLUS_LIBRARY openMVG_stlplus PARENT_SCOPE)

I don't know why this is happening on your system.
Can you try to compile without kdevelop (just by using cmake and make as explained in the build.md instruction file)?

@qixiaomu77
Copy link
Author

I compile openMVG according to build.md. And then I compile the sample using kdevelop.

@pmoulon
Copy link
Member

pmoulon commented Sep 17, 2019

I mean do you have the same error if you type make in the command line console?

@qixiaomu77
Copy link
Author

I type cmake and make in the common line console, and then I get the same error.

@qixiaomu77
Copy link
Author

qixiaomu77 commented Sep 17, 2019

there is the result

ouyangxiaoyun@ouyangxiaoyun-ThinkCentre-M8600t-D065:~/openMVG/src/openMVG_Samples/features_siftPutativeMatches$ mkdir build && cd build
ouyangxiaoyun@ouyangxiaoyun-ThinkCentre-M8600t-D065:~/openMVG/src/openMVG_Samples/features_siftPutativeMatches/build$ cmake ..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
STLPLUS Library string: 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ouyangxiaoyun/openMVG/src/openMVG_Samples/features_siftPutativeMatches/build
ouyangxiaoyun@ouyangxiaoyun-ThinkCentre-M8600t-D065:~/openMVG/src/openMVG_Samples/features_siftPutativeMatches/build$ make
Scanning dependencies of target openMVG_sample_features_siftPutative
[ 50%] Building CXX object CMakeFiles/openMVG_sample_features_siftPutative.dir/siftmatch.cpp.o
[100%] Linking CXX executable openMVG_sample_features_siftPutative
CMakeFiles/openMVG_sample_features_siftPutative.dir/siftmatch.cpp.o:‘main’:
siftmatch.cpp:(.text.startup+0x54):undefined reference to ‘stlplus::folder_up(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int)’
siftmatch.cpp:(.text.startup+0xcd):undefined reference to ‘stlplus::folder_up(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int)’
//usr/local/lib/libopenMVG_image.a(image_io.cpp.o):‘openMVG::image::WriteJpgStream(_IO_FILE*, std::vector<unsigned char, std::allocator<unsigned char> > const&, int, int, int, int)’中:
image_io.cpp:(.text+0x446):undefined reference to ‘jpeg_std_error’
image_io.cpp:(.text+0x465):undefined reference to ‘jpeg_CreateCompress’
image_io.cpp:(.text+0x475):undefined reference to ‘jpeg_stdio_dest’
image_io.cpp:(.text+0x4b6):undefined reference to ‘jpeg_set_defaults’
image_io.cpp:(.text+0x4ca):undefined reference to ‘jpeg_set_quality’
image_io.cpp:(.text+0x4dc):undefined reference to ‘jpeg_start_compress’
image_io.cpp:(.text+0x539):undefined reference to ‘jpeg_write_scanlines’
//usr/local/lib/libopenMVG_image.a(image_io.cpp.o):‘openMVG::image::Read_PNG_ImageHeader(char const*, openMVG::image::ImageHeader*)’:
image_io.cpp:(.text+0x1082):undefined reference to ‘png_destroy_read_struct’
//usr/local/lib/libopenMVG_image.a(image_io.cpp.o):‘openMVG::image::Read_JPG_ImageHeader(char const*, openMVG::image::ImageHeader*)’:
image_io.cpp:(.text+0x10e6):undefined reference to ‘jpeg_std_error’
//usr/local/lib/libopenMVG_image.a(image_io.cpp.o):‘openMVG::image::ReadImageHeader(char const*, openMVG::image::ImageHeader*)’:
image_io.cpp:(.text+0x1481):undefined reference to ‘TIFFOpen’
//usr/local/lib/libopenMVG_image.a(image_io.cpp.o):‘openMVG::image::Read_TIFF_ImageHeader(char const*, openMVG::image::ImageHeader*)’:
image_io.cpp:(.text+0x151d):undefined reference to ‘TIFFOpen’
//usr/local/lib/libopenMVG_image.a(image_io.cpp.o):‘openMVG::image::ReadTiff(char const*, std::vector<unsigned char, std::allocator<unsigned char> >*, int*, int*, int*)’:
image_io.cpp:(.text+0x19c3):undefined reference to ‘TIFFOpen’
collect2: error: ld returned 1 exit status
CMakeFiles/openMVG_sample_features_siftPutative.dir/build.make:94: recipe for target 'openMVG_sample_features_siftPutative' failed
make[2]: *** [openMVG_sample_features_siftPutative] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/openMVG_sample_features_siftPutative.dir/all' failed
make[1]: *** [CMakeFiles/openMVG_sample_features_siftPutative.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

@qixiaomu77
Copy link
Author

@pmoulon can you tell me why this situation happened? I thought anout it for days but couldn't come up with an answer.

@pmoulon
Copy link
Member

pmoulon commented Sep 19, 2019

It seems that here you have multiple errors, since TIFF and JPEF libraries are not found either.
Please try this in order to provide us the ability to help you:

  • Can you remove everything in your build directory,
  • run cmake again (share here the cmake command line you are using)
  • share the output of cmake?

@qixiaomu77
Copy link
Author

qixiaomu77 commented Sep 19, 2019

ouyangxiaoyun@ouyangxiaoyun-ThinkCentre-M8600t-D065:~$ mkdir openMVG_Build && cd openMVG_Build
ouyangxiaoyun@ouyangxiaoyun-ThinkCentre-M8600t-D065:~/openMVG_Build$ cmake -DCMAKE_BUILD_TYPE=RELEASE -DOpenMVG_BUILD_TESTS=ON ../openMVG/src/
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- target changed from "" to "auto"
-- Detected CPU: skylake
-- Performing Test check_c_compiler_flag__march_skylake
-- Performing Test check_c_compiler_flag__march_skylake - Failed
-- Performing Test check_cxx_compiler_flag__march_skylake
-- Performing Test check_cxx_compiler_flag__march_skylake - Failed
-- Performing Test check_c_compiler_flag__march_broadwell
-- Performing Test check_c_compiler_flag__march_broadwell - Success
-- Performing Test check_cxx_compiler_flag__march_broadwell
-- Performing Test check_cxx_compiler_flag__march_broadwell - Success
-- Performing Test check_c_compiler_flag__msse2
-- Performing Test check_c_compiler_flag__msse2 - Success
-- Performing Test check_cxx_compiler_flag__msse2
-- Performing Test check_cxx_compiler_flag__msse2 - Success
-- Performing Test check_c_compiler_flag__msse3
-- Performing Test check_c_compiler_flag__msse3 - Success
-- Performing Test check_cxx_compiler_flag__msse3
-- Performing Test check_cxx_compiler_flag__msse3 - Success
-- Looking for C++ include pmmintrin.h
-- Looking for C++ include pmmintrin.h - found
-- Performing Test check_c_compiler_flag__mssse3
-- Performing Test check_c_compiler_flag__mssse3 - Success
-- Performing Test check_cxx_compiler_flag__mssse3
-- Performing Test check_cxx_compiler_flag__mssse3 - Success
-- Looking for C++ include tmmintrin.h
-- Looking for C++ include tmmintrin.h - found
-- Performing Test check_c_compiler_flag__msse4_1
-- Performing Test check_c_compiler_flag__msse4_1 - Success
-- Performing Test check_cxx_compiler_flag__msse4_1
-- Performing Test check_cxx_compiler_flag__msse4_1 - Success
-- Looking for C++ include smmintrin.h
-- Looking for C++ include smmintrin.h - found
-- Performing Test check_c_compiler_flag__msse4_2
-- Performing Test check_c_compiler_flag__msse4_2 - Success
-- Performing Test check_cxx_compiler_flag__msse4_2
-- Performing Test check_cxx_compiler_flag__msse4_2 - Success
-- Performing Test check_c_compiler_flag__mavx
-- Performing Test check_c_compiler_flag__mavx - Success
-- Performing Test check_cxx_compiler_flag__mavx
-- Performing Test check_cxx_compiler_flag__mavx - Success
-- Looking for C++ include immintrin.h
-- Looking for C++ include immintrin.h - found
-- Performing Test check_c_compiler_flag__mfma
-- Performing Test check_c_compiler_flag__mfma - Success
-- Performing Test check_cxx_compiler_flag__mfma
-- Performing Test check_cxx_compiler_flag__mfma - Success
-- Performing Test check_c_compiler_flag__mbmi2
-- Performing Test check_c_compiler_flag__mbmi2 - Success
-- Performing Test check_cxx_compiler_flag__mbmi2
-- Performing Test check_cxx_compiler_flag__mbmi2 - Success
-- Performing Test check_c_compiler_flag__mavx2
-- Performing Test check_c_compiler_flag__mavx2 - Success
-- Performing Test check_cxx_compiler_flag__mavx2
-- Performing Test check_cxx_compiler_flag__mavx2 - Success
-- Performing Test check_c_compiler_flag__mno_sse4a
-- Performing Test check_c_compiler_flag__mno_sse4a - Success
-- Performing Test check_cxx_compiler_flag__mno_sse4a
-- Performing Test check_cxx_compiler_flag__mno_sse4a - Success
-- Performing Test check_c_compiler_flag__mno_xop
-- Performing Test check_c_compiler_flag__mno_xop - Success
-- Performing Test check_cxx_compiler_flag__mno_xop
-- Performing Test check_cxx_compiler_flag__mno_xop - Success
-- Performing Test check_c_compiler_flag__mno_fma4
-- Performing Test check_c_compiler_flag__mno_fma4 - Success
-- Performing Test check_cxx_compiler_flag__mno_fma4
-- Performing Test check_cxx_compiler_flag__mno_fma4 - Success
-- Performing Test check_c_compiler_flag__mno_avx512f
-- Performing Test check_c_compiler_flag__mno_avx512f - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512f
-- Performing Test check_cxx_compiler_flag__mno_avx512f - Success
-- Performing Test check_c_compiler_flag__mno_avx512vl
-- Performing Test check_c_compiler_flag__mno_avx512vl - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512vl
-- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success
-- Performing Test check_c_compiler_flag__mno_avx512pf
-- Performing Test check_c_compiler_flag__mno_avx512pf - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512pf
-- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success
-- Performing Test check_c_compiler_flag__mno_avx512er
-- Performing Test check_c_compiler_flag__mno_avx512er - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512er
-- Performing Test check_cxx_compiler_flag__mno_avx512er - Success
-- Performing Test check_c_compiler_flag__mno_avx512cd
-- Performing Test check_c_compiler_flag__mno_avx512cd - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512cd
-- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success
-- Performing Test check_c_compiler_flag__mno_avx512dq
-- Performing Test check_c_compiler_flag__mno_avx512dq - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512dq
-- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success
-- Performing Test check_c_compiler_flag__mno_avx512bw
-- Performing Test check_c_compiler_flag__mno_avx512bw - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512bw
-- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success
-- Performing Test check_c_compiler_flag__mno_avx512ifma
-- Performing Test check_c_compiler_flag__mno_avx512ifma - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512ifma
-- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success
-- Performing Test check_c_compiler_flag__mno_avx512vbmi
-- Performing Test check_c_compiler_flag__mno_avx512vbmi - Success
-- Performing Test check_cxx_compiler_flag__mno_avx512vbmi
-- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success
-- Checking for C++11 compiler
-- Checking for C++11 compiler - available
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp  
-- Eigen 3.3.4 found (include: /home/ouyangxiaoyun/openMVG/src/third_party/eigen)
-- Flann 1.8.4 found (include: /home/ouyangxiaoyun/openMVG/src/third_party/flann/src/cpp/flann)
-- CoinUtils 2.10.13 found (include: /home/ouyangxiaoyun/openMVG/src/dependencies/osi_clp/CoinUtils/src)
-- Clp 1.16.10 found (include: /home/ouyangxiaoyun/openMVG/src/dependencies/osi_clp/Clp/src)
-- You are attempting to build without Osi. Please use cmake variable -DOSI_INCLUDE_DIR_HINTS:STRING="PATH" or OSI_INCLUDE_DIR_HINTS env. variable to a valid Osi path. Or install last Osi version.
-- Lemon  found (include: /home/ouyangxiaoyun/openMVG/src/third_party/lemon/lemon)
-- Found PythonInterp: /usr/bin/python (found version "2.7.11") 
-- Found Wget: /usr/bin/wget  
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Found Ghostscript: /usr/bin/gs  
-- Could NOT find COIN (missing:  COIN_INCLUDE_DIR COIN_CBC_LIBRARY COIN_CBC_SOLVER_LIBRARY COIN_CGL_LIBRARY COIN_CLP_LIBRARY COIN_COIN_UTILS_LIBRARY COIN_OSI_LIBRARY COIN_OSI_CBC_LIBRARY COIN_OSI_CLP_LIBRARY) 
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long long
-- Check size of long long - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  

   ===============================================================
   Ceres-solver configuration.
   ===============================================================
-- Detected Ceres version: 1.13.0 from /home/ouyangxiaoyun/openMVG/src/third_party/ceres-solver/include/ceres/version.h
-- Eigen 3.3.4 found (include: /home/ouyangxiaoyun/openMVG/src/third_party/eigen)
-- Found Eigen version 3.3.4: /home/ouyangxiaoyun/openMVG/src/third_party/eigen

   ===============================================================
   Disabling the use of Eigen as a sparse linear algebra library.
   This does not affect the covariance estimation algorithm 
   which can still use the EIGEN_SPARSE_QR algorithm.
   ===============================================================

-- Looking for dgemm_
-- Looking for dgemm_ - found
-- A library with BLAS API found.
-- Found LAPACK library: /usr/lib/liblapack.so;/usr/lib/libf77blas.so;/usr/lib/libatlas.so
-- Found BLAS library: /usr/lib/libf77blas.so;/usr/lib/libatlas.so
-- Building without SuiteSparse.
-- Found CXSparse in: ../cxsparse/Include, building with CXSparse.
-- Google Flags disabled; no tests or tools will be built!
-- Compiling minimal glog substitute into Ceres.
-- Using minimal glog substitute (include): internal/ceres/miniglog
-- Disabling Schur specializations (faster compiles)
-- Building with OpenMP.
-- Performing Test COMPILER_HAS_CXX11_FLAG
-- Performing Test COMPILER_HAS_CXX11_FLAG - Success
-- Looking for C++ include unordered_map
-- Looking for C++ include unordered_map - not found
-- Looking for C++ include tr1/unordered_map
-- Looking for C++ include tr1/unordered_map - found
-- Found tr1/unordered_map/set in std::tr1 namespace.
-- Looking for C++ include memory
-- Looking for C++ include memory - found
-- Performing Test HAVE_SHARED_PTR_IN_STD_NAMESPACE
-- Performing Test HAVE_SHARED_PTR_IN_STD_NAMESPACE - Failed
-- Performing Test HAVE_SHARED_PTR_IN_TR1_NAMESPACE
-- Performing Test HAVE_SHARED_PTR_IN_TR1_NAMESPACE - Failed
-- Looking for C++ include tr1/memory
-- Looking for C++ include tr1/memory - found
-- Performing Test HAVE_SHARED_PTR_IN_TR1_NAMESPACE_FROM_TR1_MEMORY_HEADER
-- Performing Test HAVE_SHARED_PTR_IN_TR1_NAMESPACE_FROM_TR1_MEMORY_HEADER - Success
-- Found shared_ptr in std::tr1 namespace using <tr1/memory> header.
-- Building Ceres as a static library.
-- Creating configured Ceres config.h output directory: /home/ouyangxiaoyun/openMVG_Build/third_party/ceres-solver/config/ceres/internal
-- Enabling CERES_NO_SUITESPARSE in Ceres config.h
-- Enabling CERES_RESTRICT_SCHUR_SPECIALIZATION in Ceres config.h
-- Enabling CERES_USE_OPENMP in Ceres config.h
-- Enabling CERES_HAVE_PTHREAD in Ceres config.h
-- Enabling CERES_HAVE_RWLOCK in Ceres config.h
-- Enabling CERES_TR1_UNORDERED_MAP in Ceres config.h
-- Enabling CERES_TR1_MEMORY_HEADER in Ceres config.h
-- Enabling CERES_TR1_SHARED_PTR in Ceres config.h
-- Do not build any example.
   ===============================================================
   Ceres-solver configuration end.
   ===============================================================
abort: repository /home/ouyangxiaoyun/openMVG/src not found!
abort: repository /home/ouyangxiaoyun/openMVG/src not found!
-- 
-- Configured Eigen 3.3.4
-- 
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
STLPLUS Library string: openMVG_stlplus
CMake Warning at openMVG_Samples/describe_and_match_GUI/CMakeLists.txt:4 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at software/VO/AlternativeVO/CMakeLists.txt:7 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at software/CMakeLists.txt:14 (find_package):
  By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5" with any of
  the following names:

    Qt5Config.cmake
    qt5-config.cmake

  Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
  to a directory containing one of the above files.  If "Qt5" provides a
  separate development package or SDK, be sure it has been installed.


** Qt5 not found, GUI modules will not be build
-- Could NOT find Sphinx (missing:  SPHINX_EXECUTABLE) 
Sphinx need to be installed to generate the sphinx documentation
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
Doxygen need to be installed to generate the doxygen documentation


** OpenMVG version: 1.5.0
** Build Shared libs: OFF
** Build OpenMVG tests: ON
** Build OpenMVG softwares: ON
** Build OpenMVG GUI softwares: ON
** Build OpenMVG documentation: ON
** Build OpenMVG samples applications: ON
** Build OpenMVG openGL examples: OFF
** Enable code coverage generation: OFF
** Enable OpenMP parallelization: ON
** Build OpenCV+OpenMVG samples programs: OFF
** Use OpenCV SIFT features: OFF


-- CEREAL: (internal)
-- EIGEN: 3.3.4 (internal)
-- CERES: 1.13.0 (internal)
-- FLANN: 1.8.4 (internal)
-- LIBTIFF: 4.0.6 (external)
-- LIBPNG: 1.2.54 (external)
-- LIBJPEG (external)
-- CLP: 1.16.10 (internal)
-- COINUTILS: 2.10.13 (internal)
-- OSI:  (internal)
-- LEMON: 1.3 (internal)


-- Configuring done
-- Generating done
-- Build files have been written to: /home/ouyangxiaoyun/openMVG_Build
ouyangxiaoyun@ouyangxiaoyun-ThinkCentre-M8600t-D065:~/openMVG_Build$ cmake --build . --target install
[  0%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinWarmStartBasis.cpp.o
[  0%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveUseless.cpp.o
[  0%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinOslFactorization3.cpp.o
[  0%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFinite.cpp.o
[  0%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinBuild.cpp.o
[  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPrePostsolveMatrix.cpp.o
[  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinModel.cpp.o
[  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveMonitor.cpp.o
[  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveZeros.cpp.o
[  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinStructuredModel.cpp.o
[  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinSnapshot.cpp.o
[  1%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPackedMatrix.cpp.o
[  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinSearchTree.cpp.o
[  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveDoubleton.cpp.o
[  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinError.cpp.o
[  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinMessage.cpp.o
[  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveForcing.cpp.o
[  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolvePsdebug.cpp.o
[  2%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinDenseVector.cpp.o
[  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinParamUtils.cpp.o
[  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinWarmStartDual.cpp.o
[  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveSubst.cpp.o
[  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveMatrix.cpp.o
[  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinIndexedVector.cpp.o
[  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinSimpFactorization.cpp.o
[  3%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveTighten.cpp.o
[  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveEmpty.cpp.o
[  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFactorization2.cpp.o
[  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPostsolveMatrix.cpp.o
[  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFactorization1.cpp.o
[  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFactorization3.cpp.o
[  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveImpliedFree.cpp.o
[  4%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinModelUseful2.cpp.o
[  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveFixed.cpp.o
[  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinDenseFactorization.cpp.o
[  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinOslFactorization2.cpp.o
[  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinMpsIO.cpp.o
[  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFileIO.cpp.o
[  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinMessageHandler.cpp.o
/home/ouyangxiaoyun/openMVG/src/dependencies/osi_clp/CoinUtils/src/CoinMessageHandler.cpp: In member function ‘CoinMessageHandler& CoinMessageHandler::operator<<(double)’:
/home/ouyangxiaoyun/openMVG/src/dependencies/osi_clp/CoinUtils/src/CoinMessageHandler.cpp:834:35: warning: format not a string literal and no format arguments [-Wformat-security]
      sprintf(messageOut_,format_+2);
                                   ^
[  5%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveTripleton.cpp.o
[  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinAlloc.cpp.o
[  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinModelUseful.cpp.o
[  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveDupcol.cpp.o
[  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPackedVector.cpp.o
[  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveIsolated.cpp.o
[  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinParam.cpp.o
[  6%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinWarmStartVector.cpp.o
[  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveHelperFunctions.cpp.o
[  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinLpIO.cpp.o
[  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPackedVectorBase.cpp.o
[  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveSingleton.cpp.o
[  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinOslFactorization.cpp.o
[  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinPresolveDual.cpp.o
[  7%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinShallowPackedVector.cpp.o
[  8%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinWarmStartPrimalDual.cpp.o
[  8%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinFactorization4.cpp.o
[  8%] Building CXX object dependencies/osi_clp/CoinUtils/src/CMakeFiles/lib_CoinUtils.dir/CoinRational.cpp.o
[  8%] Linking CXX static library ../../../../Linux-x86_64-RELEASE/liblib_CoinUtils.a
[  8%] Built target lib_CoinUtils
Scanning dependencies of target lib_Osi
[  8%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiPresolve.cpp.o
[  8%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiChooseVariable.cpp.o
[  8%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiColCut.cpp.o
[  9%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiSolverInterface.cpp.o
[  9%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiRowCut.cpp.o
[  9%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiSolverBranch.cpp.o
[  9%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiAuxInfo.cpp.o
[  9%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiCut.cpp.o
[  9%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiCuts.cpp.o
[  9%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiNames.cpp.o
[ 10%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiBranchingObject.cpp.o
[ 10%] Building CXX object dependencies/osi_clp/Osi/src/Osi/CMakeFiles/lib_Osi.dir/OsiRowCutDebugger.cpp.o
[ 10%] Linking CXX static library ../../../../../Linux-x86_64-RELEASE/liblib_Osi.a
[ 10%] Built target lib_Osi
Scanning dependencies of target lib_clp
[ 10%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/unitTest.cpp.o
[ 10%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpGubMatrix.cpp.o
[ 11%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplex.cpp.o
[ 11%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpConstraintLinear.cpp.o
[ 11%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpHelperFunctions.cpp.o
[ 11%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplexDual.cpp.o
[ 11%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpInterior.cpp.o
[ 11%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplexNonlinear.cpp.o
[ 12%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpNetworkBasis.cpp.o
[ 12%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpNetworkMatrix.cpp.o
[ 12%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPrimalColumnDantzig.cpp.o
[ 12%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPresolve.cpp.o
/home/ouyangxiaoyun/openMVG/src/dependencies/osi_clp/Clp/src/ClpPresolve.cpp: In member function ‘virtual const CoinPresolveAction* ClpPresolve::presolve(CoinPresolveMatrix*)’:
/home/ouyangxiaoyun/openMVG/src/dependencies/osi_clp/Clp/src/ClpPresolve.cpp:890:27: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
 const CoinPresolveAction *ClpPresolve::presolve(CoinPresolveMatrix *prob)
                           ^
[ 12%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpModel.cpp.o
[ 12%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpModel.cpp.o
[ 12%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpLinearObjective.cpp.o
[ 12%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/MyEventHandler.cpp.o
[ 13%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/Clp_C_Interface.cpp.o
[ 13%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDualRowDantzig.cpp.o
[ 13%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpNode.cpp.o
[ 13%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpCholeskyTaucs.cpp.o
[ 13%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpGubDynamicMatrix.cpp.o
[ 13%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDualRowPivot.cpp.o
[ 13%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpNonLinearCost.cpp.o
[ 14%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSimplexPrimal.cpp.o
[ 14%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpConstraintQuadratic.cpp.o
[ 14%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDualRowSteepest.cpp.o
[ 14%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPrimalColumnSteepest.cpp.o
[ 14%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpObjective.cpp.o
[ 14%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPackedMatrix.cpp.o
lpSimplexOther.cpp.o
[ 15%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDynamicMatrix.cpp.o
[ 15%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpFactorization.cpp.o
[ 15%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/CbcOrClpParam.cpp.o
[ 15%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDynamicExampleMatrix.cpp.o
[ 15%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpConstraint.cpp.o
[ 15%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/MyMessageHandler.cpp.o
[ 16%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpSolve.cpp.o
[ 16%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPdcoBase.cpp.o
[ 16%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/IdiSolve.cpp.o
[ 16%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpEventHandler.cpp.o
[ 16%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpMessage.cpp.o
[ 16%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/Idiot.cpp.o
[ 16%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPlusMinusOneMatrix.cpp.o
[ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpCholeskyBase.cpp.o
[ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpPdco.cpp.o
[ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpCholeskyDense.cpp.o
[ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpDummyMatrix.cpp.o
[ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpQuadraticObjective.cpp.o
[ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpLsqr.cpp.o
[ 17%] Building CXX object dependencies/osi_clp/Clp/src/CMakeFiles/lib_clp.dir/ClpMatrixBase.cpp.o
[ 18%] Linking CXX static library ../../../../Linux-x86_64-RELEASE/liblib_clp.a
[ 18%] Built target lib_clp
Scanning dependencies of target lib_OsiClpSolver
[ 18%] Building CXX object dependencies/osi_clp/Clp/src/OsiClp/CMakeFiles/lib_OsiClpSolver.dir/OsiClpSolverInterface.cpp.o
[ 18%] Linking CXX static library ../../../../../Linux-x86_64-RELEASE/liblib_OsiClpSolver.a
[ 18%] Built target lib_OsiClpSolver
Scanning dependencies of target CppUnitLite
[ 18%] Building CXX object third_party/CppUnitLite/CMakeFiles/CppUnitLite.dir/SimpleString.cpp.o
[ 18%] Building CXX object third_party/CppUnitLite/CMakeFiles/CppUnitLite.dir/TestRegistry.cpp.o
[ 18%] Building CXX object third_party/CppUnitLite/CMakeFiles/CppUnitLite.dir/Test.cpp.o
[ 18%] Building CXX object third_party/CppUnitLite/CMakeFiles/CppUnitLite.dir/Failure.cpp.o
[ 18%] Building CXX object third_party/CppUnitLite/CMakeFiles/CppUnitLite.dir/TestResult.cpp.o
[ 18%] Linking CXX static library ../../Linux-x86_64-RELEASE/libCppUnitLite.a
[ 18%] Built target CppUnitLite
Scanning dependencies of target openMVG_stlplus
[ 19%] Building CXX object third_party/stlplus3/CMakeFiles/openMVG_stlplus.dir/filesystemSimplified/file_system.cpp.o
[ 19%] Building CXX object third_party/stlplus3/CMakeFiles/openMVG_stlplus.dir/filesystemSimplified/wildcard.cpp.o
[ 19%] Building CXX object third_party/stlplus3/CMakeFiles/openMVG_stlplus.dir/filesystemSimplified/portability_fixes.cpp.o
[ 19%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_stlplus.a
[ 19%] Built target openMVG_stlplus
Scanning dependencies of target openMVG_lemon
[ 19%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/arg_parser.cc.o
[ 19%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/base.cc.o
[ 19%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/color.cc.o
[ 19%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/lp_base.cc.o
[ 19%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/lp_skeleton.cc.o
[ 19%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/random.cc.o
[ 20%] Building CXX object third_party/lemon/lemon/CMakeFiles/openMVG_lemon.dir/bits/windows.cc.o
[ 20%] Linking CXX static library ../../../Linux-x86_64-RELEASE/libopenMVG_lemon.a
[ 20%] Built target openMVG_lemon
Scanning dependencies of target main_svgSample
[ 20%] Building CXX object third_party/vectorGraphics/CMakeFiles/main_svgSample.dir/main.cpp.o
[ 20%] Linking CXX executable ../../Linux-x86_64-RELEASE/main_svgSample
[ 20%] Built target main_svgSample
Scanning dependencies of target openMVG_cxsparse
[ 20%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_pvec.c.o
[ 20%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_permute.c.o
[ 20%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_qrsol.c.o
[ 20%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_load.c.o
[ 21%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_norm.c.o
[ 21%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_add.c.o
[ 21%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_convert.c.o
[ 21%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_utsolve.c.o
[ 21%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_sqr.c.o
[ 21%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_happly.c.o
[ 21%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_usolve.c.o
[ 22%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_ipvec.c.o
[ 22%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_chol.c.o
[ 22%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_ltsolve.c.o
[ 22%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_print.c.o
[ 22%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_malloc.c.o
[ 22%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_cumsum.c.o
[ 22%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_dropzeros.c.o
[ 23%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_house.c.o
[ 23%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_updown.c.o
[ 23%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_scatter.c.o
[ 23%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_lu.c.o
[ 23%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_qr.c.o
[ 23%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_pinv.c.o
[ 23%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_lusol.c.o
[ 24%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_schol.c.o
[ 24%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_multiply.c.o
[ 24%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_dfs.c.o
[ 24%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_ereach.c.o
[ 24%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_util.c.o
[ 24%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_fkeep.c.o
[ 24%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_randperm.c.o
[ 25%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_droptol.c.o
[ 25%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_dmperm.c.o
[ 25%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_etree.c.o
[ 25%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_cholsol.c.o
[ 25%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_dupl.c.o
[ 25%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_lsolve.c.o
[ 25%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_counts.c.o
[ 26%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_transpose.c.o
[ 26%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_maxtrans.c.o
[ 26%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_tdfs.c.o
[ 26%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_leaf.c.o
[ 26%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_scc.c.o
[ 26%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_entry.c.o
[ 26%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_spsolve.c.o
[ 27%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_compress.c.o
[ 27%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_amd.c.o
[ 27%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_gaxpy.c.o
[ 27%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_symperm.c.o
[ 27%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_post.c.o
[ 27%] Building C object third_party/cxsparse/CMakeFiles/openMVG_cxsparse.dir/Source/cs_reach.c.o
[ 27%] Linking C static library ../../Linux-x86_64-RELEASE/libopenMVG_cxsparse.a
[ 27%] Built target openMVG_cxsparse
Scanning dependencies of target openMVG_ceres
[ 27%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/array_utils.cc.o
[ 27%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/blas.cc.o
[ 27%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_evaluate_preparer.cc.o
[ 27%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_jacobi_preconditioner.cc.o
[ 28%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_jacobian_writer.cc.o
[ 28%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_random_access_dense_matrix.cc.o
[ 28%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_random_access_diagonal_matrix.cc.o
[ 28%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_random_access_matrix.cc.o
[ 28%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_random_access_sparse_matrix.cc.o
[ 28%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_sparse_matrix.cc.o
[ 28%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/block_structure.cc.o
[ 29%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/c_api.cc.o
[ 29%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/canonical_views_clustering.cc.o
[ 29%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/cgnr_solver.cc.o
[ 29%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/callbacks.cc.o
[ 29%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/compressed_col_sparse_matrix_utils.cc.o
[ 29%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/compressed_row_jacobian_writer.cc.o
[ 29%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/compressed_row_sparse_matrix.cc.o
[ 30%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/conditioned_cost_function.cc.o
[ 30%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/conjugate_gradients_solver.cc.o
[ 30%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/coordinate_descent_minimizer.cc.o
[ 30%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/corrector.cc.o
[ 30%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/covariance.cc.o
[ 30%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/covariance_impl.cc.o
[ 30%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/cxsparse.cc.o
[ 31%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/dense_normal_cholesky_solver.cc.o
[ 31%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/dense_qr_solver.cc.o
[ 31%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/dense_sparse_matrix.cc.o
[ 31%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/detect_structure.cc.o
[ 31%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/dogleg_strategy.cc.o
[ 31%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/dynamic_compressed_row_jacobian_writer.cc.o
[ 31%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/dynamic_compressed_row_sparse_matrix.cc.o
[ 32%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/dynamic_sparse_normal_cholesky_solver.cc.o
[ 32%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/evaluator.cc.o
[ 32%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/eigensparse.cc.o
[ 32%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/file.cc.o
[ 32%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/function_sample.cc.o
[ 32%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/gradient_checker.cc.o
[ 33%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/gradient_checking_cost_function.cc.o
[ 33%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/gradient_problem.cc.o
[ 33%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/gradient_problem_solver.cc.o
[ 33%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/implicit_schur_complement.cc.o
[ 33%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/inner_product_computer.cc.o
[ 33%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/is_close.cc.o
[ 33%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/iterative_schur_complement_solver.cc.o
[ 34%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/levenberg_marquardt_strategy.cc.o
[ 34%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/lapack.cc.o
[ 34%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/line_search.cc.o
[ 34%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/line_search_direction.cc.o
[ 34%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/line_search_minimizer.cc.o
[ 34%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/line_search_preprocessor.cc.o
[ 34%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/linear_least_squares_problems.cc.o
[ 35%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/linear_operator.cc.o
[ 35%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/linear_solver.cc.o
[ 35%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/local_parameterization.cc.o
[ 35%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/loss_function.cc.o
[ 35%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/low_rank_inverse_hessian.cc.o
[ 35%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/minimizer.cc.o
[ 35%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/normal_prior.cc.o
[ 36%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/parameter_block_ordering.cc.o
[ 36%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/partitioned_matrix_view.cc.o
[ 36%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/polynomial.cc.o
[ 36%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/preconditioner.cc.o
[ 36%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/preprocessor.cc.o
[ 36%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/problem.cc.o
[ 36%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/problem_impl.cc.o
[ 37%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/program.cc.o
[ 37%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/reorder_program.cc.o
[ 37%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/residual_block.cc.o
[ 37%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/residual_block_utils.cc.o
[ 37%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/schur_complement_solver.cc.o
[ 37%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/schur_eliminator.cc.o
[ 37%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/schur_jacobi_preconditioner.cc.o
[ 38%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/schur_templates.cc.o
[ 38%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/scratch_evaluate_preparer.cc.o
[ 38%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/single_linkage_clustering.cc.o
[ 38%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/solver.cc.o
[ 38%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/solver_utils.cc.o
[ 38%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/sparse_matrix.cc.o
[ 38%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/sparse_cholesky.cc.o
[ 39%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/sparse_normal_cholesky_solver.cc.o
[ 39%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/split.cc.o
[ 39%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/stringprintf.cc.o
[ 39%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/suitesparse.cc.o
[ 39%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/triplet_sparse_matrix.cc.o
[ 39%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/trust_region_preprocessor.cc.o
[ 39%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/trust_region_minimizer.cc.o
[ 40%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/trust_region_step_evaluator.cc.o
[ 40%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/trust_region_strategy.cc.o
[ 40%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/types.cc.o
[ 40%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/visibility.cc.o
[ 40%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/visibility_based_preconditioner.cc.o
[ 40%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/wall_time.cc.o
[ 40%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/generated/schur_eliminator_d_d_d.cc.o
[ 41%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/generated/partitioned_matrix_view_d_d_d.cc.o
[ 41%] Building CXX object third_party/ceres-solver/internal/ceres/CMakeFiles/openMVG_ceres.dir/miniglog/glog/logging.cc.o
[ 41%] Linking CXX static library ../../lib/libopenMVG_ceres.a
[ 41%] Built target openMVG_ceres
Scanning dependencies of target openMVG_easyexif
[ 42%] Building CXX object third_party/easyexif/CMakeFiles/openMVG_easyexif.dir/exif.cpp.o
[ 42%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_easyexif.a
[ 42%] Built target openMVG_easyexif
Scanning dependencies of target openMVG_fast
[ 42%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast_9.c.o
[ 42%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast_10.c.o
[ 42%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast_11.c.o
[ 43%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast.c.o
[ 43%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/nonmax.c.o
[ 43%] Building CXX object third_party/fast/CMakeFiles/openMVG_fast.dir/fast_12.c.o
[ 43%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_fast.a
[ 43%] Built target openMVG_fast
Scanning dependencies of target openMVG_numeric
[ 43%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_numeric.dir/numeric.cpp.o
[ 43%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_numeric.dir/nullspace.cpp.o
[ 43%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_numeric.a
[ 43%] Built target openMVG_numeric
Scanning dependencies of target openMVG_test_Camera_Pinhole_Brown
[ 43%] Building CXX object openMVG/cameras/CMakeFiles/openMVG_test_Camera_Pinhole_Brown.dir/Camera_Pinhole_Brown_test.cpp.o
[ 43%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_Camera_Pinhole_Brown
[ 43%] Built target openMVG_test_Camera_Pinhole_Brown
Scanning dependencies of target openMVG_test_Camera_Pinhole_Fisheye
[ 43%] Building CXX object openMVG/cameras/CMakeFiles/openMVG_test_Camera_Pinhole_Fisheye.dir/Camera_Pinhole_Fisheye_test.cpp.o
[ 43%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_Camera_Pinhole_Fisheye
[ 43%] Built target openMVG_test_Camera_Pinhole_Fisheye
Scanning dependencies of target openMVG_test_Camera_Pinhole
[ 43%] Building CXX object openMVG/cameras/CMakeFiles/openMVG_test_Camera_Pinhole.dir/Camera_Pinhole_test.cpp.o
[ 43%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_Camera_Pinhole
[ 43%] Built target openMVG_test_Camera_Pinhole
Scanning dependencies of target openMVG_test_Camera_Spherical
[ 43%] Building CXX object openMVG/cameras/CMakeFiles/openMVG_test_Camera_Spherical.dir/Camera_Spherical_test.cpp.o
[ 43%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_Camera_Spherical
[ 43%] Built target openMVG_test_Camera_Spherical
Scanning dependencies of target openMVG_test_Camera_Subset_Parametrization
[ 43%] Building CXX object openMVG/cameras/CMakeFiles/openMVG_test_Camera_Subset_Parametrization.dir/Camera_Subset_Parametrization_test.cpp.o
[ 43%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_Camera_Subset_Parametrization
[ 43%] Built target openMVG_test_Camera_Subset_Parametrization
Scanning dependencies of target openMVG_test_Camera_IO
[ 43%] Building CXX object openMVG/cameras/CMakeFiles/openMVG_test_Camera_IO.dir/Camera_IO_test.cpp.o
[ 44%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_Camera_IO
[ 44%] Built target openMVG_test_Camera_IO
Scanning dependencies of target openMVG_test_Camera_Pinhole_Radial
[ 45%] Building CXX object openMVG/cameras/CMakeFiles/openMVG_test_Camera_Pinhole_Radial.dir/Camera_Pinhole_Radial_test.cpp.o
[ 45%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_Camera_Pinhole_Radial
[ 45%] Built target openMVG_test_Camera_Pinhole_Radial
Scanning dependencies of target openMVG_features
[ 45%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/feature.cpp.o
[ 45%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/tbmr/tbmr.cpp.o
[ 45%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/akaze/image_describer_akaze.cpp.o
[ 46%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/akaze/AKAZE.cpp.o
[ 46%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/svg_features.cpp.o
[ 46%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/regions.cpp.o
[ 46%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/mser/mser_region.cpp.o
[ 46%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/mser/mser.cpp.o
[ 46%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/liop/liop_descriptor.cpp.o
[ 46%] Building CXX object openMVG/features/CMakeFiles/openMVG_features.dir/fast/fast_detector.cpp.o
[ 47%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_features.a
[ 47%] Built target openMVG_features
Scanning dependencies of target openMVG_matching
[ 47%] Building CXX object openMVG/matching/CMakeFiles/openMVG_matching.dir/svg_matches.cpp.o
[ 48%] Building CXX object openMVG/matching/CMakeFiles/openMVG_matching.dir/regions_matcher.cpp.o
[ 48%] Building CXX object openMVG/matching/CMakeFiles/openMVG_matching.dir/indMatch_utils.cpp.o
[ 48%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_matching.a
[ 48%] Built target openMVG_matching
Scanning dependencies of target openMVG_test_kmeans
[ 48%] Building CXX object openMVG/clustering/CMakeFiles/openMVG_test_kmeans.dir/kmeans_test.cpp.o
[ 48%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_kmeans
[ 48%] Built target openMVG_test_kmeans
Scanning dependencies of target openMVG_exif
[ 48%] Building CXX object openMVG/exif/CMakeFiles/openMVG_exif.dir/exif_IO_EasyExif.cpp.o
[ 48%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_exif.a
[ 48%] Built target openMVG_exif
Scanning dependencies of target openMVG_test_exif_IO
[ 48%] Building CXX object openMVG/exif/CMakeFiles/openMVG_test_exif_IO.dir/exif_IO_test.cpp.o
[ 48%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_exif_IO
[ 48%] Built target openMVG_test_exif_IO
Scanning dependencies of target openMVG_test_ParseDatabase
[ 48%] Building CXX object openMVG/exif/sensor_width_database/CMakeFiles/openMVG_test_ParseDatabase.dir/ParseDatabase_test.cpp.o
[ 48%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_test_ParseDatabase
[ 48%] Built target openMVG_test_ParseDatabase
Scanning dependencies of target openMVG_test_features
[ 48%] Building CXX object openMVG/features/CMakeFiles/openMVG_test_features.dir/features_test.cpp.o
[ 49%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_features
[ 49%] Built target openMVG_test_features
Scanning dependencies of target openMVG_test_image_describer
[ 49%] Building CXX object openMVG/features/CMakeFiles/openMVG_test_image_describer.dir/image_describer_test.cpp.o
[ 49%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_image_describer
[ 49%] Built target openMVG_test_image_describer
Scanning dependencies of target openMVG_image
[ 49%] Building CXX object openMVG/image/CMakeFiles/openMVG_image.dir/image_io.cpp.o
[ 49%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_image.a
[ 49%] Built target openMVG_image
Scanning dependencies of target openMVG_test_akaze
[ 49%] Building CXX object openMVG/features/akaze/CMakeFiles/openMVG_test_akaze.dir/akaze_test.cpp.o
[ 49%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_test_akaze
[ 49%] Built target openMVG_test_akaze
Scanning dependencies of target openMVG_test_mser
[ 49%] Building CXX object openMVG/features/mser/CMakeFiles/openMVG_test_mser.dir/mser_test.cpp.o
<command-line>:0:0: warning: "THIS_SOURCE_DIR" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 49%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_test_mser
[ 49%] Built target openMVG_test_mser
Scanning dependencies of target openMVG_system
[ 49%] Building CXX object openMVG/system/CMakeFiles/openMVG_system.dir/timer.cpp.o
[ 49%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_system.a
[ 49%] Built target openMVG_system
Scanning dependencies of target openMVG_test_sift
[ 49%] Building CXX object openMVG/features/sift/CMakeFiles/openMVG_test_sift.dir/sift_test.cpp.o
[ 50%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_test_sift
[ 50%] Built target openMVG_test_sift
Scanning dependencies of target openMVG_test_tbmr
[ 51%] Building CXX object openMVG/features/tbmr/CMakeFiles/openMVG_test_tbmr.dir/tbmr_test.cpp.o
[ 51%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_test_tbmr
[ 51%] Built target openMVG_test_tbmr
Scanning dependencies of target openMVG_graph_test_triplet_finder
[ 51%] Building CXX object openMVG/graph/CMakeFiles/openMVG_graph_test_triplet_finder.dir/triplet_finder_test.cpp.o
[ 52%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_graph_test_triplet_finder
[ 52%] Built target openMVG_graph_test_triplet_finder
Scanning dependencies of target openMVG_graph_test_connectedComponent
[ 52%] Building CXX object openMVG/graph/CMakeFiles/openMVG_graph_test_connectedComponent.dir/connectedComponent_test.cpp.o
[ 52%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_graph_test_connectedComponent
[ 52%] Built target openMVG_graph_test_connectedComponent
Scanning dependencies of target openMVG_test_image_integral
[ 53%] Building CXX object openMVG/image/CMakeFiles/openMVG_test_image_integral.dir/image_integral_test.cpp.o
[ 53%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_image_integral
[ 53%] Built target openMVG_test_image_integral
Scanning dependencies of target openMVG_test_image_drawing
[ 53%] Building CXX object openMVG/image/CMakeFiles/openMVG_test_image_drawing.dir/image_drawing_test.cpp.o
[ 53%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_image_drawing
[ 53%] Built target openMVG_test_image_drawing
Scanning dependencies of target openMVG_test_image_filtering
[ 53%] Building CXX object openMVG/image/CMakeFiles/openMVG_test_image_filtering.dir/image_filtering_test.cpp.o
[ 53%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_image_filtering
[ 53%] Built target openMVG_test_image_filtering
Scanning dependencies of target openMVG_test_image_io
[ 53%] Building CXX object openMVG/image/CMakeFiles/openMVG_test_image_io.dir/image_io_test.cpp.o
[ 53%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_image_io
[ 53%] Built target openMVG_test_image_io
Scanning dependencies of target openMVG_test_image
[ 53%] Building CXX object openMVG/image/CMakeFiles/openMVG_test_image.dir/image_test.cpp.o
[ 54%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_image
[ 54%] Built target openMVG_test_image
Scanning dependencies of target openMVG_test_image_resampling
[ 54%] Building CXX object openMVG/image/CMakeFiles/openMVG_test_image_resampling.dir/image_resampling_test.cpp.o
[ 54%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_image_resampling
[ 54%] Built target openMVG_test_image_resampling
Scanning dependencies of target openMVG_linearProgramming
[ 54%] Building CXX object openMVG/linearProgramming/CMakeFiles/openMVG_linearProgramming.dir/linearProgrammingOSI_X.cpp.o
[ 54%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_linearProgramming.a
[ 54%] Built target openMVG_linearProgramming
Scanning dependencies of target openMVG_test_linearProgramming
[ 54%] Building CXX object openMVG/linearProgramming/CMakeFiles/openMVG_test_linearProgramming.dir/linearProgramming_test.cpp.o
[ 54%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_linearProgramming
[ 54%] Built target openMVG_test_linearProgramming
Scanning dependencies of target openMVG_multiview
[ 55%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_resection_kernel.cpp.o
[ 55%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/conditioning.cpp.o
[ 55%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/rotation_averaging_l2.cpp.o
[ 55%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_homography_kernel.cpp.o
[ 55%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_essential_eight_point.cpp.o
[ 55%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_fundamental_kernel.cpp.o
[ 55%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_essential_kernel.cpp.o
[ 56%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_resection_p3p_kneip.cpp.o
[ 56%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/triangulation.cpp.o
[ 56%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_resection_p3p_ke.cpp.o
[ 56%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/essential.cpp.o
[ 56%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/triangulation_nview.cpp.o
[ 56%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/translation_averaging_solver_softl1.cpp.o
[ 56%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/translation_averaging_solver_l2_chordal.cpp.o
[ 57%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/rotation_averaging_l1.cpp.o
[ 57%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_affine.cpp.o
[ 57%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_resection_p3p_nordberg.cpp.o
[ 57%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/solver_essential_five_point.cpp.o
[ 57%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/translation_averaging_common.cpp.o
[ 57%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/projection.cpp.o
[ 57%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview.dir/motion_from_essential.cpp.o
[ 58%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_multiview.a
[ 58%] Built target openMVG_multiview
Scanning dependencies of target openMVG_lInftyComputerVision
[ 58%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/resection_kernel.cpp.o
[ 59%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/tijsAndXis_From_xi_Ri_noise.cpp.o
[ 59%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/triangulation.cpp.o
[ 59%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/triplet_tijsAndXis_kernel.cpp.o
[ 59%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/tijsAndXis_From_xi_Ri.cpp.o
[ 59%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/resection.cpp.o
[ 59%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyComputerVision.dir/global_translations_fromTij.cpp.o
[ 60%] Linking CXX static library ../../../Linux-x86_64-RELEASE/libopenMVG_lInftyComputerVision.a
[ 60%] Built target openMVG_lInftyComputerVision
Scanning dependencies of target openMVG_multiview_test_data
[ 60%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_multiview_test_data.dir/test_data_sets.cpp.o
[ 60%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_multiview_test_data.a
[ 60%] Built target openMVG_multiview_test_data
Scanning dependencies of target openMVG_lInftyCV_test_resection_robust
[ 60%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyCV_test_resection_robust.dir/resection_robust_test.cpp.o
[ 60%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_lInftyCV_test_resection_robust
[ 60%] Built target openMVG_lInftyCV_test_resection_robust
Scanning dependencies of target openMVG_lInftyCV_test_resection
[ 60%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyCV_test_resection.dir/resection_test.cpp.o
[ 60%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_lInftyCV_test_resection
[ 60%] Built target openMVG_lInftyCV_test_resection
Scanning dependencies of target openMVG_lInftyCV_test_triangulation
[ 60%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyCV_test_triangulation.dir/triangulation_test.cpp.o
[ 60%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_lInftyCV_test_triangulation
[ 60%] Built target openMVG_lInftyCV_test_triangulation
Scanning dependencies of target openMVG_lInftyCV_test_global_translations_fromTij
[ 60%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyCV_test_global_translations_fromTij.dir/global_translations_fromTij_test.cpp.o
[ 61%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_lInftyCV_test_global_translations_fromTij
[ 61%] Built target openMVG_lInftyCV_test_global_translations_fromTij
Scanning dependencies of target openMVG_lInftyCV_test_global_translations_fromTriplets
[ 61%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyCV_test_global_translations_fromTriplets.dir/global_translations_fromTriplets_test.cpp.o
[ 61%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_lInftyCV_test_global_translations_fromTriplets
[ 61%] Built target openMVG_lInftyCV_test_global_translations_fromTriplets
Scanning dependencies of target openMVG_lInftyCV_test_tijsAndXis
[ 62%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyCV_test_tijsAndXis.dir/tijsAndXis_test.cpp.o
[ 62%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_lInftyCV_test_tijsAndXis
[ 62%] Built target openMVG_lInftyCV_test_tijsAndXis
Scanning dependencies of target openMVG_lInftyCV_test_tijsAndXis_outlier
[ 62%] Building CXX object openMVG/linearProgramming/lInfinityCV/CMakeFiles/openMVG_lInftyCV_test_tijsAndXis_outlier.dir/tijsAndXis_outlier_test.cpp.o
[ 62%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_lInftyCV_test_tijsAndXis_outlier
[ 62%] Built target openMVG_lInftyCV_test_tijsAndXis_outlier
Scanning dependencies of target openMVG_geodesy_test_geodesy
[ 62%] Building CXX object openMVG/geodesy/CMakeFiles/openMVG_geodesy_test_geodesy.dir/geodesy_test.cpp.o
[ 62%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_geodesy_test_geodesy
[ 62%] Built target openMVG_geodesy_test_geodesy
Scanning dependencies of target openMVG_geometry
[ 62%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/rigid_transformation3D_srt.cpp.o
[ 62%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/Similarity3.cpp.o
[ 62%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/Similarity3_Kernel.cpp.o
[ 62%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/convex_hull.cpp.o
[ 63%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/box.cpp.o
[ 63%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/half_space_intersection.cpp.o
[ 63%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_geometry.dir/frustum.cpp.o
[ 63%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_geometry.a
[ 63%] Built target openMVG_geometry
Scanning dependencies of target openMVG_test_rigid_transformation3D_srt
[ 63%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_test_rigid_transformation3D_srt.dir/rigid_transformation3D_srt_test.cpp.o
[ 64%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_rigid_transformation3D_srt
[ 64%] Built target openMVG_test_rigid_transformation3D_srt
Scanning dependencies of target openMVG_test_convex_hull
[ 64%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_test_convex_hull.dir/convex_hull_test.cpp.o
[ 64%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_convex_hull
[ 64%] Built target openMVG_test_convex_hull
Scanning dependencies of target openMVG_test_plane_estimation_kernel
[ 64%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_test_plane_estimation_kernel.dir/plane_estimation_kernel_test.cpp.o
[ 64%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_plane_estimation_kernel
[ 64%] Built target openMVG_test_plane_estimation_kernel
Scanning dependencies of target openMVG_test_half_space_intersection
[ 64%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_test_half_space_intersection.dir/half_space_intersection_test.cpp.o
[ 64%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_half_space_intersection
[ 64%] Built target openMVG_test_half_space_intersection
Scanning dependencies of target openMVG_test_frustum_intersection
[ 64%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_test_frustum_intersection.dir/frustum_intersection_test.cpp.o
[ 64%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_frustum_intersection
[ 64%] Built target openMVG_test_frustum_intersection
Scanning dependencies of target openMVG_test_frustum_box_intersection
[ 64%] Building CXX object openMVG/geometry/CMakeFiles/openMVG_test_frustum_box_intersection.dir/frustum_box_intersection_test.cpp.o
[ 64%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_frustum_box_intersection
[ 64%] Built target openMVG_test_frustum_box_intersection
Scanning dependencies of target openMVG_test_indMatch
[ 64%] Building CXX object openMVG/matching/CMakeFiles/openMVG_test_indMatch.dir/indMatch_test.cpp.o
[ 65%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_indMatch
[ 65%] Built target openMVG_test_indMatch
Scanning dependencies of target openMVG_test_matching_filters
[ 65%] Building CXX object openMVG/matching/CMakeFiles/openMVG_test_matching_filters.dir/matching_filters_test.cpp.o
[ 65%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_matching_filters
[ 65%] Built target openMVG_test_matching_filters
Scanning dependencies of target openMVG_test_metric
[ 65%] Building CXX object openMVG/matching/CMakeFiles/openMVG_test_metric.dir/metric_test.cpp.o
[ 66%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_metric
[ 66%] Built target openMVG_test_metric
Scanning dependencies of target openMVG_test_matching
[ 66%] Building CXX object openMVG/matching/CMakeFiles/openMVG_test_matching.dir/matching_test.cpp.o
[ 66%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_matching
[ 66%] Built target openMVG_test_matching
Scanning dependencies of target openMVG_kvld
[ 66%] Building CXX object openMVG/matching/kvld/CMakeFiles/openMVG_kvld.dir/kvld.cpp.o
[ 66%] Building CXX object openMVG/matching/kvld/CMakeFiles/openMVG_kvld.dir/algorithm.cpp.o
[ 66%] Linking CXX static library ../../../Linux-x86_64-RELEASE/libopenMVG_kvld.a
[ 66%] Built target openMVG_kvld
Scanning dependencies of target openMVG_matching_image_collection
[ 66%] Building CXX object openMVG/matching_image_collection/CMakeFiles/openMVG_matching_image_collection.dir/Cascade_Hashing_Matcher_Regions.cpp.o
[ 66%] Building CXX object openMVG/matching_image_collection/CMakeFiles/openMVG_matching_image_collection.dir/Geometric_Filter_utils.cpp.o
[ 66%] Building CXX object openMVG/matching_image_collection/CMakeFiles/openMVG_matching_image_collection.dir/Matcher_Regions.cpp.o
[ 66%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_matching_image_collection.a
[ 66%] Built target openMVG_matching_image_collection
Scanning dependencies of target openMVG_test_Pair_Builder
[ 66%] Building CXX object openMVG/matching_image_collection/CMakeFiles/openMVG_test_Pair_Builder.dir/Pair_Builder_test.cpp.o
[ 67%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_Pair_Builder
[ 67%] Built target openMVG_test_Pair_Builder
Scanning dependencies of target openMVG_test_rotation_averaging
[ 67%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_rotation_averaging.dir/rotation_averaging_test.cpp.o
[ 67%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_rotation_averaging
[ 67%] Built target openMVG_test_rotation_averaging
Scanning dependencies of target openMVG_test_translation_averaging
[ 67%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_translation_averaging.dir/translation_averaging_test.cpp.o
[ 67%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_translation_averaging
[ 67%] Built target openMVG_test_translation_averaging
Scanning dependencies of target openMVG_test_triangulation
[ 67%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_triangulation.dir/triangulation_test.cpp.o
[ 68%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_triangulation
[ 68%] Built target openMVG_test_triangulation
Scanning dependencies of target openMVG_test_solver_translation_knownRotation_kernel
[ 68%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_solver_translation_knownRotation_kernel.dir/solver_translation_knownRotation_kernel_test.cpp.o
[ 68%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_solver_translation_knownRotation_kernel
[ 68%] Built target openMVG_test_solver_translation_knownRotation_kernel
Scanning dependencies of target openMVG_test_solver_affine
[ 68%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_solver_affine.dir/solver_affine_test.cpp.o
[ 68%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_solver_affine
[ 68%] Built target openMVG_test_solver_affine
Scanning dependencies of target openMVG_test_solver_essential_eight_point
[ 68%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_solver_essential_eight_point.dir/solver_essential_eight_point_test.cpp.o
[ 68%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_solver_essential_eight_point
[ 68%] Built target openMVG_test_solver_essential_eight_point
Scanning dependencies of target openMVG_test_solver_resection_kernel
[ 68%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_solver_resection_kernel.dir/solver_resection_kernel_test.cpp.o
[ 69%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_solver_resection_kernel
[ 69%] Built target openMVG_test_solver_resection_kernel
Scanning dependencies of target openMVG_test_solver_essential_three_point
[ 70%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_solver_essential_three_point.dir/solver_essential_three_point_test.cpp.o
[ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_solver_essential_three_point
[ 70%] Built target openMVG_test_solver_essential_three_point
Scanning dependencies of target openMVG_test_solver_essential_five_point
[ 70%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_solver_essential_five_point.dir/solver_essential_five_point_test.cpp.o
[ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_solver_essential_five_point
[ 70%] Built target openMVG_test_solver_essential_five_point
Scanning dependencies of target openMVG_test_triangulation_nview
[ 70%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_triangulation_nview.dir/triangulation_nview_test.cpp.o
[ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_triangulation_nview
[ 70%] Built target openMVG_test_triangulation_nview
Scanning dependencies of target openMVG_test_solver_fundamental_kernel
[ 70%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_solver_fundamental_kernel.dir/solver_fundamental_kernel_test.cpp.o
[ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_solver_fundamental_kernel
[ 70%] Built target openMVG_test_solver_fundamental_kernel
Scanning dependencies of target openMVG_test_solver_homography_kernel
[ 70%] Building CXX object openMVG/multiview/CMakeFiles/openMVG_test_solver_homography_kernel.dir/solver_homography_kernel_test.cpp.o
[ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_solver_homography_kernel
[ 70%] Built target openMVG_test_solver_homography_kernel
Scanning dependencies of target openMVG_test_l1_solver
[ 70%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_test_l1_solver.dir/l1_solver_test.cpp.o
[ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_l1_solver
[ 70%] Built target openMVG_test_l1_solver
Scanning dependencies of target openMVG_test_extract_columns
[ 70%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_test_extract_columns.dir/extract_columns_test.cpp.o
[ 70%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_extract_columns
[ 70%] Built target openMVG_test_extract_columns
Scanning dependencies of target openMVG_test_lm
[ 71%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_test_lm.dir/lm_test.cpp.o
[ 71%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_lm
[ 71%] Built target openMVG_test_lm
Scanning dependencies of target openMVG_test_numeric
[ 71%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_test_numeric.dir/numeric_test.cpp.o
[ 71%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_numeric
[ 71%] Built target openMVG_test_numeric
Scanning dependencies of target openMVG_test_poly
[ 72%] Building CXX object openMVG/numeric/CMakeFiles/openMVG_test_poly.dir/poly_test.cpp.o
[ 72%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_poly
[ 72%] Built target openMVG_test_poly
Scanning dependencies of target openMVG_test_robust_estimator_Ransac
[ 72%] Building CXX object openMVG/robust_estimation/CMakeFiles/openMVG_test_robust_estimator_Ransac.dir/robust_estimator_Ransac_test.cpp.o
[ 72%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_robust_estimator_Ransac
[ 72%] Built target openMVG_test_robust_estimator_Ransac
Scanning dependencies of target openMVG_test_robust_estimator_ACRansac
[ 72%] Building CXX object openMVG/robust_estimation/CMakeFiles/openMVG_test_robust_estimator_ACRansac.dir/robust_estimator_ACRansac_test.cpp.o
[ 72%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_robust_estimator_ACRansac
[ 72%] Built target openMVG_test_robust_estimator_ACRansac
Scanning dependencies of target openMVG_test_robust_estimator_lineKernel
[ 73%] Building CXX object openMVG/robust_estimation/CMakeFiles/openMVG_test_robust_estimator_lineKernel.dir/robust_estimator_lineKernel_test.cpp.o
[ 73%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_robust_estimator_lineKernel
[ 73%] Built target openMVG_test_robust_estimator_lineKernel
Scanning dependencies of target openMVG_robust_estimation
[ 73%] Building CXX object openMVG/robust_estimation/CMakeFiles/openMVG_robust_estimation.dir/gms_filter.cpp.o
[ 74%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_robust_estimation.a
[ 74%] Built target openMVG_robust_estimation
Scanning dependencies of target openMVG_test_gms_filter
[ 74%] Building CXX object openMVG/robust_estimation/CMakeFiles/openMVG_test_gms_filter.dir/gms_filter_test.cpp.o
[ 74%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_gms_filter
[ 74%] Built target openMVG_test_gms_filter
Scanning dependencies of target openMVG_test_rand_sampling
[ 74%] Building CXX object openMVG/robust_estimation/CMakeFiles/openMVG_test_rand_sampling.dir/rand_sampling_test.cpp.o
[ 74%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_rand_sampling
[ 74%] Built target openMVG_test_rand_sampling
Scanning dependencies of target openMVG_test_robust_estimator_MaxConsensus
[ 74%] Building CXX object openMVG/robust_estimation/CMakeFiles/openMVG_test_robust_estimator_MaxConsensus.dir/robust_estimator_MaxConsensus_test.cpp.o
[ 74%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_robust_estimator_MaxConsensus
[ 74%] Built target openMVG_test_robust_estimator_MaxConsensus
Scanning dependencies of target openMVG_test_union_find
[ 74%] Building CXX object openMVG/tracks/CMakeFiles/openMVG_test_union_find.dir/union_find_test.cpp.o
[ 74%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_union_find
[ 74%] Built target openMVG_test_union_find
Scanning dependencies of target openMVG_test_tracks
[ 74%] Building CXX object openMVG/tracks/CMakeFiles/openMVG_test_tracks.dir/tracks_test.cpp.o
[ 74%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_tracks
[ 74%] Built target openMVG_test_tracks
Scanning dependencies of target openMVG_test_global_quantile_gain_offset_alignment
[ 75%] Building CXX object openMVG/color_harmonization/CMakeFiles/openMVG_test_global_quantile_gain_offset_alignment.dir/global_quantile_gain_offset_alignment_test.cpp.o
[ 75%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_global_quantile_gain_offset_alignment
[ 75%] Built target openMVG_test_global_quantile_gain_offset_alignment
Scanning dependencies of target openMVG_test_progress
[ 75%] Building CXX object openMVG/system/CMakeFiles/openMVG_test_progress.dir/progress_test.cpp.o
[ 75%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_progress
[ 75%] Built target openMVG_test_progress
Scanning dependencies of target openMVG_sfm
[ 75%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_colorization.cpp.o
[ 75%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_transform.cpp.o
[ 75%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/stellar/stellar_solver.cpp.o
[ 75%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sfm_robust_model_estimation.cpp.o
[ 75%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/global/GlobalSfM_translation_averaging.cpp.o
[ 76%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/global/GlobalSfM_rotation_averaging.cpp.o
[ 76%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/global/sfm_global_engine_relative_motions.cpp.o
[ 76%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/relative_pose_engine.cpp.o
[ 76%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sequential/SfmSceneInitializerMaxPair.cpp.o
[ 76%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sequential/SfmSceneInitializerStellar.cpp.o
[ 76%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sequential/sequential_SfM.cpp.o
[ 77%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/sequential/sequential_SfM2.cpp.o
[ 77%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/localization/SfM_Localizer_Single_3DTrackObservation_Database.cpp.o
[ 77%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/localization/SfM_Localizer.cpp.o
[ 77%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/pipelines/structure_from_known_poses/structure_estimator.cpp.o
[ 77%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_filters.cpp.o
[ 77%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_graph_utils.cpp.o
[ 77%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_report.cpp.o
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_io_cereal.cpp.o
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_filters_frustum.cpp.o
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_BA_ceres.cpp.o
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_io.cpp.o
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_utils.cpp.o
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_sfm.dir/sfm_data_triangulation.cpp.o
[ 78%] Linking CXX static library ../../Linux-x86_64-RELEASE/libopenMVG_sfm.a
[ 78%] Built target openMVG_sfm
Scanning dependencies of target openMVG_test_sfm_data_utils
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_test_sfm_data_utils.dir/sfm_data_utils_test.cpp.o
[ 78%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_sfm_data_utils
[ 78%] Built target openMVG_test_sfm_data_utils
Scanning dependencies of target openMVG_test_sfm_data_BA
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_test_sfm_data_BA.dir/sfm_data_BA_test.cpp.o
[ 78%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_sfm_data_BA
[ 78%] Built target openMVG_test_sfm_data_BA
Scanning dependencies of target openMVG_test_sfm_data_triangulation
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_test_sfm_data_triangulation.dir/sfm_data_triangulation_test.cpp.o
[ 78%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_sfm_data_triangulation
[ 78%] Built target openMVG_test_sfm_data_triangulation
Scanning dependencies of target openMVG_test_sfm_data_filters
[ 78%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_test_sfm_data_filters.dir/sfm_data_filters_test.cpp.o
[ 78%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_sfm_data_filters
[ 78%] Built target openMVG_test_sfm_data_filters
Scanning dependencies of target openMVG_test_sfm_data_io
[ 79%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_test_sfm_data_io.dir/sfm_data_io_test.cpp.o
[ 79%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_sfm_data_io
[ 79%] Built target openMVG_test_sfm_data_io
Scanning dependencies of target openMVG_test_sfm_data_graph_utils
[ 79%] Building CXX object openMVG/sfm/CMakeFiles/openMVG_test_sfm_data_graph_utils.dir/sfm_data_graph_utils_test.cpp.o
[ 79%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_sfm_data_graph_utils
[ 79%] Built target openMVG_test_sfm_data_graph_utils
Scanning dependencies of target openMVG_test_global_SfM
[ 79%] Building CXX object openMVG/sfm/pipelines/global/CMakeFiles/openMVG_test_global_SfM.dir/global_SfM_test.cpp.o
[ 79%] Linking CXX executable ../../../../Linux-x86_64-RELEASE/openMVG_test_global_SfM
[ 79%] Built target openMVG_test_global_SfM
Scanning dependencies of target openMVG_test_sequential_SfM
[ 79%] Building CXX object openMVG/sfm/pipelines/sequential/CMakeFiles/openMVG_test_sequential_SfM.dir/sequential_SfM_test.cpp.o
[ 79%] Linking CXX executable ../../../../Linux-x86_64-RELEASE/openMVG_test_sequential_SfM
[ 79%] Built target openMVG_test_sequential_SfM
Scanning dependencies of target openMVG_test_sequential_SfM2
[ 79%] Building CXX object openMVG/sfm/pipelines/sequential/CMakeFiles/openMVG_test_sequential_SfM2.dir/sequential_SfM2_test.cpp.o
[ 80%] Linking CXX executable ../../../../Linux-x86_64-RELEASE/openMVG_test_sequential_SfM2
[ 80%] Built target openMVG_test_sequential_SfM2
Scanning dependencies of target openMVG_test_stellar_SfM
[ 80%] Building CXX object openMVG/sfm/pipelines/stellar/CMakeFiles/openMVG_test_stellar_SfM.dir/stellar_SfM_test.cpp.o
[ 80%] Linking CXX executable ../../../../Linux-x86_64-RELEASE/openMVG_test_stellar_SfM
[ 80%] Built target openMVG_test_stellar_SfM
Scanning dependencies of target openMVG_test_split
[ 80%] Building CXX object openMVG/stl/CMakeFiles/openMVG_test_split.dir/split_test.cpp.o
[ 80%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_split
[ 80%] Built target openMVG_test_split
Scanning dependencies of target openMVG_test_dynamic_bitset
[ 81%] Building CXX object openMVG/stl/CMakeFiles/openMVG_test_dynamic_bitset.dir/dynamic_bitset_test.cpp.o
[ 81%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_test_dynamic_bitset
[ 81%] Built target openMVG_test_dynamic_bitset
Scanning dependencies of target openMVG_sample_cameras_undistoBrown
[ 81%] Building CXX object openMVG_Samples/cameras_undisto_Brown/CMakeFiles/openMVG_sample_cameras_undistoBrown.dir/undistoBrown.cpp.o
[ 81%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_cameras_undistoBrown
[ 81%] Built target openMVG_sample_cameras_undistoBrown
Scanning dependencies of target openMVG_sample_robust_estimation_Homography
[ 82%] Building CXX object openMVG_Samples/multiview_robust_estimation_tutorial/CMakeFiles/openMVG_sample_robust_estimation_Homography.dir/robust_estimation_tutorial_homography.cpp.o
[ 82%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_robust_estimation_Homography
[ 82%] Built target openMVG_sample_robust_estimation_Homography
Scanning dependencies of target openMVG_sample_multiview_robustHomography
[ 82%] Building CXX object openMVG_Samples/multiview_robust_homography/CMakeFiles/openMVG_sample_multiview_robustHomography.dir/robust_homography.cpp.o
[ 82%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_robust_estimation_Homography
[ 82%] Built target openMVG_sample_robust_estimation_Homography
Scanning dependencies of target openMVG_sample_multiview_robustHomography
[ 82%] Building CXX object openMVG_Samples/multiview_robust_homography/CMakeFiles/openMVG_sample_multiview_robustHomography.dir/robust_homography.cpp.o
[ 83%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustHomography
[ 83%] Built target openMVG_sample_multiview_robustHomography
Scanning dependencies of target openMVG_sample_multiview_robustHomography_guided
[ 83%] Building CXX object openMVG_Samples/multiview_robust_homography_guided/CMakeFiles/openMVG_sample_multiview_robustHomography_guided.dir/robust_homography_guided.cpp.o
[ 83%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustHomography_guided
[ 83%] Built target openMVG_sample_multiview_robustHomography_guided
Scanning dependencies of target openMVG_sample_multiview_robustFundamental
[ 83%] Building CXX object openMVG_Samples/multiview_robust_fundamental/CMakeFiles/openMVG_sample_multiview_robustFundamental.dir/robust_fundamental.cpp.o
[ 83%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustFundamental
[ 83%] Built target openMVG_sample_multiview_robustFundamental
Scanning dependencies of target openMVG_sample_multiview_robustFundamental_guided
[ 83%] Building CXX object openMVG_Samples/multiview_robust_fundamental_guided/CMakeFiles/openMVG_sample_multiview_robustFundamental_guided.dir/robust_fundamental_guided.cpp.o
[ 83%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustFundamental_guided
[ 83%] Built target openMVG_sample_multiview_robustFundamental_guided
Scanning dependencies of target openMVG_sample_multiview_robustEssential
[ 83%] Building CXX object openMVG_Samples/multiview_robust_essential/CMakeFiles/openMVG_sample_multiview_robustEssential.dir/robust_essential.cpp.o
[ 83%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustEssential
[ 83%] Built target openMVG_sample_multiview_robustEssential
Scanning dependencies of target openMVG_sample_multiview_robustEssential_spherical
[ 84%] Building CXX object openMVG_Samples/multiview_robust_essential_spherical/CMakeFiles/openMVG_sample_multiview_robustEssential_spherical.dir/robust_essential_spherical.cpp.o
[ 84%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustEssential_spherical
[ 84%] Built target openMVG_sample_multiview_robustEssential_spherical
Scanning dependencies of target openMVG_sample_multiview_robustEssential_ba
[ 84%] Building CXX object openMVG_Samples/multiview_robust_essential_ba/CMakeFiles/openMVG_sample_multiview_robustEssential_ba.dir/robust_essential_ba.cpp.o
[ 84%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_multiview_robustEssential_ba
[ 84%] Built target openMVG_sample_multiview_robustEssential_ba
Scanning dependencies of target openMVG_main_exif_Parsing
[ 84%] Building CXX object openMVG_Samples/exif_Parsing/CMakeFiles/openMVG_main_exif_Parsing.dir/exifParsing.cpp.o
[ 84%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_exif_Parsing
[ 84%] Built target openMVG_main_exif_Parsing
Scanning dependencies of target vlsift
[ 84%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/generic.c.o
[ 84%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/imopv_sse2.c.o
[ 85%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/sift.c.o
[ 85%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/imopv.c.o
[ 85%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/mathop_sse2.c.o
[ 85%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/host.c.o
[ 85%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/mathop.c.o
[ 85%] Building C object nonFree/sift/CMakeFiles/vlsift.dir/vl/random.c.o
[ 86%] Linking C static library ../../Linux-x86_64-RELEASE/libvlsift.a
[ 86%] Built target vlsift
Scanning dependencies of target openMVG_sample_main_features_repeatability_dataset
[ 86%] Building CXX object openMVG_Samples/features_repeatability/CMakeFiles/openMVG_sample_main_features_repeatability_dataset.dir/main_repeatability_dataset.cpp.o
[ 86%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_main_features_repeatability_dataset
[ 86%] Built target openMVG_sample_main_features_repeatability_dataset
Scanning dependencies of target openMVG_sample_features_affine
[ 86%] Building CXX object openMVG_Samples/features_affine_demo/CMakeFiles/openMVG_sample_features_affine.dir/features_affine_demo.cpp.o
[ 86%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_features_affine
[ 86%] Built target openMVG_sample_features_affine
Scanning dependencies of target openMVG_sample_features_kvld
[ 86%] Building CXX object openMVG_Samples/features_kvld_filter/CMakeFiles/openMVG_sample_features_kvld.dir/kvld_filter.cpp.o
[ 86%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_features_kvld
[ 86%] Built target openMVG_sample_features_kvld
Scanning dependencies of target openMVG_sample_features_siftPutative
[ 87%] Building CXX object openMVG_Samples/features_siftPutativeMatches/CMakeFiles/openMVG_sample_features_siftPutative.dir/siftmatch.cpp.o
[ 87%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_features_siftPutative
[ 87%] Built target openMVG_sample_features_siftPutative
Scanning dependencies of target openMVG_sample_image_matching
[ 87%] Building CXX object openMVG_Samples/features_image_matching/CMakeFiles/openMVG_sample_image_matching.dir/describe_and_match.cpp.o
[ 87%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_image_matching
[ 87%] Built target openMVG_sample_image_matching
Scanning dependencies of target openMVG_sample_image_matching_gmsfilter
[ 87%] Building CXX object openMVG_Samples/features_image_matching_gmsfilter/CMakeFiles/openMVG_sample_image_matching_gmsfilter.dir/describe_and_match_gmsfilter.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_image_matching_gmsfilter
[ 88%] Built target openMVG_sample_image_matching_gmsfilter
Scanning dependencies of target openMVG_sample_geodesy_show_exif_gps_position
[ 88%] Building CXX object openMVG_Samples/geodesy_show_exif_gps_position/CMakeFiles/openMVG_sample_geodesy_show_exif_gps_position.dir/show_exif_gps_position_demo.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_geodesy_show_exif_gps_position
[ 88%] Built target openMVG_sample_geodesy_show_exif_gps_position
Scanning dependencies of target openMVG_sample_pano_converter
[ 88%] Building CXX object openMVG_Samples/image_spherical_to_pinholes/CMakeFiles/openMVG_sample_pano_converter.dir/main_pano_converter.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_pano_converter
[ 88%] Built target openMVG_sample_pano_converter
Scanning dependencies of target openMVG_sample_pano_spherical_to_cubic
[ 88%] Building CXX object openMVG_Samples/image_spherical_to_cubic/CMakeFiles/openMVG_sample_pano_spherical_to_cubic.dir/main_pano_spherical_to_cubic.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_pano_spherical_to_cubic
[ 88%] Built target openMVG_sample_pano_spherical_to_cubic
Scanning dependencies of target openMVG_main_GlobalSfM
[ 88%] Building CXX object software/SfM/CMakeFiles/openMVG_main_GlobalSfM.dir/main_GlobalSfM.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_GlobalSfM
[ 88%] Built target openMVG_main_GlobalSfM
Scanning dependencies of target openMVG_main_IncrementalSfM2
[ 88%] Building CXX object software/SfM/CMakeFiles/openMVG_main_IncrementalSfM2.dir/main_IncrementalSfM2.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_pano_converter
[ 88%] Built target openMVG_sample_pano_converter
Scanning dependencies of target openMVG_sample_pano_spherical_to_cubic
[ 88%] Building CXX object openMVG_Samples/image_spherical_to_cubic/CMakeFiles/openMVG_sample_pano_spherical_to_cubic.dir/main_pano_spherical_to_cubic.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_pano_spherical_to_cubic
[ 88%] Built target openMVG_sample_pano_spherical_to_cubic
Scanning dependencies of target openMVG_main_GlobalSfM
[ 88%] Building CXX object software/SfM/CMakeFiles/openMVG_main_GlobalSfM.dir/main_GlobalSfM.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_GlobalSfM
[ 88%] Built target openMVG_main_GlobalSfM
Scanning dependencies of target openMVG_main_IncrementalSfM2
[ 88%] Building CXX object software/SfM/CMakeFiles/openMVG_main_IncrementalSfM2.dir/main_IncrementalSfM2.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_IncrementalSfM2
[ 88%] Built target openMVG_main_IncrementalSfM2
Scanning dependencies of target openMVG_main_IncrementalSfM
[ 88%] Building CXX object software/SfM/CMakeFiles/openMVG_main_IncrementalSfM.dir/main_IncrementalSfM.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_IncrementalSfM
[ 88%] Built target openMVG_main_IncrementalSfM
Scanning dependencies of target openMVG_main_ComputeSfM_DataColor
[ 88%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ComputeSfM_DataColor.dir/main_ComputeSfM_DataColor.cpp.o
[ 88%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ComputeSfM_DataColor
[ 88%] Built target openMVG_main_ComputeSfM_DataColor
Scanning dependencies of target openMVG_main_SfMInit_ImageListing
[ 88%] Building CXX object software/SfM/CMakeFiles/openMVG_main_SfMInit_ImageListing.dir/main_SfMInit_ImageListing.cpp.o
[ 89%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_SfMInit_ImageListing
[ 89%] Built target openMVG_main_SfMInit_ImageListing
Scanning dependencies of target openMVG_main_ComputeMatches
[ 89%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ComputeMatches.dir/main_ComputeMatches.cpp.o
[ 90%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ComputeMatches
[ 90%] Built target openMVG_main_ComputeMatches
Scanning dependencies of target openMVG_main_ListMatchingPairs
[ 91%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ListMatchingPairs.dir/main_ListMatchingPairs.cpp.o
[ 91%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ListMatchingPairs
[ 91%] Built target openMVG_main_ListMatchingPairs
Scanning dependencies of target openMVG_main_ConvertSfM_DataFormat
[ 92%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ConvertSfM_DataFormat.dir/main_ConvertSfM_DataFormat.cpp.o
[ 92%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ConvertSfM_DataFormat
[ 92%] Built target openMVG_main_ConvertSfM_DataFormat
Scanning dependencies of target openMVG_main_SplitMatchFileIntoMatchFiles
[ 92%] Building CXX object software/SfM/CMakeFiles/openMVG_main_SplitMatchFileIntoMatchFiles.dir/main_SplitMatchFileIntoMatchFiles.cpp.o
[ 92%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_SplitMatchFileIntoMatchFiles
[ 92%] Built target openMVG_main_SplitMatchFileIntoMatchFiles
Scanning dependencies of target openMVG_main_ConvertList
[ 92%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ConvertList.dir/main_ConvertList.cpp.o
[ 92%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ConvertList
[ 92%] Built target openMVG_main_ConvertList
Scanning dependencies of target openMVG_main_ComputeStructureFromKnownPoses
[ 92%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ComputeStructureFromKnownPoses.dir/main_ComputeStructureFromKnownPoses.cpp.o
[ 92%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ComputeStructureFromKnownPoses
[ 92%] Built target openMVG_main_ComputeStructureFromKnownPoses
Scanning dependencies of target openMVG_main_FrustumFiltering
[ 92%] Building CXX object software/SfM/CMakeFiles/openMVG_main_FrustumFiltering.dir/main_FrustumFiltering.cpp.o
[ 93%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_FrustumFiltering
[ 93%] Built target openMVG_main_FrustumFiltering
Scanning dependencies of target openMVG_main_MatchesToTracks
[ 93%] Building CXX object software/SfM/CMakeFiles/openMVG_main_MatchesToTracks.dir/main_MatchesToTracks.cpp.o
[ 93%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_MatchesToTracks
[ 93%] Built target openMVG_main_MatchesToTracks
Scanning dependencies of target openMVG_main_PointsFiltering
[ 93%] Building CXX object software/SfM/CMakeFiles/openMVG_main_PointsFiltering.dir/main_PointsFiltering.cpp.o
[ 93%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_PointsFiltering
[ 93%] Built target openMVG_main_PointsFiltering
Scanning dependencies of target openMVG_main_ComputeFeatures
[ 93%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ComputeFeatures.dir/main_ComputeFeatures.cpp.o
[ 93%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ComputeFeatures
[ 93%] Built target openMVG_main_ComputeFeatures
Scanning dependencies of target openMVG_main_ChangeLocalOrigin
[ 93%] Building CXX object software/SfM/CMakeFiles/openMVG_main_ChangeLocalOrigin.dir/main_ChangeLocalOrigin.cpp.o
[ 93%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ChangeLocalOrigin
[ 93%] Built target openMVG_main_ChangeLocalOrigin
Scanning dependencies of target openMVG_main_evalQuality
[ 94%] Building CXX object software/SfM/CMakeFiles/openMVG_main_evalQuality.dir/main_evalQuality.cpp.o
[ 94%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_evalQuality
[ 94%] Built target openMVG_main_evalQuality
Scanning dependencies of target domset
[ 95%] Building CXX object software/SfM/clustering/domSetLibrary/CMakeFiles/domset.dir/domset.cc.o
[ 95%] Linking CXX static library ../../../../Linux-x86_64-RELEASE/libdomset.a
[ 95%] Built target domset
Scanning dependencies of target openMVG_main_ComputeClusters
[ 95%] Building CXX object software/SfM/clustering/CMakeFiles/openMVG_main_ComputeClusters.dir/main_ComputeClusters.cpp.o
[ 95%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_ComputeClusters
[ 95%] Built target openMVG_main_ComputeClusters
Scanning dependencies of target openMVG_main_ExportUndistortedImages
[ 95%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_ExportUndistortedImages.dir/main_ExportUndistortedImages.cpp.o
[ 95%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_ExportUndistortedImages
[ 95%] Built target openMVG_main_ExportUndistortedImages
Scanning dependencies of target openMVG_main_exportMatches
[ 95%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_exportMatches.dir/main_exportMatches.cpp.o
[ 96%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_exportMatches
[ 96%] Built target openMVG_main_exportMatches
Scanning dependencies of target openMVG_main_exportKeypoints
[ 96%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_exportKeypoints.dir/main_exportKeypoints.cpp.o
[ 96%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_exportKeypoints
[ 96%] Built target openMVG_main_exportKeypoints
Scanning dependencies of target openMVG_main_exportTracks
[ 96%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_exportTracks.dir/main_exportTracks.cpp.o
[ 96%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_exportTracks
[ 96%] Built target openMVG_main_exportTracks
Scanning dependencies of target openMVG_main_openMVG2CMPMVS
[ 97%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2CMPMVS.dir/main_openMVG2CMPMVS.cpp.o
[ 97%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2CMPMVS
[ 97%] Built target openMVG_main_openMVG2CMPMVS
Scanning dependencies of target openMVG_main_openMVG2MVSTEXTURING
[ 97%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2MVSTEXTURING.dir/main_openMVG2MVSTEXTURING.cpp.o
[ 97%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2MVSTEXTURING
[ 97%] Built target openMVG_main_openMVG2MVSTEXTURING
Scanning dependencies of target openMVG_main_ExportCameraFrustums
[ 97%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_ExportCameraFrustums.dir/main_ExportCameraFrustums.cpp.o
[ 97%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_ExportCameraFrustums
[ 97%] Built target openMVG_main_ExportCameraFrustums
Scanning dependencies of target openMVG_main_openMVG2MVE2
[ 97%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2MVE2.dir/main_openMVG2MVE2.cpp.o
[ 98%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2MVE2
[ 98%] Built target openMVG_main_openMVG2MVE2
Scanning dependencies of target openMVG_main_openMVG2openMVS
[ 98%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2openMVS.dir/main_openMVG2openMVS.cpp.o
[ 98%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2openMVS
[ 98%] Built target openMVG_main_openMVG2openMVS
Scanning dependencies of target openMVG_main_openMVG2PMVS
[ 98%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2PMVS.dir/main_openMVG2PMVS.cpp.o
[ 98%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2PMVS
[ 98%] Built target openMVG_main_openMVG2PMVS
Scanning dependencies of target openMVG_main_openMVG2Agisoft
[ 98%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2Agisoft.dir/main_openMVG2Agisoft.cpp.o
[ 98%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2Agisoft
[ 98%] Built target openMVG_main_openMVG2Agisoft
Scanning dependencies of target openMVG_main_openMVG2NVM
[ 98%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2NVM.dir/main_openMVG2NVM.cpp.o
[ 98%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2NVM
[ 98%] Built target openMVG_main_openMVG2NVM
Scanning dependencies of target openMVG_main_openMVG2Colmap
[ 98%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2Colmap.dir/main_openMVG2Colmap.cpp.o
[ 98%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2Colmap
[ 98%] Built target openMVG_main_openMVG2Colmap
Scanning dependencies of target openMVG_main_openMVG2MESHLAB
[ 98%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVG2MESHLAB.dir/main_openMVG2MESHLAB.cpp.o
[ 98%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVG2MESHLAB
[ 98%] Built target openMVG_main_openMVG2MESHLAB
Scanning dependencies of target openMVG_main_openMVGSpherical2Cubic
[ 98%] Building CXX object software/SfM/export/CMakeFiles/openMVG_main_openMVGSpherical2Cubic.dir/main_openMVGSpherical2Cubic.cpp.o
[ 98%] Linking CXX executable ../../../Linux-x86_64-RELEASE/openMVG_main_openMVGSpherical2Cubic
[ 98%] Built target openMVG_main_openMVGSpherical2Cubic
Scanning dependencies of target openMVG_main_SfMInit_ImageListingFromKnownPoses
[ 98%] Building CXX object software/SfM/import/CMakeFiles/openMVG_main_SfMInit_ImageListingFromKnownPoses.dir/main_SfMInit_ImageListingFromKnownPoses.cpp.o
[ 98%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_SfM_Localization
[ 98%] Built target openMVG_main_SfM_Localization
Scanning dependencies of target openMVG_main_geodesy_registration_to_gps_position
[ 98%] Building CXX object software/Geodesy/CMakeFiles/openMVG_main_geodesy_registration_to_gps_position.dir/registration_to_exif_gps_position.cpp.o
[ 98%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_geodesy_registration_to_gps_position
[ 98%] Built target openMVG_main_geodesy_registration_to_gps_position
Scanning dependencies of target openMVG_main_ColHarmonize
[ 98%] Building CXX object software/colorHarmonize/CMakeFiles/openMVG_main_ColHarmonize.dir/main_ColHarmonize.cpp.o
[ 99%] Building CXX object software/colorHarmonize/CMakeFiles/openMVG_main_ColHarmonize.dir/colorHarmonizeEngineGlobal.cpp.o
[ 99%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_ColHarmonize
[ 99%] Built target openMVG_main_ColHarmonize
Scanning dependencies of target openMVG_main_openMVG2WebGL
[100%] Building CXX object software/SfMWebGLViewer/CMakeFiles/openMVG_main_openMVG2WebGL.dir/openMVG_main_openMVG2WebGL.cpp.o
[100%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_main_openMVG2WebGL
[100%] Built target openMVG_main_openMVG2WebGL
Install the project...
-- Install configuration: "RELEASE"
-- Up-to-date: /usr/local/include/openMVG_dependencies
CMake Error at cmake_install.cmake:36 (file):
  file INSTALL cannot set permissions on
  "/usr/local/include/openMVG_dependencies"


Makefile:71: recipe for target 'install' failed
make: *** [install] Error 1
ouyangxiaoyun@ouyangxiaoyun-ThinkCentre-M8600t-D065:~/openMVG_Build$ make test
Running tests...
Test project /home/ouyangxiaoyun/openMVG_Build
      Start  1: openMVG_test_Camera_Pinhole
 1/83 Test  #1: openMVG_test_Camera_Pinhole ..............................   Passed    0.21 sec
      Start  2: openMVG_test_Camera_Pinhole_Radial
 2/83 Test  #2: openMVG_test_Camera_Pinhole_Radial .......................   Passed    1.44 sec
      Start  3: openMVG_test_Camera_Pinhole_Brown
 3/83 Test  #3: openMVG_test_Camera_Pinhole_Brown ........................   Passed    0.42 sec
      Start  4: openMVG_test_Camera_Pinhole_Fisheye
 4/83 Test  #4: openMVG_test_Camera_Pinhole_Fisheye ......................   Passed    0.58 sec
      Start  5: openMVG_test_Camera_Spherical
 5/83 Test  #5: openMVG_test_Camera_Spherical ............................   Passed    0.37 sec
      Start  6: openMVG_test_Camera_Subset_Parametrization
 6/83 Test  #6: openMVG_test_Camera_Subset_Parametrization ...............   Passed    0.00 sec
      Start  7: openMVG_test_Camera_IO
 7/83 Test  #7: openMVG_test_Camera_IO ...................................   Passed    0.00 sec
      Start  8: openMVG_test_kmeans
 8/83 Test  #8: openMVG_test_kmeans ......................................   Passed    0.09 sec
      Start  9: openMVG_test_exif_IO
 9/83 Test  #9: openMVG_test_exif_IO .....................................   Passed    0.09 sec
      Start 10: openMVG_test_ParseDatabase
10/83 Test #10: openMVG_test_ParseDatabase ...............................   Passed    0.06 sec
      Start 11: openMVG_test_features
11/83 Test #11: openMVG_test_features ....................................   Passed    0.00 sec
      Start 12: openMVG_test_image_describer
12/83 Test #12: openMVG_test_image_describer .............................   Passed    0.00 sec
      Start 13: openMVG_test_akaze
13/83 Test #13: openMVG_test_akaze .......................................   Passed    0.30 sec
      Start 14: openMVG_test_mser
14/83 Test #14: openMVG_test_mser ........................................   Passed    0.13 sec
      Start 15: openMVG_test_sift
15/83 Test #15: openMVG_test_sift ........................................   Passed    0.13 sec
      Start 16: openMVG_test_tbmr
16/83 Test #16: openMVG_test_tbmr ........................................   Passed    0.04 sec
      Start 17: openMVG_graph_test_connectedComponent
17/83 Test #17: openMVG_graph_test_connectedComponent ....................   Passed    0.00 sec
      Start 18: openMVG_graph_test_triplet_finder
18/83 Test #18: openMVG_graph_test_triplet_finder ........................   Passed    0.00 sec
      Start 19: openMVG_test_image
19/83 Test #19: openMVG_test_image .......................................   Passed    0.00 sec
      Start 20: openMVG_test_image_drawing
20/83 Test #20: openMVG_test_image_drawing ...............................   Passed    0.00 sec
      Start 21: openMVG_test_image_integral
21/83 Test #21: openMVG_test_image_integral ..............................   Passed    0.00 sec
      Start 22: openMVG_test_image_io
22/83 Test #22: openMVG_test_image_io ....................................   Passed    0.02 sec
      Start 23: openMVG_test_image_filtering
23/83 Test #23: openMVG_test_image_filtering .............................   Passed    0.03 sec
      Start 24: openMVG_test_image_resampling
24/83 Test #24: openMVG_test_image_resampling ............................   Passed    3.17 sec
      Start 25: openMVG_test_linearProgramming
25/83 Test #25: openMVG_test_linearProgramming ...........................   Passed    0.00 sec
      Start 26: openMVG_lInftyCV_test_triangulation
26/83 Test #26: openMVG_lInftyCV_test_triangulation ......................   Passed    0.04 sec
      Start 27: openMVG_lInftyCV_test_resection
27/83 Test #27: openMVG_lInftyCV_test_resection ..........................   Passed    0.01 sec
      Start 28: openMVG_lInftyCV_test_resection_robust
28/83 Test #28: openMVG_lInftyCV_test_resection_robust ...................   Passed    1.41 sec
      Start 29: openMVG_lInftyCV_test_global_translations_fromTriplets
29/83 Test #29: openMVG_lInftyCV_test_global_translations_fromTriplets ...   Passed    0.00 sec
      Start 30: openMVG_lInftyCV_test_global_translations_fromTij
30/83 Test #30: openMVG_lInftyCV_test_global_translations_fromTij ........   Passed    0.00 sec
      Start 31: openMVG_lInftyCV_test_tijsAndXis
31/83 Test #31: openMVG_lInftyCV_test_tijsAndXis .........................   Passed    0.03 sec
      Start 32: openMVG_lInftyCV_test_tijsAndXis_outlier
32/83 Test #32: openMVG_lInftyCV_test_tijsAndXis_outlier .................   Passed    0.04 sec
      Start 33: openMVG_geodesy_test_geodesy
33/83 Test #33: openMVG_geodesy_test_geodesy .............................   Passed    0.00 sec
      Start 34: openMVG_test_convex_hull
34/83 Test #34: openMVG_test_convex_hull .................................   Passed    0.00 sec
      Start 35: openMVG_test_rigid_transformation3D_srt
35/83 Test #35: openMVG_test_rigid_transformation3D_srt ..................   Passed    0.00 sec
      Start 36: openMVG_test_plane_estimation_kernel
36/83 Test #36: openMVG_test_plane_estimation_kernel .....................   Passed    0.00 sec
      Start 37: openMVG_test_half_space_intersection
37/83 Test #37: openMVG_test_half_space_intersection .....................   Passed    0.00 sec
      Start 38: openMVG_test_frustum_intersection
38/83 Test #38: openMVG_test_frustum_intersection ........................   Passed    0.01 sec
      Start 39: openMVG_test_frustum_box_intersection
39/83 Test #39: openMVG_test_frustum_box_intersection ....................   Passed    0.01 sec
      Start 40: openMVG_test_matching
40/83 Test #40: openMVG_test_matching ....................................   Passed    0.04 sec
      Start 41: openMVG_test_matching_filters
41/83 Test #41: openMVG_test_matching_filters ............................   Passed    0.00 sec
      Start 42: openMVG_test_indMatch
42/83 Test #42: openMVG_test_indMatch ....................................   Passed    0.00 sec
      Start 43: openMVG_test_metric
43/83 Test #43: openMVG_test_metric ......................................   Passed    0.00 sec
      Start 44: openMVG_test_Pair_Builder
44/83 Test #44: openMVG_test_Pair_Builder ................................   Passed    0.00 sec
      Start 45: openMVG_test_triangulation
45/83 Test #45: openMVG_test_triangulation ...............................   Passed    0.00 sec
      Start 46: openMVG_test_triangulation_nview
46/83 Test #46: openMVG_test_triangulation_nview .........................   Passed    0.00 sec
      Start 47: openMVG_test_solver_affine
47/83 Test #47: openMVG_test_solver_affine ...............................   Passed    0.00 sec
      Start 48: openMVG_test_solver_essential_eight_point
48/83 Test #48: openMVG_test_solver_essential_eight_point ................   Passed    0.00 sec
      Start 49: openMVG_test_solver_essential_five_point
49/83 Test #49: openMVG_test_solver_essential_five_point .................   Passed    0.00 sec
      Start 50: openMVG_test_solver_essential_three_point
50/83 Test #50: openMVG_test_solver_essential_three_point ................   Passed    0.00 sec
      Start 51: openMVG_test_solver_fundamental_kernel
51/83 Test #51: openMVG_test_solver_fundamental_kernel ...................   Passed    0.00 sec
      Start 52: openMVG_test_solver_homography_kernel
52/83 Test #52: openMVG_test_solver_homography_kernel ....................   Passed    0.00 sec
      Start 53: openMVG_test_solver_resection_kernel
53/83 Test #53: openMVG_test_solver_resection_kernel .....................   Passed    0.00 sec
      Start 54: openMVG_test_solver_translation_knownRotation_kernel
54/83 Test #54: openMVG_test_solver_translation_knownRotation_kernel .....   Passed    0.00 sec
      Start 55: openMVG_test_rotation_averaging
55/83 Test #55: openMVG_test_rotation_averaging ..........................   Passed    0.07 sec
      Start 56: openMVG_test_translation_averaging
56/83 Test #56: openMVG_test_translation_averaging .......................   Passed    0.03 sec
      Start 57: openMVG_test_extract_columns
57/83 Test #57: openMVG_test_extract_columns .............................   Passed    0.00 sec
      Start 58: openMVG_test_numeric
58/83 Test #58: openMVG_test_numeric .....................................   Passed    0.00 sec
      Start 59: openMVG_test_poly
59/83 Test #59: openMVG_test_poly ........................................   Passed    0.00 sec
      Start 60: openMVG_test_lm
60/83 Test #60: openMVG_test_lm ..........................................   Passed    0.00 sec
      Start 61: openMVG_test_l1_solver
61/83 Test #61: openMVG_test_l1_solver ...................................   Passed    0.06 sec
      Start 62: openMVG_test_rand_sampling
62/83 Test #62: openMVG_test_rand_sampling ...............................   Passed    0.00 sec
      Start 63: openMVG_test_robust_estimator_lineKernel
63/83 Test #63: openMVG_test_robust_estimator_lineKernel .................   Passed    0.00 sec
      Start 64: openMVG_test_robust_estimator_MaxConsensus
64/83 Test #64: openMVG_test_robust_estimator_MaxConsensus ...............   Passed    0.00 sec
      Start 65: openMVG_test_robust_estimator_Ransac
65/83 Test #65: openMVG_test_robust_estimator_Ransac .....................   Passed    0.00 sec
      Start 66: openMVG_test_robust_estimator_ACRansac
66/83 Test #66: openMVG_test_robust_estimator_ACRansac ...................   Passed    0.03 sec
      Start 67: openMVG_test_gms_filter
67/83 Test #67: openMVG_test_gms_filter ..................................   Passed    0.01 sec
      Start 68: openMVG_test_tracks
68/83 Test #68: openMVG_test_tracks ......................................   Passed    0.00 sec
      Start 69: openMVG_test_union_find
69/83 Test #69: openMVG_test_union_find ..................................   Passed    0.00 sec
      Start 70: openMVG_test_global_quantile_gain_offset_alignment
70/83 Test #70: openMVG_test_global_quantile_gain_offset_alignment .......   Passed    0.00 sec
      Start 71: openMVG_test_progress
71/83 Test #71: openMVG_test_progress ....................................   Passed    0.04 sec
      Start 72: openMVG_test_sfm_data_io
72/83 Test #72: openMVG_test_sfm_data_io .................................   Passed    0.00 sec
      Start 73: openMVG_test_sfm_data_BA
73/83 Test #73: openMVG_test_sfm_data_BA .................................   Passed    0.03 sec
      Start 74: openMVG_test_sfm_data_utils
74/83 Test #74: openMVG_test_sfm_data_utils ..............................   Passed    0.00 sec
      Start 75: openMVG_test_sfm_data_filters
75/83 Test #75: openMVG_test_sfm_data_filters ............................   Passed    0.00 sec
      Start 76: openMVG_test_sfm_data_graph_utils
76/83 Test #76: openMVG_test_sfm_data_graph_utils ........................   Passed    0.00 sec
      Start 77: openMVG_test_sfm_data_triangulation
77/83 Test #77: openMVG_test_sfm_data_triangulation ......................   Passed    0.03 sec
      Start 78: openMVG_test_global_SfM
78/83 Test #78: openMVG_test_global_SfM ..................................   Passed    0.92 sec
      Start 79: openMVG_test_sequential_SfM
79/83 Test #79: openMVG_test_sequential_SfM ..............................   Passed    0.17 sec
      Start 80: openMVG_test_sequential_SfM2
80/83 Test #80: openMVG_test_sequential_SfM2 .............................   Passed    0.02 sec
      Start 81: openMVG_test_stellar_SfM
81/83 Test #81: openMVG_test_stellar_SfM .................................   Passed    0.01 sec
      Start 82: openMVG_test_split
82/83 Test #82: openMVG_test_split .......................................   Passed    0.00 sec
      Start 83: openMVG_test_dynamic_bitset
83/83 Test #83: openMVG_test_dynamic_bitset ..............................   Passed    0.00 sec

100% tests passed, 0 tests failed out of 83

Total Test time (real) =  10.20 sec

@pmoulon
Copy link
Member

pmoulon commented Sep 19, 2019

Here you are good to go, the binary openMVG_sample_features_siftPutative is built.
Your build using an only command line call is working.

@qixiaomu77
Copy link
Author

But why it doesn't work with kdevelop when I compile openMVG_sample_features_siftPutative alone

@pmoulon
Copy link
Member

pmoulon commented Sep 30, 2019

Because KDevelop is certainly not following all the CMake generated build rules.
Did you try with cmake <all the argument you want> -g "KDevelop3"

according the CMake documentation cmake --help

KDevelop3                   = Generates KDevelop 3 project files.
KDevelop3 - Unix Makefiles  = Generates KDevelop 3 project files.

@pmoulon pmoulon closed this as completed Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants