Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Compiling with MSVC 2017 #48

Open
asrimane opened this issue Feb 27, 2020 · 0 comments
Open

Compiling with MSVC 2017 #48

asrimane opened this issue Feb 27, 2020 · 0 comments

Comments

@asrimane
Copy link

asrimane commented Feb 27, 2020

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

++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant