-
Notifications
You must be signed in to change notification settings - Fork 32
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
Compile demo in Microsoft Visual Studio Professional 2017 #45
Comments
@ranet24 that looks like an error with |
I'm using the latest versions of dependensies downloaded from links: |
@ranet24 could you try with these versions of the libraries? https://github.com/mapbox/vector-tile/blob/master/Makefile#L15-L17 I should note also that |
Succeeded! Thanks! You helped me a lot! |
Hey, I got the same problem in Microsoft Visual Studio Professional 2019. It can't compile successfully (see the picture below please). And I've tried the solution #45 (comment). It didn't work. I also tried on my virtual machine(Ubuntu 20.04), It works perfectly. So I wonder if it's a compiler related problem? Any help would appreciate! Thanks! |
Hi! I have some problems with compilation "demo" in Microsoft Visual Studio Professional 2017.
I can't to compile the function "static mapbox::geometry::value parseValue(protozero::data_view const& value_view)" in the module vector_tile.hpp with message "error C2679: binary '=': no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)" and so on (see image please).
Can any body help me please to modify sources for compile them with Microsoft Visual Studio Professional 2017?
With best regadrs, Andrey Chernyshov
The text was updated successfully, but these errors were encountered: