Open DragonOsman opened 7 years ago
error: 'Files/vcpkg/installed/x86-windows/lib' is not a valid property specification
This looks like a "not-handling-spaces" bug. I'll look at getting a fix added upstream -- in the meantime, could you try moving vcpkg to a path without spaces such as "C:/src/vcpkg/"?
Maybe I should put it directly in the C: drive, then. Though it doesn't seem like that's the only reason for the error.
Anyway, yeah, getting a fix added for this bug would be good.
Okay, so that really was the problem. I moved the vcpkg folder to directly in the C:\ drive so that there are no spaces in the path, and it worked.
But now I have errors when I try to build the app in the "Getting Started tutorial" for Casablanca while having the /std:c++17 and /permissive- flags turned on. I'm putting the link to file on OneDrive here: https://1drv.ms/t/s!As6LkLqTe7Ps-HckMlrf1uFUvzUr .
I had this output when I tried to install Casablanca C++ REST SDK using vcpkg:
Please note the CMake Error. So does anyone have a good solution for this? Thanks in advance for any replies and/or solutions.
Log files; first is the build-x86-windows-rel-out.log:
And then the -err one:
Anyway, yeah, any help would be greatly appreciated. Thanks in advance.