[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gv] [PATCH] avoid make distcheck failing because of gv-i18n.h
From: |
Markus Steinborn |
Subject: |
Re: [bug-gv] [PATCH] avoid make distcheck failing because of gv-i18n.h |
Date: |
Mon, 21 Feb 2011 21:32:39 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11 |
Hi Bernhard,
Bernhard R. Link wrote:
Make distcheck fails because a gv-i18n.h file is left over
after building and dist-cleaning.
Thank you very much for all these patches. I've applied all but this one
to git.
I have not applied "avoid make distcheck failing because of gv-i18n.h"
becuase:
(1) Breaks compiling for me: ./bootstrap && ./configure && make
make[2]: Entering directory `/home/msteinbo/src/gnu/gv.git/gv/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DNON_BLOCKING_IO -DGV_CODE
-DGV_LIBDIR=\"/usr/local/share/gv\" -I../lib -I../lib -g -g -O2 -MT
resource.o -MD -MP -MF ".deps/resource.Tpo" -c -o resource.o resource.c; \
then mv -f ".deps/resource.Tpo" ".deps/resource.Po"; else rm -f
".deps/resource.Tpo"; exit 1; fi
resource.c:72:21: error: gv-i18n.h: No such file or directory
resource.c: In function 'resource_buildDatabase':
resource.c:281: warning: assignment makes pointer from integer without a
cast
resource.c:331: warning: assignment makes pointer from integer without a
cast
resource.c:376: warning: assignment makes pointer from integer without a
cast
make[2]: *** [resource.o] Error 1
make[2]: Leaving directory `/home/msteinbo/src/gnu/gv.git/gv/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/msteinbo/src/gnu/gv.git/gv/src'
make: *** [all-recursive] Error 1
(2) I do _not_ think that removing support for nls/*.lnk files is either
(a) should be done without updating README.TRANSLATION
(b) a good idea anyway.
Greetings
Markus Steinborn