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

[ERROR] compile error on release #260

Open
gabriel-eduardo-dev opened this issue Jun 2, 2023 · 3 comments
Open

[ERROR] compile error on release #260

gabriel-eduardo-dev opened this issue Jun 2, 2023 · 3 comments

Comments

@gabriel-eduardo-dev
Copy link

gabriel-eduardo-dev commented Jun 2, 2023

Error found in release, #include is missing in trantor/utils/MsgBuffer.h, and more diffs in Utilities

@knivey
Copy link

knivey commented Jun 17, 2023

I'm also getting errors trying to build&install 1.5.11 using vcpkg.

/opt/vcpkg/buildtrees/trantor/src/v1.5.11-9f0856a556.clean/trantor/utils/Utilities.cc:178:9: error: ‘intmax_t’ was not declared in this scope; did you mean ‘int8_t’?
  178 |         intmax_t hostnameIdx = hostname.size() - 1;
      |         ^~~~~~~~
      |         int8_t
In file included from /opt/vcpkg/buildtrees/trantor/src/v1.5.11-9f0856a556.clean/trantor/utils/MsgBuffer.cc:15:
/opt/vcpkg/buildtrees/trantor/src/v1.5.11-9f0856a556.clean/trantor/utils/MsgBuffer.h:77:5: error: ‘uint8_t’ does not name a type
   77 |     uint8_t peekInt8() const
      |     ^~~~~~~

@Archivist062
Copy link

Getting the same errors on a brand new Fedora 38 install (GCC 13.2)

@Archivist062
Copy link

d22fee4e.txt

Here is a git patch file, it resolves the issue on Fedora.

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

3 participants