Re: Probleme in compiling gimp 1.1.19

2000-04-07 Thread Mickael Lefevre

Ok, i had install gettext, and now, i have the function msgmerge.
But i also have another problem :

/usr/bin/perl5 ../pxgettext `find .. -name '*.pm' -o -name '*.xs' -o
-path'../examples/*'` ../Perl-Server  gimp-perl.pot~
if cmp -s gimp-perl.pot~ gimp-perl.pot; then : ; else mv gimp-perl.pot~ gim
p-perl.pot; fi
msgmerge -w 83 cs.po gimp-perl.pot cs.po~
.. terminé.
no -o cs.gmo cs.po
make[4]: no: Command not found
make[4]: *** [cs.gmo] Error 127
make[4]: Leaving directory `/usr/share/gimp-1.1.19/plug-ins/perl/po'
make[3]: *** [subdirs] Error 2
make[3]: Leaving directory `/usr/share/gimp-1.1.19/plug-ins/perl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/share/gimp-1.1.19/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/share/gimp-1.1.19'
make: *** [all-recursive-am] Error 2

I need you're help
-- 
Mickael LEFEVRE
Mail : [EMAIL PROTECTED]
Tel : 33+(0)164850411



Re: Probleme in compiling gimp 1.1.19

2000-04-07 Thread Hago Ziegler

Hi,

..
msgmerge -w 83 cs.po gimp-perl.pot cs.po~
.. terminé.
no -o cs.gmo cs.po
...
make: *** [all-recursive-am] Error 2
..


exactly the same what happened to my installation-trial. I didn't find a
solution and reinstalled 1.1.18 which is running quite stable.

Hago