fetchmail-friends
[Top] [All Lists]

[fetchmail]Is this a problem during compiling?

2002-04-03 07:16:17
    I have just downloaded Fetchmail-5.9.11 and am trying to compile it,
and I get the following message near the end, but it is not reporting
errors.

make[1]: Entering directory `/mnt/src/fetchmail-5.9.11/po'
PATH=../src:$PATH /usr/bin/xgettext --default-domain=fetchmail
--directory=.. \
  --add-comments --keyword=GT_ --keyword=NGT_ \
  --files-from=./POTFILES.in \
&& test ! -f fetchmail.po \
   || ( rm -f ./fetchmail.pot \
        && mv fetchmail.po ./fetchmail.pot )
internationalized messages should not contain the `\r' escape sequence
internationalized messages should not contain the `\r' escape sequence
internationalized messages should not contain the `\r' escape sequence
internationalized messages should not contain the `\r' escape sequence
2-3 scrrens of the above
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./fetchmail.pot \
| sed -e "s/@PACKAGE NAME@/fetchmail/" > 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
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
make[1]: Leaving directory `/mnt/src/fetchmail-5.9.11/po'


    Configure was with the following command line.

./configure --enable-RPA --enable-NTLM --with-ssl
--enable-fallback=sendmail

make install was without problems.... just curious about the above...



<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]Is this a problem during compiling?, Rod Smart <=