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
[root@localhost vcpkg]# ./vcpkg update
Using local portfile versions. To update the local portfiles, use `git pull`.
No packages need updating.
[root@localhost vcpkg]# ./vcpkg install pdcurses
The following packages will be built and installed:
pdcurses[core]:x64-linux
Starting package 1/1: pdcurses:x64-linux
Building package pdcurses[core]:x64-linux...
-- Using cached /opt/vcpkg/downloads/wmcbrine-PDCurses-2467ab2b6c07163d0171b80ad6c252c29da28173.tar.gz
-- Using source at /opt/vcpkg/buildtrees/pdcurses/src/c29da28173-04343f6e37
-- Build x64-linux-rel
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
Command failed: NMAKE-NOTFOUND /A -f /opt/vcpkg/buildtrees/pdcurses/src/c29da28173-04343f6e37/wincon/Makefile.vc WIDE=Y UTF8=Y
Working Directory: /opt/vcpkg/buildtrees/pdcurses/src/c29da28173-04343f6e37/wincon
Error code: No such file or directory
See logs for more information:
Call Stack (most recent call first):
ports/pdcurses/portfile.cmake:23 (vcpkg_execute_required_process)
scripts/ports.cmake:94 (include)
Error: Building package pdcurses:x64-linux failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: pdcurses:x64-linux
Vcpkg version: 2019.09.12-unknownhash
Additionally, attach any relevant sections from the log files above.
The text was updated successfully, but these errors were encountered:
As noted in #14620 (which may be seen as duplicate of this issue) the problem is that also for osx and linux the port tries to use the wincon port - while it should use either the sdl2 or x11 ports.
The text was updated successfully, but these errors were encountered: