[Glade-users] Error cutting distribution



Hi,

I'm trying to cut a distribution of my Glade project. When I do "make
dist" I get the following error:

{ test ! -d bluephone-0.1 || { find bluephone-0.1 -type d ! -perm -200
-exec chmod u+w {} ';' && rm -fr bluephone-0.1; }; }
mkdir bluephone-0.1
/bin/sh ./mkinstalldirs bluephone-0.1/po
mkdir -p -- bluephone-0.1/po
list='src po'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d bluephone-0.1/$subdir \
    || mkdir bluephone-0.1/$subdir \
    || exit 1; \
    (cd $subdir && \
      make  \
        top_distdir="." \
        distdir=../bluephone-0.1/$subdir \
        distdir) \
      || exit 1; \
  fi; \
done
make[1]: Entering directory `/home/ed/projects/bluephone/src'
make[1]: Leaving directory `/home/ed/projects/bluephone/src'
make[1]: Entering directory `/home/ed/projects/bluephone/po'
make bluephone.pot
make[2]: Entering directory `/home/ed/projects/bluephone/po'
/usr/bin/xgettext --default-domain=bluephone --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f bluephone.po \
   || ( rm -f ./bluephone.pot \
        && mv bluephone.po ./bluephone.pot )
/usr/bin/xgettext: Non-ASCII string at src/interface.c:47.
Please specify the source encoding through --from-code.
mv: cannot stat `bluephone.po': No such file or directory
make[2]: *** [bluephone.pot] Error 1
make[2]: Leaving directory `/home/ed/projects/bluephone/po'
make[1]: *** [update-po] Error 2
make[1]: Leaving directory `/home/ed/projects/bluephone/po'
make: *** [distdir] Error 1


Can anyone help at all?

Thanks in advance,

Ed
-- 
Edward Rayne
Sidney Sussex College, Cambridge, CB2 3HU
tel: 07968 042810 msn: er241 cam ac uk icq: 255780
SSBC Men's Captain and Mayball 2004 Drinks

"Nothing that is worth knowing can ever be taught, especially at
Cambridge"
                                                          -- Oscar Wilde





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