-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module map on the new XCode version for macos15-beta #16219
Labels
Comments
dpiparo
added a commit
to dpiparo/root
that referenced
this issue
Aug 13, 2024
until the issue with module maps root-project#16219 is fixed.
dpiparo
added a commit
to dpiparo/root
that referenced
this issue
Aug 13, 2024
until the issue with module maps root-project#16219 is fixed.
dpiparo
added a commit
that referenced
this issue
Aug 13, 2024
until the issue with module maps #16219 is fixed.
dpiparo
added a commit
that referenced
this issue
Aug 13, 2024
until the issue with module maps #16219 is fixed.
hahnjo
added a commit
to hahnjo/root
that referenced
this issue
Aug 13, 2024
With the latest MacOSX15.0.sdk, Clang complains about a "cyclic dependency in module 'std': std -> _wctype -> __wctype -> std". Break this cycle by deleting the module for ctype.h in libc++, it only includes ctype.h from the C library which has its own module definition. Closes root-project#16219
dpiparo
pushed a commit
to dpiparo/root
that referenced
this issue
Aug 14, 2024
With the latest MacOSX15.0.sdk, Clang complains about a "cyclic dependency in module 'std': std -> _wctype -> __wctype -> std". Break this cycle by deleting the module for ctype.h in libc++, it only includes ctype.h from the C library which has its own module definition. Closes root-project#16219
dpiparo
pushed a commit
that referenced
this issue
Aug 15, 2024
With the latest MacOSX15.0.sdk, Clang complains about a "cyclic dependency in module 'std': std -> _wctype -> __wctype -> std". Break this cycle by deleting the module for ctype.h in libc++, it only includes ctype.h from the C library which has its own module definition. Closes #16219
silverweed
pushed a commit
to silverweed/root
that referenced
this issue
Aug 19, 2024
until the issue with module maps root-project#16219 is fixed.
silverweed
pushed a commit
to silverweed/root
that referenced
this issue
Aug 19, 2024
With the latest MacOSX15.0.sdk, Clang complains about a "cyclic dependency in module 'std': std -> _wctype -> __wctype -> std". Break this cycle by deleting the module for ctype.h in libc++, it only includes ctype.h from the C library which has its own module definition. Closes root-project#16219
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check duplicate issues.
Description
Currently ROOT does not build on macos15 beta due to an upgrade of XCode that changed the module maps
Reproducer
Building root on macos15 beta
ROOT version
master, 6.32 (the ones that support macos15 beta)
Installation method
from sources
Operating system
MacOS
Additional context
No response
The text was updated successfully, but these errors were encountered: