You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like some new versions before it, GCC 13 moves around some internal includes and <stdint.h>/<cstdint> seem no longer transitively included.
This becomes a problem when building trojita for example:
Like some new versions before it, GCC 13 moves around some internal includes and
<stdint.h>/<cstdint>
seem no longer transitively included.This becomes a problem when building trojita for example:
Even though messageid.h includes
<stdint.h>
, it does so behind a#ifdef HAVE_STDINT_H
, which isn't defined anywhere in the installed headers.The text was updated successfully, but these errors were encountered: