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

Build failure (GCC 13) #4983

Closed
remicollet opened this issue Feb 15, 2023 · 0 comments
Closed

Build failure (GCC 13) #4983

remicollet opened this issue Feb 15, 2023 · 0 comments

Comments

@remicollet
Copy link
Contributor

On Fedora 38 (dev version) using GCC 13.0

/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:43:5: error: 'uint8_t' does not name a type
   43 |     uint8_t state;
      |     ^~~~~~~
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:20:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
   19 | #include <string>
  +++ |+#include <cstdint>
   20 | 
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:44:5: error: 'uint8_t' does not name a type
   44 |     uint8_t dont_handshake;
      |     ^~~~~~~
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:44:5: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:59:5: error: 'uint8_t' does not name a type
   59 |     uint8_t state;
      |     ^~~~~~~
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:59:5: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:60:5: error: 'uint8_t' does not name a type
   60 |     uint8_t version;
      |     ^~~~~~~
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:60:5: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:61:5: error: 'uint8_t' does not name a type
   61 |     uint8_t method;
      |     ^~~~~~~
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:61:5: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:62:5: error: 'uint8_t' does not name a type
   62 |     uint8_t dns_tunnel;
      |     ^~~~~~~
/builddir/build/BUILD/php-pecl-swoole5-5.0.2/NTS/include/swoole_proxy.h:62:5: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?

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