https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97728

            Bug ID: 97728
           Summary: error: ‘imaxdiv_t’ has not been declared in ‘::’
           Product: gcc
           Version: 10.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: shfil at paranoici dot org
  Target Milestone: ---

```
/usr/include/c++/10.2.0/cinttypes:58:11: error: ‘imaxdiv_t’ has not been
declared in ‘::’
   58 |   using ::imaxdiv_t;
      |           ^~~~~~~~~
/usr/include/c++/10.2.0/cinttypes:61:11: error: ‘imaxabs’ has not been declared
in ‘::’
   61 |   using ::imaxabs;
      |           ^~~~~~~
/usr/include/c++/10.2.0/cinttypes:62:11: error: ‘imaxdiv’ has not been declared
in ‘::’
   62 |   using ::imaxdiv;
      |           ^~~~~~~
/usr/include/c++/10.2.0/cinttypes:68:11: error: ‘strtoimax’ has not been
declared in ‘::’
   68 |   using ::strtoimax;
      |           ^~~~~~~~~
/usr/include/c++/10.2.0/cinttypes:69:11: error: ‘strtoumax’ has not been
declared in ‘::’
   69 |   using ::strtoumax;
      |           ^~~~~~~~~
/usr/include/c++/10.2.0/cinttypes:72:11: error: ‘wcstoimax’ has not been
declared in ‘::’
   72 |   using ::wcstoimax;
      |           ^~~~~~~~~
/usr/include/c++/10.2.0/cinttypes:73:11: error: ‘wcstoumax’ has not been
declared in ‘::’
   73 |   using ::wcstoumax;
```
This issue happens with using openal-soft 1.21.
https://github.com/kcat/openal-soft/issues/490

Reply via email to