Opened 4 years ago
Closed 23 months ago
#1753 closed defect (fixed)
macOS case-insesitive fs resolves C++ <version> to chicken-install generated VERSION file
Reported by: | Kon Lovett | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | unknown | Version: | 5.2.0 |
Keywords: | macos, install, c++, mdh | Cc: | |
Estimated difficulty: |
Description
with a case-insensitive macOS filesystem the C++ header ref <version> appears to be resolved to the cached chicken-install <egg> VERSION file!
In file included from /Users/klovett/.cache/chicken-install/mdh/arith.cpp:36:
...
In file included from /Applications/Xcode?.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef:37:
/Users/klovett/.cache/chicken-install/mdh/version:1:1: error: expected unqualified-id
"0.1"
(NOTE noticed w/ mdh egg but really a macOS C++ CI FS issue)
Note: See
TracTickets for help on using
tickets.
Fixed with 2f6a7221