Skip to content

Compilation issues in Main branch with GCC 13 #3

Description

@emilioj

As mentioned in https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes, some headers that were typically included by some C++ Standard Library headers are not included now in GCC 13.

As a consequence, you need to explicitly include in the two files where 'uint32_t' is used to avoid a compilation error: 'uint32_t' has not been declared.

I tried to attach a patch along with this message, but github apparently does not allow to upload files in issue messages in private repos :-? (maybe a config issue :-?). The simple patch is here: https://gac.udc.es/~emilioj/0001-Addressing-error-with-GCC-13-uint32_t-has-not-been-d.patch

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions