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

builtin f32 type isn't handled #98

Closed
jdm opened this issue Jul 29, 2020 · 1 comment
Closed

builtin f32 type isn't handled #98

jdm opened this issue Jul 29, 2020 · 1 comment

Comments

@jdm
Copy link

jdm commented Jul 29, 2020

I'm running ctest on Rust bindings generated by bindgen, and while an older bindgen used c_float, newer versions use f32 instead. ctest happily converts c_float to float, but f32 yields errors like:

  cargo:warning=/Users/jdm/src/rust-harfbuzz/target/debug/build/harfbuzz-sys-test-256f53a27904a18b/out/all.c:2043:18: error: unknown type name 'f32'
  cargo:warning=                 f32* __test_field_type_hb_variation_t_value(struct hb_variation_t* b) {
@jdm
Copy link
Author

jdm commented Jul 29, 2020

Ah, I see #69.

@jdm jdm closed this as completed Jul 29, 2020
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

1 participant