[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hello/gnulib build bug: 'make dist' doesn't generate "configmake.h"
From: |
Assaf Gordon |
Subject: |
Hello/gnulib build bug: 'make dist' doesn't generate "configmake.h" |
Date: |
Wed, 19 Mar 2014 11:18:20 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
Hello,
A small build error, possibly in 'gnulib' but easier to reproduce with
GNU-Hello:
running "make dist" does not generate a required file "configmake.h".
To reproduce:
===
$ git clone git://git.savannah.gnu.org/hello.git
$ cd hello
$ ./bootstrap && ./configure && make dist
===
Fails with:
===
<...>
lib/localcharset.c:81:25: fatal error: configmake.h: No such file or directory
# include "configmake.h"
^
compilation terminated.
make[1]: *** [lib/localcharset.o] Error 1
make[1]: Leaving directory `/data/gordon/temp/hello'
make: *** [dist] Error 2
====
When adding a "make" step before "make dist", it works as expected.
Regards,
-gordon
- Hello/gnulib build bug: 'make dist' doesn't generate "configmake.h",
Assaf Gordon <=