[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xchat 1.8.9 error in Makefile?



After ./configure, make says following:
-----
make[2]: Entering directory `/usr/src/xchat-1.8.9/po'
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./xchat.pot \
| sed -e "s/@PACKAGE NAME@/xchat/" > cat-id-tbl.tmp
sed: Couldn't open file ../intl/po2tbl.sed
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 de | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH  -o $file de.po
/bin/sh: -o: command not found
make[2]: *** [de.gmo] Error 127
-----

What does this -o $file de.po is supposed to do?
make is "GNU Make version 3.79.1"
/bin/sh is "GNU bash, version 2.05a.0(1)-release (i686-pc-linux-gnu)"

Bye.
Alexey Gromov



--
XChat-discuss: mailing list for XChat users
Archive:       http://mail.nl.linux.org/xchat-discuss/