bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-libunistring] unistr.h (built from master) contains gnulib symbol _


From: Tim Rühsen
Subject: [bug-libunistring] unistr.h (built from master) contains gnulib symbol _GL_ATTRIBUTE_MAYBE_UNUSED
Date: Sun, 8 Aug 2021 13:48:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0

Hi,

when building libunistring from git master, the compilation fails when including unistr.h:

Step #13: In file included from psl.c:96:
Step #13: /src/wget_deps/include/unistr.h:203:39: error: unknown type name '_GL_ATTRIBUTE_MAYBE_UNUSED' Step #13: const uint32_t *s, _GL_ATTRIBUTE_MAYBE_UNUSED size_t n)
Step #13:                                       ^
Step #13: /src/wget_deps/include/unistr.h:203:73: error: expected ')'
Step #13: const uint32_t *s, _GL_ATTRIBUTE_MAYBE_UNUSED size_t n) Step #13: ^
Step #13: /src/wget_deps/include/unistr.h:202:19: note: to match this '('
Step #13: u32_mbtouc_unsafe (ucs4_t *puc,
Step #13:                   ^
Step #13: /src/wget_deps/include/unistr.h:270:13: error: unknown type name '_GL_ATTRIBUTE_MAYBE_UNUSED'
Step #13:             _GL_ATTRIBUTE_MAYBE_UNUSED size_t n)
Step #13:             ^
Step #13: /src/wget_deps/include/unistr.h:270:47: error: expected ')'
Step #13:             _GL_ATTRIBUTE_MAYBE_UNUSED size_t n)
Step #13:                                               ^
Step #13: /src/wget_deps/include/unistr.h:269:12: note: to match this '('
Step #13: u32_mbtouc (ucs4_t *puc, const uint32_t *s,
Step #13:            ^
Step #13: 4 errors generated.

Regards, Tim

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]