Once again I followed the instructions given on the
"LyX - getting the source with CVS" - page.
When running make I get the following error:
--------------------- snip -------------------
....
gcc -c -DLOCALEDIR=\"/usr/X11R6/share/locale\"
-DGNULOCALEDIR=\"/usr/X11R6/share
/locale\" -DLOCALE_ALIAS_PATH=\"/usr/X11R6/share/locale:.\" -DHAVE_CONFIG_H -I..
/src/include -I. -I../src/include -I../intl -I/usr/X11R6/include -g -O2 explode
name.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o fi
nddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o
ranlib libintl.a
make[1]: Leaving directory `/opt/lyx/intl'
Making all in po
make[1]: Entering directory `/opt/lyx/po'
PATH=../src:$PATH cp ./lyx.pot ./lyx.po ; : --default-domain=lyx --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
&& test ! -f lyx.po \
|| ( rm -f ./lyx.pot \
&& mv lyx.po ./lyx.pot )
cp: ./lyx.pot: No such file or directory
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./lyx.pot \
| sed -e "s/@PACKAGE NAME@/lyx/" > cat-id-tbl.tmp
sed: can't read ./lyx.pot: No such file or directory
if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \
rm cat-id-tbl.tmp; \
else \
echo cat-id-tbl.c changed; \
rm -f ./cat-id-tbl.c; \
mv cat-id-tbl.tmp ./cat-id-tbl.c; \
fi
cat-id-tbl.c changed
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
file=./`echo da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH no -o $file da.po
/bin/sh: no: command not found
make[1]: *** [da.gmo] Error 127
make[1]: Leaving directory `/opt/lyx/po'
make: *** [all-recursive] Error 1
poenitz@millo:/opt/lyx >
--------------------- snip -------------------
lyx/po/Makefile contains the line 35
XGETTEXT = PATH=../src:$$PATH cp ${srcdir}/lyx.pot ./${PACKAGE}.po ; :
which looks a bit odd. The same line is contained in lyx/po/Makefile.in
and the XGETTEXT line in lyx/po/Makefile.in.in looks like
XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
Maybe some part of my autoconf/automake/gettext stuff is broken.
But somehow it would be nice if this malfunction could be detected
automatically. Since I do not know either of these things I am pretty
clueless what to do now.
Any ideas?
Thank you,
Andre'
--
Andre' Poenitz, TU Chemnitz, Fakultaet fuer Mathematik
[EMAIL PROTECTED] ... +49 3727 58 1381