commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Fatal error when building for x64-osx

Open lionkor opened this issue 2 years ago • 3 comments

When building x64-osx (vcpkg):

/Users/vagrant/Data/buildtrees/commandline/src/a4454e07a9-613e01ad85.clean/commandline.cpp:11:10: fatal error: 'conio.h' file not found
#include <conio.h>
         ^~~~~~~~~
1 error generated.

Originally posted by @JackBoosY in https://github.com/microsoft/vcpkg/issues/23471#issuecomment-1063590831

lionkor avatar Mar 10 '22 09:03 lionkor

This should not happen. While it's okay for vcpkg not to support macos here for now, I'd like this to be resolved and macos to be supported properly.

lionkor avatar Mar 10 '22 09:03 lionkor

This was solved by #24 AFAICT, it's just not been part of any release yet — they'd likely reverse the support ban afterwards.

effleurager avatar Sep 27 '22 13:09 effleurager

Should be fixed?

lionkor avatar Oct 13 '23 22:10 lionkor