Keith Marshall - 2013-11-07
  • Description has changed:

Diff:

--- old
+++ new
@@ -1,6 +1,6 @@
 Following the packaging issues for gettext-0.18.3, as identified on ticket [#2128], and just for grins, I thought I would try building gettext-0.18.3.1 using WSL 4.1-dev.  First, it blew up as a result of the issue which has caused me to reopen [#2012].

-After relocating the `_fileno()` declaration within stdio.h, it then blew up again, as a result of multiple undefined references to `_isascii`, from various translation units within the gettext-tools package subdir.  Following up, in WSL's include/ctype.h I see:
+After relocating the `_fileno()` declaration within stdio.h, to work around this, it then blew up again, as a result of multiple undefined references to `_isascii`, from various translation units within the gettext-tools package subdir.  Following up, in WSL's include/ctype.h I see:

 ~~~~
 #ifndef    _NO_OLDNAMES