Fatal error when building for x64-osx
- Dominant language
- C++
- Stars
- 95
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
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
^~~~~~~~~
1 error generated.
```
_Originally posted by @JackBoosY in https://github.com/microsoft/vcpkg/issues/23471#issuecomment-1063590831_
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with commandline.cpp at line 11 and reproduce the x64-osx vcpkg build that reports the missing conio.h header. Check how this platform-specific include is used in the command-line implementation. Done means the x64-osx build completes without the reported fatal error and existing command-line behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100