error: no postscript file: rerun with the vcpkg shell function rather than executable #383
Replies: 3 comments 1 reply
-
Hi Liviu, I have the same issue by using vcpkg locally.
|
Beta Was this translation helpful? Give feedback.
-
Just a question? How do you "setup" vcpkg in you powershell? The acquisition is described in this blog here: https://devblogs.microsoft.com/cppblog/vcpkg-artifacts/ |
Beta Was this translation helpful? Give feedback.
-
Ahoy! I'm hitting this issue when attempting to use artifacts in a repo that uses vcpkg via manifest mode and includes vcpkg as a submodule. |
Beta Was this translation helpful? Give feedback.
-
I tried to run the MXChip/AZ3166 project, as presented in Embedded development with VS and VS Code.
On an Ubuntu 20, I first installed
vcpkg
by running the install script, and the executable was brought in the folder.However, when I tried to activated it, the dependencies apparently were installed, but at the end I got an error:
I did the same steps on macOS and I got the same result.
Any idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions