We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to build 'elan' on macOS Sequoia and ran into an issue with float16 building OpenSSL.
% rustup update stable info: syncing channel updates for 'stable-x86_64-apple-darwin' stable-x86_64-apple-darwin unchanged - rustc 1.81.0 (eeb90cda1 2024-09-04) info: checking for self-update % cargo build ... In file included from ssl/quic/json_enc.c:14: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/math.h:614:27: error: _Float16 is not supported on this target extern _Float16 __fabsf16(_Float16) __API_AVAILABLE(macos(15.0), ios(18.0), watchos(11.0), tvos(18.0)); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/math.h:614:8: error: _Float16 is not supported on this target extern _Float16 __fabsf16(_Float16) __API_AVAILABLE(macos(15.0), ios(18.0), watchos(11.0), tvos(18.0)); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/math.h:615:28: error: _Float16 is not supported on this target extern _Float16 __hypotf16(_Float16, _Float16) __API_AVAILABLE(macos(15.0), ios(18.0), watchos(11.0), tvos(18.0)); ... thread 'main' panicked at /Users/davidlaxer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.3.1+3.3.1/src/lib.rs:621:9: Error building OpenSSL: Command: cd "/Users/davidlaxer/elan/target/debug/build/openssl-sys-53840312ddb82c05/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "build_libs" Exit status: exit status: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to build 'elan' on macOS Sequoia and ran into an issue with float16 building OpenSSL.
The text was updated successfully, but these errors were encountered: