Error with jhbuild script

Hi,when I try to start the script after the download of svn I receive this error:

Checked out revision 2105.
gcc -Wall -O2 -o install-check install-check.c
msgfmt -o fr.mo fr.po
make[1]: msgfmt: Command not found
make[1]: *** [fr.mo] Error 127
make: *** [install] Error 2

so the install process doesn't works

Are you using the latest

Are you using the latest version of the script described here:

http://developer.imendio.com/projects/gtk-macosx/build-instructions

I.e. "gtk-osx-build-setup.sh"?

(The error happened because translations were added to jhbuild but the necessary tools are not available on Mac OS so we added an option to disable translations.)

mmm rigth, I've fixed it

mmm rigth, I've fixed it thanks :) !!