windows : compile problems
Posted: Wednesday 03 August 2016 15:15
I try to do a x64 version (I do not maange to find the files only x32)
I meet 2 problems in windows VS studio 2015 recompilation
1/ boost :
2/zlib
any suggestions please ?
I meet 2 problems in windows VS studio 2015 recompilation
1/ boost :
obviously boost is installed and the variables are okCould not find the following static Boost libraries:
boost_thread
boost_date_time
boost_system
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
2/zlib
and also Zlib is installed and I recompile in x64 the dllsCMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8")
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.6/Modules/FindZLIB.cmake:124 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:435 (find_package)
any suggestions please ?