You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
++
The text was updated successfully, but these errors were encountered:
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.
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
++
The text was updated successfully, but these errors were encountered: