-
Notifications
You must be signed in to change notification settings - Fork 1.3k
macos 15.4 building bug of module map file #18306
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
Comments
Did you try with latest-stable or with master ? |
using neither the lastest master version nor stables works @ferdymercury |
Dear @vepadulano |
ls: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/std_darwin.MacOSX14.2.sdk.modulemap: No such file or directory not found, where should the std_darwin.MacOSX14.2.sdk.modulemap locate? |
Dear @cxwx , I am not sure we have the full picture here. You mentioned removing the "install" directory, but you should remove the build directory first and foremost, did you also do that? I don't know where that missing file or directory error could come from. |
For reference, I also have MacOS 15.4 with XCode 16.3 and I can build ROOT normally |
Is there a file |
Not that I can see, but I also don't understand why it is needed it in your environment |
the problem is [ 52%] Generating G__Core.cxx, ../lib/Core.pcm
fatal error: module map file '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/std_darwin.MacOSX14.2.sdk.modulemap' not found |
merged already, I've also tried to force using std_darwin.MacOSX15.2.sdk.modulemap or std_darwin.sdk.modulemap, with other bugs. |
Hi @cxwx, could you try following what is suggested in this forum post: https://root-forum.cern.ch/t/issue-with-macos-15-4-xcode-16-3/63327 . Cheers, |
I'll try that, more info.
|
Thanks It works, but still has a tiny problem when compile, see below. |
same problem #16494 ![]() |
Uh oh!
There was an error while loading. Please reload this page.
Check duplicate issues.
Description
after upgrading macos -> 15.4 and xcode 16.3
Reproducer
after upgrading macos -> 15.4 and xcode 16.3
cmake ../root
make
ROOT version
master lastest
Installation method
cmake
Operating system
macos
Additional context
No response
The text was updated successfully, but these errors were encountered: