To all, I think I've missed a very important information. Compiling is not as simple as building one target in Xcode as I thought. And silly me, Harry and I have written a tutorial last year: http://wiki.panotools.org/Build_a_MacOSX_Universal_Hugin_bundle_with_Xcode
SDK will let you skip steps through 3.4 to 5.3. You can setup your machine with section 3.1 to 3.3, install the new SDK, continue from 5.4. Ippei On 2009-03-02, at 06:57, Michael Galloway wrote: > 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. Have you tried "which msgfmt"? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
