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

support building with GCC 13 & drop old OSs #30

Closed
wants to merge 5 commits into from

Conversation

kfix
Copy link
Contributor

@kfix kfix commented Jul 15, 2024

tested with CC=gcc-13 CXX=g++-13 ./build.sh

fixes errors like:

In file included from src/srvr/access.cc:13:
include/is2/srvr/access.h:41:9: error: 'uint8_t' does not name a type
   41 |         uint8_t m_rqst_http_major;
      |         ^~~~~~~
include/is2/srvr/access.h:19:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
   18 | #include <string>
  +++ |+#include <cstdint>
   19 | namespace ns_is2 {

@kfix kfix changed the title small tweak to support building with GCC 13 support building with GCC 13 & drop old OSs Jul 15, 2024
Copy link

@airencracken airencracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link

@airencracken airencracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still

L G T M

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.

2 participants