Hi Bruno,
Bruno Haible wrote:
Took me a while to see the problem:
The gnulib .c files (getopt.c in this case) do a #include and
expect this config.h to contain the definitions of _GNU_SOURCE and HAVE_*
and what else, determined by configure. But in your sources, this file
is called, and contai
Hi Markus,
> I have uploaded it to http://88.80.221.159/tmp/gv.git.tar.bz2 .
>
> Of cause I haven't committed the non-working import - you'll find it as
> an uncommitted change.
Thanks, with this I could reproduce it. Took me a while to see the problem:
The gnulib .c files (getopt.c in this cas
Hi,
Bruno Haible wrote:
If it helps, I can send you a tarball created after the failing make for
analysis. I estimate it's less than 2 MB.
Yes, please. If you could send this tarball to me and Eric Blake?
I have uploaded it to http://88.80.221.159/tmp/gv.git.tar.bz2 . Since an
email
Hi Markus,
> rm -f getopt.h-t getopt.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>sed -e 's|@''HAVE_GETOPT_H''@|1|g' \
>-e 's|@''INCLUDE_NEXT''@|include_next|g' \
>-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g
Hi,
Please cc me, I am not subscribed to bug.gnulib.
I intended to import canonicalize_file_name() to GNU gv, but started
with updating the existing getopt.
I am using CentOS 5.5. I cloned my repository via
$ git clone git://git.savannah.gnu.org/gv.git
did a
$ cd gv/gv
$ $PATH/to/gnuli