Hallo,
mit aktuellem gcc bekomme ich folgenden Fehler, der dann eine Reihe von Folgefehlern nach sich zieht:
Code
- In file included from /usr/include/unicode/utypes.h:38:0,
- from /usr/include/unicode/ucnv_err.h:88,
- from /usr/include/unicode/ucnv.h:52,
- from /usr/include/libxml2/libxml/encoding.h:31,
- from /usr/include/libxml2/libxml/parser.h:810,
- from parse.h:12,
- from source.h:15,
- from import.h:16,
- from soundex.cpp:1:
- /usr/include/unicode/umachine.h:347:13: error: 'char16_t' does not name a type; did you mean 'wchar_t'?
- typedef char16_t UChar;
- ^~~~~~~~
- wchar_t
Wie kann man das reparieren?