-
Notifications
You must be signed in to change notification settings - Fork 44
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
Builtins are missing on macOS 13.5/XCode 14.3.1 #61
Comments
Thanks for report. I will check it this weekend.
I guess they are deprecated.
…On Thu, Sep 14, 2023, 04:25 BillyONeal ***@***.***> wrote:
[5/11] /Library/Developer/CommandLineTools/usr/bin/c++ -I/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/modules/system -I/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/interface -I/Users/vagrant/Data/installed/x64-osx/include -fPIC -g -std=gnu++17 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -std=c++2a -stdlib=libc++ -fcoroutines-ts -MD -MT modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o -MF modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o.d -o modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o -c /Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/modules/system/darwin.cpp
FAILED: modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o
/Library/Developer/CommandLineTools/usr/bin/c++ -I/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/modules/system -I/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/interface -I/Users/vagrant/Data/installed/x64-osx/include -fPIC -g -std=gnu++17 -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -std=c++2a -stdlib=libc++ -fcoroutines-ts -MD -MT modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o -MF modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o.d -o modules/system/CMakeFiles/coroutine_system.dir/darwin.cpp.o -c /Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/modules/system/darwin.cpp
/Users/vagrant/Data/buildtrees/coroutine/src/1.5.0-46f8d90e7d.clean/modules/system/darwin.cpp:33:1: error: static_assert failed
static_assert(__has_builtin(__builtin_coro_param));
^ ~
1 error generated.
Looks like this builtin is gone?
—
Reply to this email directly, view it on GitHub
<#61>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADLSYEZB3HYLLVLALWAV6KTX2ICA5ANCNFSM6AAAAAA4W6GCCM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this builtin is gone?
The text was updated successfully, but these errors were encountered: