Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: libidn: update to 1.37.
Date: Mon, 31 May 2021 23:43:48 +0200	[thread overview]
Message-ID: <20210531214348.YEn1HMUW6Ss4Fhq1X1vDCwVLq0Ir3OuilG9d3UhyrWY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31183@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31183#issuecomment-851694797

Comment:
gnulib is kinda borked:

```
/* Override WINT_MIN and WINT_MAX if gnulib's <wchar.h> or <wctype.h> overrides
   wint_t.  */
#if @GNULIBHEADERS_OVERRIDE_WINT_T@
# undef WINT_MIN
# undef WINT_MAX
# define WINT_MIN 0x0U
# define WINT_MAX 0xffffffffU
#endif
```

`GNULIBHEADERS_OVERRIDE_WINT_T` ends up empty and the `#if ` line makes the preprocessor error out.

  parent reply	other threads:[~2021-05-31 21:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28 19:01 [PR PATCH] " ailiop-git
2021-05-31 21:28 ` ericonr
2021-05-31 21:43 ` ericonr [this message]
2021-05-31 21:44 ` ericonr
2021-05-31 21:49 ` ericonr
2021-07-28  4:23 ` [PR PATCH] [Closed]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210531214348.YEn1HMUW6Ss4Fhq1X1vDCwVLq0Ir3OuilG9d3UhyrWY@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).