specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path] on macOS #2104
RoyZhang2022
started this conversation in
General
Replies: 1 comment 2 replies
-
I have identified it is caused by mac disk is in APFS case-insensitive, it should be case-sensitive to make it work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using the following steps to build AWS SDK on macOS. However I always see an error "specified path differs in case from file name on disk". Checked the ub_core.cpp and you can see it includes a lot of cpp files with nonportable path. It should be the root cause. But how should I avoid this nonportable path? I did not specify the absolute path and do not know where I can disable it. Please indicate. Thanks in advance!
--my steps
--error
--/Users/royz/downloads/repos/aws-sdk-cpp/build/aws-cpp-sdk-core/ub_core.cpp
Beta Was this translation helpful? Give feedback.
All reactions