[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #32328] current build is broken
From: |
Karl Berry |
Subject: |
Re: [bug #32328] current build is broken |
Date: |
Sat, 5 Feb 2011 19:17:21 GMT |
Hi again Jerker,
(Moving to mailing list, web interface is too painful.)
<http://savannah.gnu.org/bugs/?32328>
GNU make log attached (using VPATH)
Indeed, it looks like the non-NLS branch in the rule for i18n/en.thl
isn't prepared to handle a VPATH build. What options are you specifying
to configure? Perhaps something like simply adding $(srcdir) before
i18n_ref/ would suffice. I'll see if I can reproduce.
...
else \
cp -p i18n_ref/*.thl i18n; \
fi
cp: i18n_ref/*.thl: No such file or directory
gmake[3]: *** [i18n/en.thl] Error 1
gmake[3]: Leaving directory
`/dev/fs/F/dev/Interix.pub/texinfo/build.gcc/texi2html'
Thanks,
k