cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.33k stars 907 forks source link

Compiling issue in windows using VS 2015 #98

Closed shishirprao closed 8 years ago

shishirprao commented 8 years ago

Hi,

I am trying to compile openMVS in windows using microsoft visual studio 2015.

I have included the cmake and the visual studio logs below.

cmake log:

The C compiler identification is MSVC 19.0.23918.0 The CXX compiler identification is MSVC 19.0.23918.0 Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Detecting CXX compile features Detecting CXX compile features - done cotire 1.7.8 loaded. WARNING: BREAKPAD was not found: Please specify BREAKPAD directory using BREAKPAD_ROOT env. variable -- Can't find BreakPad. Continuing without it. Boost version: 1.60.0 Found the following Boost libraries: iostreams program_options system serialization regex Eigen 3.2.8 found (include: D:/OpenMVS/dep/ceres-solver/eigen-eigen-07105f7124f9) OpenCV ARCH: x64 OpenCV RUNTIME: vc14 OpenCV STATIC: ON Found OpenCV 3.1.0 in D:/OpenCV/build/install/x64/vc14/lib You might need to add D:\OpenCV\build\install\x64\vc14\bin to your PATH to be able to run your applications. OpenCV 3.1.0 found (include: D:/OpenCV/build/install/include;D:/OpenCV/build/install/include/opencv) CGAL found (include: D:/OpenMVS/dep/CGAL-4.8.1/build/install/include;D:/OpenMVS/dep/CGAL-4.8.1/build/install/auxiliary/gmp/include) VCG found (include: D:/OpenMVS/dep/vcglib) Found required Ceres dependency: Eigen version 3.2.8 in D:/OpenMVS/dep/ceres-solver/eigen-eigen-07105f7124f9 Found required Ceres dependency: Glog in D:/openMVG/dep/ceres-solver/glog-0.3.3/src/windows Found Ceres version: 1.12.0 installed in: D:/openMVG/dep/ceres-solver/ceres-bin/install with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SuiteSparse, CXSparse, SchurSpecializations, OpenMP] CERES 1.12.0 found (include: D:/openMVG/dep/ceres-solver/ceres-bin/install/include;D:/OpenMVS/dep/ceres-solver/eigen-eigen-07105f7124f9;D:/openMVG/dep/ceres-solver/glog-0.3.3/src/windows;D:/openMVG/dep/ceres-solver/ceres-bin/install/include) Configuring done Generating done

vs 2015 log:

