mangrove
mangrove copied to clipboard
Compiling with MSVC 2017
Hello,
is it possible to compile Mangrove with MSVC?
I was able to configure without problem with CMake but when I compile with MSbuild I get two errors related to Boost.
"C:\mangrove-build\ALL_BUILD.vcxproj" (cible par défaut) (1) -> "C:\mangrove-build\src\boson\boson.vcxproj" (cible par défaut) (3) -> (ClCompile cible) -> C:\mongo-cxx-driver_newBuild\install\include\bsoncxx\v_noabi\bsoncxx/stdx/string_view.hpp(40): fatal error C1083: Impossible d'ouvrir le fichier include : 'boost/version.hpp' : No such file or directory [C:\mangrove-build\src\boson\boson.vcxproj]
"C:\mangrove-build\ALL_BUILD.vcxproj" (cible par défaut) (1) -> "C:\mangrove-build\src\boson\boson_static.vcxproj" (cible par défaut) (4) -> C:\mongo-cxx-driver_newBuild\install\include\bsoncxx\v_noabi\bsoncxx/stdx/string_view.hpp(40): fatal error C1083: Impossible d'ouvrir le fichier include : 'boost/version.hpp' : No such file or directory [C:\mangrove-build\src\boson\boson_static.vcxproj]
The rest seem to be working.
On mongodriver c++ i don't have actived boost but this changed nothing.
Where i can change the path for boost lib ?
Thanks for your help
++