Hi,
Sam Thursfield writes:
> I find that if gettext 0.18.2 is configured as follows:
>
> CFLAGS= ./configure
>
> The compilation fails later on with the following error:
>
> ...
> Making all in tests
> make[3]: Entering directory `/gettext.build/gettext-tools/tests'
>
I pushed this:
diff --git a/ChangeLog b/ChangeLog
index 1cdc89f..c692ff0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-01-16 Paul Eggert
+
+ largefile: port better to Mac OS X 10.5
+ This patch is backported from Autoconf git.
+ * m4/largefile.m4 (AC_SYS_LARGEF
While trying to build Octave for mingw, I hit the following error:
../../liboctave/system/oct-env.cc: In member function 'std::string
octave_env::do_get_host_name() const':
../../liboctave/system/oct-env.cc:455:20: error: 'gethostname' is not a
member of 'gnulib'
../../liboctave/system/oct
Thanks, I pushed this:
---
ChangeLog | 5 +
lib/unistd.in.h | 20 ++--
2 files changed, 7 insertions(+), 18 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c692ff0..8218eb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-01-16 Paul Eggert
+
On 01/16/13 01:08, Daiki Ueno wrote:
> I'm not 100% sure if this is the right fix, so Cc'ed bug-gnulib.
This patch looks good to me. Might there be other files
with the same problem? Maybe gettext should be changed to
use gnulib-tool to import modules from gnulib, as that would
help avoid simila