Skip to content
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

Closed
1 task
dpiparo opened this issue Aug 13, 2024 · 0 comments
Closed
1 task

Module map on the new XCode version for macos15-beta #16219

dpiparo opened this issue Aug 13, 2024 · 0 comments
Assignees
Labels

Comments

@dpiparo
Copy link
Member

dpiparo commented Aug 13, 2024

Check duplicate issues.

  • Checked for duplicates

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

@dpiparo dpiparo added the bug label Aug 13, 2024
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
Labels
Projects
Status: No status
Status: Issues
Development

No branches or pull requests

4 participants