1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------ 1> Checking Build System 1> CMake does not need to re-run because D:/OpenMVS/build/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/libs/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/libs/Common/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/libs/Math/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/libs/IO/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/libs/MVS/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/apps/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/apps/InterfaceVisualSFM/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/apps/DensifyPointCloud/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/apps/ReconstructMesh/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/apps/RefineMesh/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/apps/TextureMesh/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/OpenMVS/build/docs/CMakeFiles/generate.stamp is up-to-date. 2>------ Build started: Project: Common, Configuration: Release x64 ------ 2> Building Custom Rule D:/OpenMVS/src/libs/Common/CMakeLists.txt 2> CMake does not need to re-run because D:\OpenMVS\build\libs\Common\CMakeFiles\generate.stamp is up-to-date. 2> Generating CXX prefix header D:\OpenMVS\build\libs\Common\x64\Release\cotire\Common_CXX_prefix.hxx 2>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 2>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 2>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 2> Common.cpp 2> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 2> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 2> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 2>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 2>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 2>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 2> CUDA.cpp 2> ConfigTable.cpp 2> EventQueue.cpp 2> Log.cpp 2> SML.cpp 2> Timer.cpp 2> Types.cpp 2> Util.cpp 2> Wildcard.cpp 2> LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance 2> Common.vcxproj -> D:\OpenMVS\build\lib\vc14\x64\Release\Common.lib 3>------ Build started: Project: IO, Configuration: Release x64 ------ 4>------ Build started: Project: Math, Configuration: Release x64 ------ 3> Building Custom Rule D:/OpenMVS/src/libs/IO/CMakeLists.txt 3> CMake does not need to re-run because D:\OpenMVS\build\libs\IO\CMakeFiles\generate.stamp is up-to-date. 3> Generating CXX prefix header D:\OpenMVS\build\libs\IO\x64\Release\cotire\IO_CXX_prefix.hxx 3>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 3>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 3>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 3> Common.cpp 4> Building Custom Rule D:/OpenMVS/src/libs/Math/CMakeLists.txt 4> CMake does not need to re-run because D:\OpenMVS\build\libs\Math\CMakeFiles\generate.stamp is up-to-date. 4> Generating CXX prefix header D:\OpenMVS\build\libs\Math\x64\Release\cotire\Math_CXX_prefix.hxx 4>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 4>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 4>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 4> Common.cpp 3> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 3> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 3> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 4> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 4> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 4> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 3>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 3>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 3>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 3> EXIF.cpp 3> Image.cpp 3> ImageBMP.cpp 3> ImageDDS.cpp 3> ImageEXIF.cpp 4>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 4>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 4>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 4> IBFS.cpp 3> ImageJPG.cpp 3> ImagePNG.cpp 3> ImageSCI.cpp 4> lmmin.cpp 3> ImageTGA.cpp 3> ImageTIFF.cpp 4> LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance 3> OBJ.cpp 4> Math.vcxproj -> D:\OpenMVS\build\lib\vc14\x64\Release\Math.lib 3> PLY.cpp 3> TinyXML2.cpp 3> LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance 3> IO.vcxproj -> D:\OpenMVS\build\lib\vc14\x64\Release\IO.lib 5>------ Build started: Project: MVS, Configuration: Release x64 ------ 5> Building Custom Rule D:/OpenMVS/src/libs/MVS/CMakeLists.txt 5> CMake does not need to re-run because D:\OpenMVS\build\libs\MVS\CMakeFiles\generate.stamp is up-to-date. 5> Generating CXX prefix header D:\OpenMVS\build\libs\MVS\x64\Release\cotire\MVS_CXX_prefix.hxx 5>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 5>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 5>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 5> Common.cpp 5> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 5> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 5> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 5>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 5>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 5>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 5> Camera.cpp 5> DepthMap.cpp 5> Image.cpp 5> Mesh.cpp 5>D:\OpenMVS\dep\vcglib\vcg/complex/algorithms/local_optimization/tri_edge_collapse_quadric.h(81): warning C4138: '*/' found outside of comment 5> Platform.cpp 5> PointCloud.cpp 5> RectsBinPack.cpp 5> Scene.cpp 5> SceneDensify.cpp 5> SceneReconstruct.cpp 5> SceneRefine.cpp 5> SceneRefineCUDA.cpp 5> SceneTexture.cpp 5>d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(733): warning C4244: 'initializing': conversion from 'int64' to 'int', possible loss of data 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(239): note: see reference to function template instantiation 'void Eigen::SparseLUMatrixUReturnTypeEigen::internal::MappedSuperNodalMatrix<float,int,Eigen::MappedSparseMatrix<float,0,int>>::solveInPlace(Eigen::MatrixBase &) const' being compiled 5> with 5> [ 5> Derived=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(239): note: see reference to function template instantiation 'void Eigen::SparseLUMatrixUReturnTypeEigen::internal::MappedSuperNodalMatrix<float,int,Eigen::MappedSparseMatrix<float,0,int>>::solveInPlace(Eigen::MatrixBase &) const' being compiled 5> with 5> [ 5> Derived=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(786): note: see reference to function template instantiation 'bool Eigen::SparseLU<SparseMat,Eigen::COLAMDOrdering>::_solve<Derived,Eigen::Matrix<float,-1,1,0,-1,1>>(const Eigen::MatrixBase &,Eigen::MatrixBaseEigen::Matrix<float,-1,1,0,-1,1> &) const' being compiled 5> with 5> [ 5> Derived=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(786): note: see reference to function template instantiation 'bool Eigen::SparseLU<SparseMat,Eigen::COLAMDOrdering>::_solve<Derived,Eigen::Matrix<float,-1,1,0,-1,1>>(const Eigen::MatrixBase &,Eigen::MatrixBaseEigen::Matrix<float,-1,1,0,-1,1> &) const' being compiled 5> with 5> [ 5> Derived=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/misc/Solve.h(51): note: see reference to function template instantiation 'void Eigen::internal::solve_retvalEigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Derived>::evalTo(Dest &) const' being compiled 5> with 5> [ 5> Derived=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3>, 5> Dest=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/misc/Solve.h(51): note: see reference to function template instantiation 'void Eigen::internal::solve_retvalEigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Derived>::evalTo(Dest &) const' being compiled 5> with 5> [ 5> Derived=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3>, 5> Dest=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/Core/ReturnByValue.h(61): note: see reference to function template instantiation 'void Eigen::internal::solve_retval_baseEigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Rhs>::evalTo(Dest &) const' being compiled 5> with 5> [ 5> Rhs=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3>, 5> Dest=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/Core/ReturnByValue.h(61): note: see reference to function template instantiation 'void Eigen::internal::solve_retval_baseEigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Rhs>::evalTo(Dest &) const' being compiled 5> with 5> [ 5> Rhs=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3>, 5> Dest=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/Core/Matrix.h(311): note: see reference to function template instantiation 'void Eigen::ReturnByValueEigen::internal::solve_retval_base<Eigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Rhs>>::evalToEigen::Matrix<float,-1,1,0,-1,1>(Dest &) const' being compiled 5> with 5> [ 5> Rhs=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3>, 5> Dest=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/Core/Matrix.h(311): note: see reference to function template instantiation 'void Eigen::ReturnByValueEigen::internal::solve_retval_base<Eigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Rhs>>::evalToEigen::Matrix<float,-1,1,0,-1,1>(Dest &) const' being compiled 5> with 5> [ 5> Rhs=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3>, 5> Dest=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> D:\OpenMVS\src\libs\MVS\SceneTexture.cpp(1676): note: see reference to function template instantiation 'Eigen::Matrix<float,-1,1,0,-1,1>::MatrixEigen::internal::solve_retval_base<Eigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Rhs>>(const Eigen::ReturnByValueEigen::internal::solve_retval_base<Eigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Rhs>> &)' being compiled 5> with 5> [ 5> Rhs=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3> 5> ] 5> D:\OpenMVS\src\libs\MVS\SceneTexture.cpp(1676): note: see reference to function template instantiation 'Eigen::Matrix<float,-1,1,0,-1,1>::MatrixEigen::internal::solve_retval_base<Eigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Rhs>>(const Eigen::ReturnByValueEigen::internal::solve_retval_base<Eigen::SparseLU<SparseMat,Eigen::COLAMDOrdering,Rhs>> &)' being compiled 5> with 5> [ 5> Rhs=Eigen::MapEigen::VectorXf,0,Eigen::Stride<0,3> 5> ] 5>d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(734): warning C4244: 'initializing': conversion from 'int64' to 'int', possible loss of data 5>d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU_SupernodalMatrix.h(236): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(715): note: see reference to function template instantiation 'void Eigen::internal::MappedSuperNodalMatrix<float,int>::solveInPlace(Eigen::MatrixBase &) const' being compiled 5> with 5> [ 5> Derived=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(715): note: see reference to function template instantiation 'void Eigen::internal::MappedSuperNodalMatrix<float,int>::solveInPlace(Eigen::MatrixBase &) const' being compiled 5> with 5> [ 5> Derived=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(238): note: see reference to function template instantiation 'void Eigen::SparseLUMatrixLReturnTypeEigen::internal::MappedSuperNodalMatrix<float,int>::solveInPlace(Eigen::MatrixBase &) const' being compiled 5> with 5> [ 5> Derived=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5> d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU.h(238): note: see reference to function template instantiation 'void Eigen::SparseLUMatrixLReturnTypeEigen::internal::MappedSuperNodalMatrix<float,int>::solveInPlace(Eigen::MatrixBase &) const' being compiled 5> with 5> [ 5> Derived=Eigen::Matrix<float,-1,1,0,-1,1> 5> ] 5>d:\openmvs\dep\ceres-solver\eigen-eigen-07105f7124f9\eigen\src/SparseLU/SparseLU_SupernodalMatrix.h(237): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data 5> LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance 5> MVS.vcxproj -> D:\OpenMVS\build\lib\vc14\x64\Release\MVS.lib 6>------ Build started: Project: DensifyPointCloud, Configuration: Release x64 ------ 7>------ Build started: Project: InterfaceVisualSFM, Configuration: Release x64 ------ 8>------ Build started: Project: ReconstructMesh, Configuration: Release x64 ------ 9>------ Build started: Project: RefineMesh, Configuration: Release x64 ------ 10>------ Build started: Project: TextureMesh, Configuration: Release x64 ------ 6> Building Custom Rule D:/OpenMVS/src/apps/DensifyPointCloud/CMakeLists.txt 7> Building Custom Rule D:/OpenMVS/src/apps/InterfaceVisualSFM/CMakeLists.txt 6> CMake does not need to re-run because D:\OpenMVS\build\apps\DensifyPointCloud\CMakeFiles\generate.stamp is up-to-date. 7> CMake does not need to re-run because D:\OpenMVS\build\apps\InterfaceVisualSFM\CMakeFiles\generate.stamp is up-to-date. 10> Building Custom Rule D:/OpenMVS/src/apps/TextureMesh/CMakeLists.txt 6>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 6>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 7>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 7>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 7> InterfaceVisualSFM.cpp 10> CMake does not need to re-run because D:\OpenMVS\build\apps\TextureMesh\CMakeFiles\generate.stamp is up-to-date. 6> DensifyPointCloud.cpp 10>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 10>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 8> Building Custom Rule D:/OpenMVS/src/apps/ReconstructMesh/CMakeLists.txt 8> CMake does not need to re-run because D:\OpenMVS\build\apps\ReconstructMesh\CMakeFiles\generate.stamp is up-to-date. 10> TextureMesh.cpp 9> Building Custom Rule D:/OpenMVS/src/apps/RefineMesh/CMakeLists.txt 9> CMake does not need to re-run because D:\OpenMVS\build\apps\RefineMesh\CMakeFiles\generate.stamp is up-to-date. 8>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 8>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 9>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 9>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 9> RefineMesh.cpp 8> ReconstructMesh.cpp 7> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 7> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 7> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 6> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 6> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 6> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 10> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 10> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 10> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 8> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 8> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 8> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 9> NOTE: Use of this header (bool_trait_def.hpp) is deprecated 9> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 9> NOTE: Use of this header (template_arity_spec.hpp) is deprecated 9>ceres.lib(gradient_problem.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(gradient_problem_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(local_parameterization.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(types.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(callbacks.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(stringprintf.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(wall_time.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(evaluator.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(minimizer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(solver_utils.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(program.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(scratch_evaluate_preparer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_evaluate_preparer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_jacobian_writer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(dense_sparse_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(residual_block.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(dynamic_compressed_row_sparse_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(dynamic_compressed_row_jacobian_writer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(gradient_checking_cost_function.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(parameter_block_ordering.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(problem_impl.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(preprocessor.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(line_search_minimizer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(trust_region_minimizer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(array_utils.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(triplet_sparse_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_structure.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_sparse_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(linear_operator.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(sparse_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(corrector.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(residual_block_utils.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(line_search_preprocessor.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(trust_region_preprocessor.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(line_search.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(line_search_direction.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(trust_region_step_evaluator.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(file.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(linear_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(preconditioner.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(reorder_program.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(trust_region_strategy.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(polynomial.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(low_rank_inverse_hessian.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(cgnr_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(dense_normal_cholesky_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(dense_qr_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(iterative_schur_complement_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_complement_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(sparse_normal_cholesky_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(cxsparse.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(suitesparse.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(dogleg_strategy.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_jacobi_preconditioner.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(conjugate_gradients_solver.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(blas.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(lapack.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(detect_structure.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(implicit_schur_complement.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_jacobi_preconditioner.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(visibility_based_preconditioner.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_random_access_dense_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_random_access_diagonal_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(compressed_col_sparse_matrix_utils.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(linear_least_squares_problems.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(canonical_views_clustering.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(single_linkage_clustering.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(visibility.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(block_random_access_matrix.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 10>LINK : fatal error LNK1104: cannot open file 'libCGAL-vc140-mt-s-4.8.1.lib' 9>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_2_2.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_2_3.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_2_4.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_2_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_3_3.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_3_4.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_3_6.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_3_9.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_3_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_4_3.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_4_4.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_4_8.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_4_9.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_4_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_2_d_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 8>LINK : fatal error LNK1104: cannot open file 'libCGAL-vc140-mt-s-4.8.1.lib' 9>ceres.lib(partitioned_matrix_view_4_4_2.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_4_4_3.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_4_4_4.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_4_4_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 9>ceres.lib(partitioned_matrix_view_d_d_d.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in RefineMesh.obj 6>LINK : fatal error LNK1104: cannot open file 'libCGAL-vc140-mt-s-4.8.1.lib' 9>LINK : fatal error LNK1104: cannot open file 'libCGAL-vc140-mt-s-4.8.1.lib' 7>LINK : fatal error LNK1104: cannot open file 'libCGAL-vc140-mt-s-4.8.1.lib' 11>------ Build started: Project: ALL_BUILD, Configuration: Release x64 ------ 11> Building Custom Rule D:/OpenMVS/src/CMakeLists.txt 11> CMake does not need to re-run because D:\OpenMVS\build\CMakeFiles\generate.stamp is up-to-date. ========== Build: 6 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========

All the other dependencies were also built with /MDd flags. I do not understand why there is a mismatch. And when I compile CGAL I get libCGAL-vc140-mt-4.8.1.lib and not libCGAL-vc140-mt-s-4.8.1.lib .

Hoping that someone will point me in the right direction to solve these errors.

Thanks in advance.

cdcseacave commented 8 years ago

First, congrats for getting this far. You are just one small step away. I am developing OpenMVS on Windows, but I never tested your approach. I am compiling everything as static libraries. Therefor, OpenMVS sets itself to MT by default. Normally this should not be a problem, but you can try disabling this option from CMake: BUILD_STATIC_RUNTIME=OFF

I also know that for some reason BUILD_SHARED_LIBS=ON does not work on Windows, but I didn't invest time in finding out why. Anybody can help fixing this on Windows?

cdcseacave commented 8 years ago

Thinking a bit more, it seems the problem is the following in your case: you built CERES as static library, but linking dynamically to Windows internal libraries, while setting (by default) OpenMVS to link statically to the same Windows libraries. This is the conflict, you can not mix MT and MD. So you have three solutions: either build CERES to link MT Windows, or set it up as a dynamic library (difficult) or configure OpenMVS to link MD.

shishirprao commented 8 years ago

I tried building everything with MT. I'm getting these errors now.

1>------ Build started: Project: DensifyPointCloud, Configuration: Release x64 ------ 2>------ Build started: Project: InterfaceVisualSFM, Configuration: Release x64 ------ 3>------ Build started: Project: ReconstructMesh, Configuration: Release x64 ------ 4>------ Build started: Project: RefineMesh, Configuration: Release x64 ------ 5>------ Build started: Project: TextureMesh, Configuration: Release x64 ------ 2> Creating library D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/InterfaceVisualSFM.lib and object D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/InterfaceVisualSFM.exp 2> Generating code 3> Creating library D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/ReconstructMesh.lib and object D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/ReconstructMesh.exp 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpn_add_n 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpn_sub_n 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp___gmpq_init 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpq_clear 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpq_set_d 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol _impgmpq_equal 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp___gmpq_cmp 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpq_add 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpq_sub 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpq_mul 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpn_copyi 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpn_mul 3>MVS.lib(SceneReconstruct.obj) : error LNK2001: unresolved external symbol imp_gmpn_sqr 3>D:\OpenMVS_MT_Build\build_MT\bin\vc14\x64\Release\ReconstructMesh.exe : fatal error LNK1120: 13 unresolved externals 4> Creating library D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/RefineMesh.lib and object D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/RefineMesh.exp 4>LIBCMT.lib(initializers.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library 4>ceres.lib(partitioned_matrix_view_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const _)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 5> Creating library D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/TextureMesh.lib and object D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/TextureMesh.exp 4>ceres.lib(partitioned_matrix_view_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(compressed_col_sparse_matrix_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(conjugate_gradients_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_jacobi_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(suitesparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(linear_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(reorder_program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(corrector.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(triplet_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(residual_block.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(dynamic_compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const )" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(gradient_problem.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (_imp??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(evaluator.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(block_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const *)" (imp_??0CheckOpMessageBuilder@base@google@@QEAA@PEBD@Z) 4>ceres.lib(partitioned_matrix_view_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(compressed_col_sparse_matrix_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(conjugate_gradients_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_jacobi_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(suitesparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(linear_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(reorder_program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 5> Generating code 1> Creating library D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/DensifyPointCloud.lib and object D:/OpenMVS_MT_Build/build_MT/bin/vc14/x64/Release/DensifyPointCloud.exp 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(corrector.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (_imp??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(triplet_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(residual_block.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(dynamic_compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(gradient_problem.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(evaluator.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(block_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::base::CheckOpMessageBuilder::~CheckOpMessageBuilder(void)" (imp_??1CheckOpMessageBuilder@base@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(compressed_col_sparse_matrix_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(conjugate_gradients_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_jacobi_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(suitesparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(linear_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(reorder_program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(corrector.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(triplet_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(residual_block.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(dynamic_compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(gradient_problem.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp_?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(evaluator.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (_imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(block_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > * cdecl google::base::CheckOpMessageBuilder::ForVar2(void)" (imp?ForVar2@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(compressed_col_sparse_matrix_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(conjugate_gradients_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_jacobi_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (_imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(suitesparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(linear_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(reorder_program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(corrector.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(triplet_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(residual_block.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(dynamic_compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(gradient_problem.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(evaluator.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::chartraits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(block_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_string<char,struct std::char_traits,class std::allocator > * cdecl google::base::CheckOpMessageBuilder::NewString(void)" (imp_?NewString@CheckOpMessageBuilder@base@google@@QEAAPEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 1> Generating code 4>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(linear_least_squares_problems.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(single_linkage_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_eliminator.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(block_random_access_diagonal_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(compressed_col_sparse_matrix_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(lapack.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_jacobi_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(suitesparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(conjugate_gradients_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(iterative_schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(sparse_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(cxsparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(low_rank_inverse_hessian.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(cgnr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(dense_qr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(linear_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(reorder_program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(trust_region_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(line_search_direction.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(file.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(triplet_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(corrector.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(trust_region_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(residual_block.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(dynamic_compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (_imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(block_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(dense_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(callbacks.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(wall_time.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(gradient_problem.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(gradient_problem_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::chartraits > & cdecl google::LogMessage::stream(void)" (imp?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(types.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl google::LogMessage::stream(void)" (imp_?stream@LogMessage@google@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(single_linkage_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(block_random_access_diagonal_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(compressed_col_sparse_matrix_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(linear_least_squares_problems.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(conjugate_gradients_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_jacobi_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(sparse_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(suitesparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(dense_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(dense_qr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(iterative_schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(reorder_program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(cgnr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(linear_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(corrector.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(residual_block_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(line_search_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(trust_region_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(triplet_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(dynamic_compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(block_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(dense_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(gradient_problem.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(gradient_problem_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (_imp??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int,struct google::CheckOpString const &)" (imp_??0LogMessageFatal@google@@QEAA@PEBDHAEBUCheckOpString@1@@Z) 4>ceres.lib(partitioned_matrix_view_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(single_linkage_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(block_random_access_diagonal_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(compressed_col_sparse_matrix_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(linear_least_squares_problems.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_jacobi_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(conjugate_gradients_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(lapack.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(iterative_schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(sparse_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(suitesparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(cgnr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(dense_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(dense_qr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(linear_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(reorder_program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(trust_region_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(line_search_direction.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(file.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(corrector.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(residual_block_utils.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(line_search_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(trust_region_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(triplet_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(dense_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(dynamic_compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(block_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(gradient_problem.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(gradient_problem_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (imp_??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(callbacks.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::~LogMessageFatal(void)" (_imp??1LogMessageFatal@google@@QEAA@XZ) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int,int)" (_imp??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(cxsparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int,int)" (_imp??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(trust_region_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(line_search_direction.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(residual_block.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int,int)" (_imp??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(gradient_problem_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int,int)" (_imp??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(types.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int,int)" (_imp??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int,int)" (imp_??0LogMessage@google@@QEAA@PEBDHH@Z) 4>ceres.lib(linear_least_squares_problems.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(partitioned_matrix_view.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (_imp??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (_imp??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(block_random_access_diagonal_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (_imp??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(cxsparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(levenberg_marquardt_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(dense_qr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(iterative_schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(sparse_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(line_search_direction.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(low_rank_inverse_hessian.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(trust_region_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (_imp??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(residual_block.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(gradient_problem_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(types.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (_imp??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(callbacks.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(wall_time.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::~LogMessage(void)" (imp_??1LogMessage@google@@QEAA@XZ) 4>ceres.lib(schur_eliminator_d_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_4_4_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_4_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_4_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_4_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_4_8.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_4_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_4_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_d_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_3_9.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_3_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_4_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_4_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_2_d.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_3_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_3_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_3_6.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(single_linkage_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_2_2.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_2_3.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator_2_2_4.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(lapack.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(linear_least_squares_problems.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(cgnr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(iterative_schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(sparse_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(linear_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(reorder_program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(trust_region_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(line_search_direction.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(file.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(gradient_checking_cost_function.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(block_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(compressed_row_jacobian_writer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(dense_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(gradient_problem_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (_imp??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(callbacks.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const *,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageFatal::LogMessageFatal(char const ,int)" (imp_??0LogMessageFatal@google@@QEAA@PEBDH@Z) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::chartraits >::operator<<(int64)" (imp??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_J@Z) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::chartraits >::operator<<(int64)" (imp??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_J@Z) 4>ceres.lib(local_parameterization.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::char_traits >::operator<<(int64)" (imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_J@Z) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::char_traits >::operator<<(int64)" (imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_J@Z) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::char_traits >::operator<<(int64)" (imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_J@Z) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::char_traits >::operator<<(int64)" (_imp??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_J@Z) 4>ceres.lib(linear_least_squares_problems.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(partitioned_matrix_view.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int)" (_imp??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (_imp??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_eliminator.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int)" (_imp??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(block_random_access_diagonal_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(sparse_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (_imp??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(low_rank_inverse_hessian.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(dense_qr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(iterative_schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(line_search_direction.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int)" (_imp??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(trust_region_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (_imp??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(callbacks.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(wall_time.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: __cdecl google::LogMessage::LogMessage(char const ,int)" (_imp??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const *,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessage::LogMessage(char const ,int)" (imp_??0LogMessage@google@@QEAA@PEBDH@Z) 4>ceres.lib(linear_least_squares_problems.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(partitioned_matrix_view.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(canonical_views_clustering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(visibility.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(visibility_based_preconditioner.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(block_random_access_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(schur_eliminator.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(block_random_access_diagonal_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (_imp?FLAGS_v@fLI@@3HA) 4>ceres.lib(sparse_normal_cholesky_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(suitesparse.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(dogleg_strategy.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(detect_structure.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (_imp?FLAGS_v@fLI@@3HA) 4>ceres.lib(low_rank_inverse_hessian.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(dense_qr_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(iterative_schur_complement_solver.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(schur_complement_solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(trust_region_preprocessor.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(line_search.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(line_search_direction.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(line_search_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(trust_region_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(block_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(compressed_row_sparse_matrix.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(callbacks.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(wall_time.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) int fLI::FLAGS_v" (imp_?FLAGS_v@fLI@@3HA) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: cdecl google::LogMessageVoidify::LogMessageVoidify(void)" (imp_??0LogMessageVoidify@google@@QEAA@XZ) 4>ceres.lib(solver.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: void cdecl google::LogMessageVoidify::operator&(class std::basic_ostream<char,struct std::char_traits > &)" (imp_??ILogMessageVoidify@google@@QEAAXAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) 4>ceres.lib(linear_least_squares_problems.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ios<char,struct std::char_traits > & cdecl std::basic_ios<char,struct std::char_traits >::copyfmt(class std::basic_ios<char,struct std::char_traits > const &)" (imp_?copyfmt@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEBV12@@Z) 4>ceres.lib(program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ios<char,struct std::char_traits > & cdecl std::basic_ios<char,struct std::char_traits >::copyfmt(class std::basic_ios<char,struct std::char_traits > const &)" (imp_?copyfmt@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEBV12@@Z) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ios<char,struct std::char_traits > & cdecl std::basic_ios<char,struct std::char_traits >::copyfmt(class std::basic_ios<char,struct std::char_traits > const &)" (imp_?copyfmt@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEBV12@@Z) 4>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ios<char,struct std::char_traits > & cdecl std::basic_ios<char,struct std::char_traits >::copyfmt(class std::basic_ios<char,struct std::char_traits > const &)" (imp_?copyfmt@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEBV12@@Z) 4>ceres.lib(polynomial.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ios<char,struct std::char_traits > & cdecl std::basic_ios<char,struct std::char_traits >::copyfmt(class std::basic_ios<char,struct std::char_traits > const &)" (_imp?copyfmt@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEBV12@@Z) 4>ceres.lib(program.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::char_traits >::operator<<(void const )" (imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@PEBX@Z) 4>ceres.lib(parameter_block_ordering.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::char_traits >::operator<<(void const )" (imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@PEBX@Z) 4>ceres.lib(problem_impl.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & __cdecl std::basic_ostream<char,struct std::char_traits >::operator<<(void const )" (_imp??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@PEBX@Z) 4>ceres.lib(coordinate_descent_minimizer.obj) : error LNK2001: unresolved external symbol "declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits > & cdecl std::basic_ostream<char,struct std::char_traits >::operator<<(void const *)" (imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@PEBX@Z) 4>D:\OpenMVS_MT_Build\build_MT\bin\vc14\x64\Release\RefineMesh.exe : fatal error LNK1120: 17 unresolved externals 2> Finished generating code 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: cdecl boost::iostreams::detail::zlib_base::zlib_base(void)" (??0zlib_base@detail@iostreams@boost@@IEAA@XZ) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: __cdecl boost::iostreams::detail::zlib_base::~zlib_base(void)" (??1zlib_base@detail@iostreams@boost@@IEAA@XZ) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void cdecl boost::iostreams::detail::zlib_base::after(char const * &,char * &,bool)" (?after@zlib_base@detail@iostreams@boost@@IEAAXAEAPEBDAEAPEAD_N@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void cdecl boost::iostreams::detail::zlib_base::before(char const * &,char const ,char * &,char )" (?before@zlib_base@detail@iostreams@boost@@IEAAXAEAPEBDPEBDAEAPEADPEAD@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "public: static void cdecl boost::iostreams::zlib_error::check(int)" (?check@zlib_error@iostreams@boost@@SAXH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "private: void cdecl boost::iostreams::detail::zlib_base::do_init(struct boost::iostreams::zlib_params const &,bool,void * (cdecl)(void ,unsigned int,unsigned int),void (cdecl)(void ,void ),void )" (?do_init@zlib_base@detail@iostreams@boost@@AEAAXAEBUzlib_params@34@_NP6APEAXPEAXII@ZP6AX22@Z2@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void __cdecl boost::iostreams::detail::zlib_base::reset(bool,bool)" (?reset@zlib_base@detail@iostreams@boost@@IEAAX_N0@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: int cdecl boost::iostreams::detail::zlib_base::xdeflate(int)" (?xdeflate@zlib_base@detail@iostreams@boost@@IEAAHH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: int cdecl boost::iostreams::detail::zlib_base::xinflate(int)" (?xinflate@zlib_base@detail@iostreams@boost@@IEAAHH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 2>D:\OpenMVS_MT_Build\build_MT\bin\vc14\x64\Release\InterfaceVisualSFM.exe : fatal error LNK1169: one or more multiply defined symbols found 1> Finished generating code 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: __cdecl boost::iostreams::detail::zlib_base::zlib_base(void)" (??0zlib_base@detail@iostreams@boost@@IEAA@XZ) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: cdecl boost::iostreams::detail::zlib_base::~zlib_base(void)" (??1zlib_base@detail@iostreams@boost@@IEAA@XZ) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void cdecl boost::iostreams::detail::zlib_base::after(char const * &,char * &,bool)" (?after@zlib_base@detail@iostreams@boost@@IEAAXAEAPEBDAEAPEAD_N@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void cdecl boost::iostreams::detail::zlib_base::before(char const * &,char const ,char * &,char )" (?before@zlib_base@detail@iostreams@boost@@IEAAXAEAPEBDPEBDAEAPEADPEAD@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "public: static void cdecl boost::iostreams::zlib_error::check(int)" (?check@zlib_error@iostreams@boost@@SAXH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "private: void __cdecl boost::iostreams::detail::zlib_base::do_init(struct boost::iostreams::zlib_params const &,bool,void * (cdecl)(void ,unsigned int,unsigned int),void (cdecl)(void ,void ),void )" (?do_init@zlib_base@detail@iostreams@boost@@AEAAXAEBUzlib_params@34@_NP6APEAXPEAXII@ZP6AX22@Z2@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void cdecl boost::iostreams::detail::zlib_base::reset(bool,bool)" (?reset@zlib_base@detail@iostreams@boost@@IEAAX_N0@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: int cdecl boost::iostreams::detail::zlib_base::xdeflate(int)" (?xdeflate@zlib_base@detail@iostreams@boost@@IEAAHH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: int cdecl boost::iostreams::detail::zlib_base::xinflate(int)" (?xinflate@zlib_base@detail@iostreams@boost@@IEAAHH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 1>D:\OpenMVS_MT_Build\build_MT\bin\vc14\x64\Release\DensifyPointCloud.exe : fatal error LNK1169: one or more multiply defined symbols found 5> Finished generating code 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: cdecl boost::iostreams::detail::zlib_base::zlib_base(void)" (??0zlib_base@detail@iostreams@boost@@IEAA@XZ) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: __cdecl boost::iostreams::detail::zlib_base::~zlib_base(void)" (??1zlib_base@detail@iostreams@boost@@IEAA@XZ) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void cdecl boost::iostreams::detail::zlib_base::after(char const * &,char * &,bool)" (?after@zlib_base@detail@iostreams@boost@@IEAAXAEAPEBDAEAPEAD_N@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void cdecl boost::iostreams::detail::zlib_base::before(char const * &,char const ,char * &,char )" (?before@zlib_base@detail@iostreams@boost@@IEAAXAEAPEBDPEBDAEAPEADPEAD@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "public: static void cdecl boost::iostreams::zlib_error::check(int)" (?check@zlib_error@iostreams@boost@@SAXH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "private: void cdecl boost::iostreams::detail::zlib_base::do_init(struct boost::iostreams::zlib_params const &,bool,void * (cdecl)(void ,unsigned int,unsigned int),void (cdecl_)(void ,void ),void *)" (?do_init@zlib_base@detail@iostreams@boost@@AEAAXAEBUzlib_params@34@_NP6APEAXPEAXII@ZP6AX22@Z2@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: void cdecl boost::iostreams::detail::zlib_base::reset(bool,bool)" (?reset@zlib_base@detail@iostreams@boost@@IEAAX_N0@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: int cdecl boost::iostreams::detail::zlib_base::xdeflate(int)" (?xdeflate@zlib_base@detail@iostreams@boost@@IEAAHH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>libboost_iostreams-vc140-mt-s-1_61.lib(zlib.obj) : error LNK2005: "protected: int cdecl boost::iostreams::detail::zlib_base::xinflate(int)" (?xinflate@zlib_base@detail@iostreams@boost@@IEAAHH@Z) already defined in boost_iostreams-vc140-mt-1_61.lib(boost_iostreams-vc140-mt-1_61.dll) 5>D:\OpenMVS_MT_Build\build_MT\bin\vc14\x64\Release\TextureMesh.exe : fatal error LNK1169: one or more multiply defined symbols found ========== Build: 0 succeeded, 5 failed, 6 up-to-date, 0 skipped ==========

shishirprao commented 8 years ago

Got rid of the gmp errors in MVS.lib by adding the libgmp and libgmpfr from CGAL auxiliary libs. But can't figure out the problem with ceres and Boost iostream. To my knowledge I have added all the libs to the linker->input->Additional Dependencies. I have included gflags and libglog in refine mesh. I dont understand why I am still getting unresolved external.

shishirprao commented 8 years ago

Hi, I was able to solve all the errors. For some reason even though I was using MT, in VS 2015 it was not selected. So had to re-build ceres-solver by manually changing c/c++ -> code generation -> runtime library to /MT. But now I am getting this error.

D:\SfMProject\tutorial_out\reconstruction_sequential>DensifyPointCloud -i scene.mvs 20:18:45 [App ] Build date: Jun 27 2016, 17:49:28 20:18:45 [App ] CPU: Intel(R) Core(TM) i7-5700HQ CPU @ 2.70GHz 20:18:45 [App ] RAM: 15.95GB Physical Memory 128.00TB Virtual Memory 20:18:45 [App ] OS: Windows 8 x64 20:18:45 [App ] SSE & AVX compatible CPU & OS detected 20:18:45 [App ] Command line: -i scene.mvs 20:18:45 [App ] Camera model loaded: platform 0; camera 0; f 1.054x1.054; poses 11 20:18:45 [IO ] error: unknown image format 'D:/SfMProject/tutorial_out/reconstruction_sequential/undistorted_images//100_7100.JPG' 20:18:45 [App ] error: failed loading image header 20:18:45 [App ] error: failed reloading image 'D:/SfMProject/tutorial_out/reconstruction_sequential/undistorted_images//100_7100.JPG' 20:18:45 [App ] error: invalid project

scene.mvs was created using openMVG2openMVS interface tool. I have no idea why it is saying unknown image format.

cdcseacave commented 8 years ago

This happens when there is a conflict of two different JPEG libraries linked together statically (the headers used are not from the same version of the library linked). In other words, the opencv version of JPEG is not the same with the one you compiled

shishirprao commented 8 years ago

Thanks for the quick reply. Linked the header files with the once that I complied for openMVG. Its working now :+1:

shishirprao commented 8 years ago

While working on the sample castle dataset, I was wondering if it was possible to change the texture of the mesh to something like, for example, texture of the brick image or something like that?

cdcseacave commented 8 years ago

not sure I follow you

shishirprao commented 8 years ago

The texture for the castle dataset is obtained from the 11 images that are present. I was wondering if we could use those 11 images to generate the 3D mesh (model) and use a different set of images for texturing that mesh. Like, since this dataset is an image of castle I was thinking if it was possible to use some other images (brick texture images) and use that texture.

cdcseacave commented 8 years ago

Of course, just replace the 11 images with other 11 images of your choice.

shishirprao commented 8 years ago

I tried changing the images and a new texture is generated. But, does it not change the way it is assigning the texture? what I mean to say is, looking at the code this is what I understand. The way the texture is applied is dependent on the images considered. And hence, the texture atlas will be different for different image dataset.

what I had in mind was to be able to have the same texture atlas as the castle image dataset but different texture in its place. By changing the 11 castle images to a different set the texture atlas itself changed.

So is it possible to have the same texture atlas as the original images considered, but just change the texture content?

cdcseacave commented 8 years ago

I still do not understand what you try to do... can you please explain the full idea? a concrete example!!! what do you need? the full story, not only that you want to "change" the texture

shishirprao commented 8 years ago

Sorry that I couldn't convey my ideas clearly. I'll try my best to explain what I am trying to do. So I have ran the castle image dataset and have generated a textured mesh. It looks like this (only the texture atlas image)

Image 1) image

Now, as suggested by you, I changed the images to that of a brick wall. When I run TextureMesh, It generates the following texture atlas image.

Image 2) image

So my point is, the texture atlas of castle image (Image 1) is different from the texture atlas of brick wall (Image 2). What I want is to have the same texture atlas as (Image 1) but containing the texture of brick. That means I want to have the same overlapping rectangles as I would have if I had used the castle images but with the texture of brick. Something like this, where each of the texture patch of castle is replaced by corresponding texture patch of brick.

image

I feel that changing the texture this way makes more sense because I'll be changing the texture where it would have originally existed if I had used castle images. This would give a more realistic texturing than using the changed atlas texture image. Because when I try with a different brick image I get this kind of texture atlas which is different from the two that is alread generated.

image

It can be thought of like this. For example, for the same castle image dataset, if we take the images of the castle on a different date, then we need not compute the mesh again. We can use the mesh that is already generated and use the texture from the new set of images. For this to happen the texture atlas has to same as (Image 1) but the content in each patch will be taken new set of images. This is another reason why I feel just changing the images and generating a new texture atlas is not a good approach.

So summarizing, I was thinking if there is anyway where I can have a constant texture image atlas (same overlapping patches), but with different texture patterns inside. Thus making it more realistic and less time consuming. So it will be like, as and when I'll change the brick image all that needs to change is the content inside each patch (or rectangle) with the corresponding content of the brick image.

cdcseacave commented 8 years ago

All this was clear from the first question, however this is a very low level explanation. What would help me is having a sense of the big picture: what is that you try to achieve, the final goal, the real application.

To answer low level also, it is possible to reuse the exact image composition with new images, but it will make sense only in certain conditions, like for instance making sure the new images are taken from exactly same poses like the original. Etc.

shishirprao commented 8 years ago

so the application that I had thought was something like this. Generate a photorealistic 3D model of say a exterior of say a house. Then be able to change the texture of wall, terrace etc. So for this to be realistic each time I change the texture (like different kind of bricks etc.) I need the atlas to be same.If you can give me some insight as to how I can approach this problem of having the same image atlas but different texture images using the program it will be helpful. I can have a list of available texture images and when I click them I'll just change the texture patches. I dunno if it makes sense.

And for the problem of same place I was thinking of using geo-tagging the images and repeating the procedure.

cdcseacave commented 8 years ago

In my opinion you need a totally different approach for your application. You reconstruct the 3D model from photos and texture it normally with OpenMVS, and when all is done, you should re-bake the texture in a way that helps you. For instance if after reconstruction you want to change the texture of one wall, you might want to re-bake the texture so that the whole the wall is in one place in the texture and uniformly distorted so that you can replace it easily through repainting in place, image editing, etc.

Just5D commented 8 years ago

u need semantic mesh segmentation, shishirprao

shishirprao commented 8 years ago

@cdcseacave Ya i guess what you are saying makes more sense. I'll have a look at re-baking process. May be Open source Blender might help me with that.

@Just5D Ya I also had that in mind. Can u suggest me some material that will help me with Mesh segmentation. I feel segmenting will give more control on changing the texture independently.

Thanks to both of you for steering me in the right direction :)

xialang2012 commented 8 years ago

@shishirprao Could you give some detailed steps about build OpenMVS on VS 2015 R2, I have some errors:

1>------ Build started: Project: MVS, Configuration: Release x64 ------ 1>cl : Command line warning D9025: overriding '/Zm170' with '/Zm150' 1>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 1>cl : Command line warning D9002: ignoring unknown option '/arch:SSE3' 1> Common.cpp 1> Unknown compiler version - please run the configure tests and report the results 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(46): error C2061: syntax error: identifier '_General_ptr_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(65): error C2061: syntax error: identifier '_Really_trivial_ptr_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(68): error C2995: '_FwdIt std::_Uninitialized_copy_unchecked1(_InIt,_InIt,_FwdIt)': function template has already been defined 1> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(45): note: see declaration of 'std::_Uninitialized_copy_unchecked1' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(82): error C2061: syntax error: identifier 'input_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(91): error C2061: syntax error: identifier 'random_access_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(96): error C2995: '_FwdIt std::_Uninitialized_copy1(_InIt,_InIt,_FwdIt)': function template has already been defined 1> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(81): note: see declaration of 'std::_Uninitialized_copy1' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(127): error C2061: syntax error: identifier '_General_ptr_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(147): error C2061: syntax error: identifier '_Really_trivial_ptr_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(150): error C2995: '_FwdIt std::_Uninitialized_copy_n_unchecked1(_InIt,_Diff,_FwdIt)': function template has already been defined 1> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(126): note: see declaration of 'std::_Uninitialized_copy_n_unchecked1' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(166): error C2061: syntax error: identifier '_Mutable_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(176): error C2061: syntax error: identifier 'random_access_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(181): error C2995: '_FwdIt std::_Uninitialized_copy_n2(_InIt,_Diff,_FwdIt)': function template has already been defined 1> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(165): note: see declaration of 'std::_Uninitialized_copy_n2' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(187): error C2061: syntax error: identifier 'input_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(197): error C2061: syntax error: identifier 'random_access_iterator_tag' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(202): error C2995: '_FwdIt std::_Uninitialized_copy_n1(_InIt,_Diff,_FwdIt)': function template has already been defined 1> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(186): note: see declaration of 'std::_Uninitialized_copy_n1' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(264): error C2061: syntax error: identifier '_Wrap_alloc' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(283): error C2061: syntax error: identifier '_Wrap_alloc' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xmemory(316): error C2061: syntax error: identifier '_Wrap_alloc' ..... 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(1080): error C2143: syntax error: missing ',' before '<' 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(1080): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(1093): error C2988: unrecognizable template declaration/definition 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xutility(1093): fatal error C1003: error count exceeds 100; stopping compilation 2>------ Build started: Project: DensifyPointCloud, Configuration: Release x64 ------ 3>------ Build started: Project: InterfaceVisualSFM, Configuration: Release x64 ------ 4>------ Build started: Project: ReconstructMesh, Configuration: Release x64 ------ 5>------ Build started: Project: RefineMesh, Configuration: Release x64 ------ 6>------ Build started: Project: TextureMesh, Configuration: Release x64 ------ 2>LINK : fatal error LNK1181: cannot open input file '....\lib\vc14\x64\Release\MVS.lib' 4>LINK : fatal error LNK1181: cannot open input file '....\lib\vc14\x64\Release\MVS.lib' 3>LINK : fatal error LNK1181: cannot open input file '....\lib\vc14\x64\Release\MVS.lib' 5>LINK : fatal error LNK1181: cannot open input file '....\lib\vc14\x64\Release\MVS.lib' 6>LINK : fatal error LNK1181: cannot open input file '....\lib\vc14\x64\Release\MVS.lib' ========== Build: 0 succeeded, 6 failed, 5 up-to-date, 0 skipped ==========

Common.lib, IO.lib and Math.lib can be built well, but mvs.lib is failed.

abdarhman commented 8 years ago

I'm getting lots of error while building on windows Can we get a more detailed installation processes ? Thanks in advance

vevi1982 commented 7 years ago

@xialang2012 u must be include "CGAL-4.9\include\CGAL" when vs2015 show the error no such file gmp.h I include "CGAL-4.9\auxiliary\gmp\include" and the project compile success

gvaidya commented 7 years ago

Hi, I have some problems building openMVS on Windows with VisualStudio 2015

I had the same gmp problem before, but adding the auxilary\include from GCAL solved it. But now, GCAL is not getting linked, as the folder CGAL\lib is not in the 'additional library directories' in linker. When I add the folder to the 'additional library directories', I have several errors with code "Linker Tools Error LNK2005". Apparently there are redifinitions in CGAL and boost of the boost library. Now thinking that the it might have something to do with the fact that CGAL also uses Boost, I tried recompiling CGAL with Cmake flag "CGAL_Boost _USE_STATIC_LIBS" on and off. But that does not make any difference. Can anyone help in this matter?

error when CGAL was not in linker: Error LNK1104 cannot open file 'libCGAL-vc140-mt-4.10.lib' RefineMesh

error when CGAL is added to linker: Error LNK2005 "protected: __cdecl boost::iostreams::detail::zlib_base::zlib_base(void)" (??0zlib_base@detail@iostreams@boost@@IEAA@XZ) already defined in boost_iostreams-vc140-mt-1_64.lib(boost_iostreams-vc140-mt-1_64.dll)

cdcseacave commented 7 years ago

Usually this problem is caused by mixing STATIC and DYNAMIC linking of external libraries. Make sure you use the same linking method for all libraries: i.e. if you linked BOOST dynamically to CGAL, link BOOST also dynamically to OpenMVS.

gvaidya commented 7 years ago

Hey thanks for the quick reply. It appears to me that CGAL has problems with taking deliberately static Boost. So I moved the Boost .dll files away from the usual folder, just keeping the static .lib files. So now the CGAL builds by taking static boost. And OpenMVS also takes the static Boost libs. But the problem still persists. If you mean dynamic and static linking, as in /MD or /MT, I have been only using /MD to compile everything. I double checked that one, because I had that conflict earlier.

MichaleWong commented 7 years ago

@xialang2012, I encountered the same problem, how did you solve it?

zzxp commented 5 years ago

Hi cdcseacave,I have see all the problems above, but I do not find the same problem with mine. My MVS.lib was builded without error, when I use the MVS.lib to build other apps, something wrong happened, like this: 1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "void cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z) 1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "unsigned int MVS::OPTDENSE::nMinViewsFuse" (?nMinViewsFuse@OPTDENSE@MVS@@3IA) 1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "void cdecl MVS::OPTDENSE::init(void)" (?init@OPTDENSE@MVS@@YAXXZ) 1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "unsigned int MVS::OPTDENSE::nOptimize" (?nOptimize@OPTDENSE@MVS@@3IA) Could you give me some help?

cdcseacave commented 5 years ago

I never used OpenMVS as a third party library. On linux I think it should work, but on Windows this needs extra care. Like for example it might work only as a static library. I'm afraid I do not have enough experience on this to help.

zzxp commented 5 years ago

oh that sounds so sad. thanks

cdcseacave commented 5 years ago

best would be to create a dedicated issue: "how to use as third-party library" and ask help from the community

or if u have the time, search the internet how to solve this common C++ problem