On Sun, Mar 01, 2009 at 09:08:18PM +0100, Kornel Benko wrote:
> Am Sonntag 01 März 2009 schrieb Michael Galloway:
> > line 41: msgfmt: command not found
> >
> > when running customs shell scripts, inside the build process.
>
> On unix, this is part of the "gettext"-package.
> Googling with "msgfmt mac", the first entry was
> http://forums.macosxhints.com/showthread.php?t=72591
> .
> So on mac it is gettext-tools.
>
> Kornel
thank, did a bit more googling and tried this:
mkdir -p /SourceCache
cd /SourceCache/
curl -O ftp://ftp.gnu.org/gnu/gettext/gettext-0.17.tar.gz
tar zxf gettext-0.17.tar.gz
cd gettext-0.17
MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS="-arch ppc -arch ppc64 -arch i386 -arch
x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch ppc -arch ppc64 -arch i386
-arch x86_64 -g -Os -pipe" CXXFLAGS="-arch ppc -arch ppc64 -arch i386 -arch
x86_64 -g -Os -pipe" LDFLAGS="-arch ppc -arch ppc64 -arch i386 -arch x86_64
-bind_at_load" ./configure --enable-shared
sudo make
sudo make install
which gettext
/usr/local/bin/gettext
then restarted xcode but still get the msgfmt errors.
-- michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---