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
I'm trying to compile drafter 5.1.0 with gcc 13.2.0 / glibc 2.37 and get this error:
/tmp/drafter-5.1.0/packages/drafter/src/utils/so/JsonIo.cc: In function ‘ItO {anonymous}::escape_json_string(ItI, ItI, ItO)’:
/tmp/drafter-5.1.0/packages/drafter/src/utils/so/JsonIo.cc:88:26: error: ‘uint8_t’ is not a member of ‘std’; did you mean ‘wint_t’?
88 | std::uint8_t c = static_cast<std::uint8_t>(byte);
| ^~~~~~~
| wint_t
/tmp/drafter-5.1.0/packages/drafter/src/utils/so/JsonIo.cc:89:25: error: ‘c’ was not declared in this scope
89 | if (c > 0x1f) { // non-control
| ^
The text was updated successfully, but these errors were encountered:
I'm trying to compile drafter 5.1.0 with gcc 13.2.0 / glibc 2.37 and get this error:
The text was updated successfully, but these errors were encountered: