Jeff Berman wrote:
Hi,
When I try to build pan 0.122, it fails like this:

G3:~/Desktop/pan-0.122 jberman$ make
make  all-recursive
Making all in po
file=`echo am | sed 's,.*/,,'`.gmo \
  && rm -f $file &&  -o $file am.po
/bin/sh: line 1: -o: command not found
make[2]: *** [am.gmo] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Does anyone know how to fix this?  Pan's always worked
for me in the past.
Well, in my po/Makefile, I see:

.po.gmo:
       file=`echo $* | sed 's,.*/,,'`.gmo \
         && rm -f $$file && $(GMSGFMT) -o $$file $<

so it looks like for some reason GMSGFMT is undefined in yours. Further up, mine defines that:
GMSGFMT = /usr/bin/msgfmt
Do you have /usr/bin/msgfmt?



_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to