BiagioFesta / ls-qpack-rs

QPACK Field Compression for HTTP/3 RFC 9204 in Rust based on ls-qpack
Apache License 2.0
6 stars 5 forks source link

ls-qpack-sys depends on an older version of bindgen that is incompatible with clang 16 #3

Closed bugnano closed 1 year ago

bugnano commented 1 year ago

With clang 16, the error is very similar to:

https://github.com/rust-lang/rust-bindgen/issues/2312

Given that bindgen has fixed the issue, it would be good to update the bindgen version dependency.

BiagioFesta commented 1 year ago

Dependencies' update has been merged (on main branch). Can you please check if that solved the issue?

Thanks for the report

bugnano commented 1 year ago

OK, I confirm that #4 solved this issue, thank you very much. So now, it would be awesome to upgrade the ls-qpack dependency on wtransport, so that wtransport can build with clang 16 as well 😉

BiagioFesta commented 1 year ago

I agree. I will update as soon as possible.

Thank you