Skip to content

Conversation

ptrcnull
Copy link

@ptrcnull ptrcnull commented May 5, 2025

while the spec (ISO 9899:1999, 7.18.1.1) makes these typedefs optional, in practice they are defined in <stdint.h> for all supported platforms

meanwhile, types u_int*_t are BSDisms and might not exist, making the typedefs fail with error: unknown type name ‘u_int8_t’, e.g. on Solaris or musl libc

while the spec (ISO 9899:1999, 7.18.1.1) makes these typedefs optional,
in practice they are defined in <stdint.h> for all supported platforms;
types u_int*_t are BSDisms and might not exist, making the typedefs
fail with `error: unknown type name ‘u_int8_t’`, e.g. on Solaris or musl libc
@ptrcnull
Copy link
Author

ptrcnull commented May 5, 2025

as with #218, it's related to Firefox bugs 1962061 and 1964446

gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request May 14, 2025
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request May 14, 2025
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request May 14, 2025
ziyao233 pushed a commit to ziyao233/eweos-packages that referenced this pull request May 31, 2025
Add a downstream patch to fix building failures of third-party library
sqlite-vec.

Link: asg017/sqlite-vec#219
Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1962061
Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1964446
ziyao233 pushed a commit to eweOS/packages that referenced this pull request May 31, 2025
Add a downstream patch to fix building failures of third-party library
sqlite-vec.

Link: asg017/sqlite-vec#219
Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1962061
Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1964446
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

Successfully merging this pull request may close these issues.

1 participant