pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] Pan 0.122 won't 'make'


From: David Shochat
Subject: Re: [Pan-users] Pan 0.122 won't 'make'
Date: Sun, 04 Feb 2007 06:31:25 -0500
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]