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
See
indoorvivants/scala-native-gtk-bindings#13 (comment)
We should find out whether it's possible to detect clang version early (from ClangInfo?) and fail the run with a helpful message
ClangInfo
The text was updated successfully, but these errors were encountered:
Hmm, so with LLVM_BIN=/usr/lib/llvm-17/bin, bindgenGenerateScalaSources now fails with
LLVM_BIN=/usr/lib/llvm-17/bin
bindgenGenerateScalaSources
Successfully regenerated binding (Scala) for cairo, 0 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Unexposed, full type: __bf16 [bindgen] warn Unknown type: Kind: Unexposed, full type: __bf16 Successfully regenerated binding (Scala) for harfbuzz, 0 Successfully regenerated binding (Scala) for graphene, 0 Successfully regenerated binding (Scala) for glib, 0 Successfully regenerated binding (Scala) for gobject, 0 Successfully regenerated binding (Scala) for pango, 0 Successfully regenerated binding (Scala) for girepository, 0 Successfully regenerated binding (Scala) for gio, 0 Successfully regenerated binding (Scala) for gdkpixbuf, 0 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Unexposed, full type: __bf16 [bindgen] warn Unknown type: Kind: Unexposed, full type: __bf16 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind: Unexposed, full type: __bf16 [bindgen] warn Unknown type: Kind: Unexposed, full type: __bf16 Successfully regenerated binding (Scala) for gtk, 0 Successfully regenerated binding (Scala) for adwaita, 0
Sorry, something went wrong.
No branches or pull requests
See
indoorvivants/scala-native-gtk-bindings#13 (comment)
We should find out whether it's possible to detect clang version early (from
ClangInfo
?) and fail the run with a helpful messageThe text was updated successfully, but these errors were encountered: