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

Cannot build on macos 15.0 (xcode 16.0) #97741

Open
sorascode opened this issue Oct 2, 2024 · 2 comments
Open

Cannot build on macos 15.0 (xcode 16.0) #97741

sorascode opened this issue Oct 2, 2024 · 2 comments

Comments

@sorascode
Copy link
Contributor

Tested versions

  • Reproducible in master

System information

macos 15.0 - xcode 16.0

Issue description

When trying to build the project I get an error that 'cstdint' file is not found in core/typedefs.h :

./core/typedefs.h:45:10: fatal error: 'cstdint' file not found
   45 | #include <cstdint>
      |          ^~~~~~~~~

Steps to reproduce

build the project

Minimal reproduction project (MRP)

@fire
Copy link
Member

fire commented Oct 3, 2024

What version of master did you test?

@sorascode
Copy link
Contributor Author

Did some more testing now.
I've tried several version and they all fail.
I've tried:

master and 4.3 both complain about cstdint, but 3.6 complains about atomic:

./core/safe_refcount.h:38:10: fatal error: 'atomic' file not found
   38 | #include <atomic>
      |          ^~~~~~~~

I think the issue must have something to do with scons not compiling with cpp or the right version of cpp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants