<div>There is a conditional in the makefile(s): HAVE_MSGFMT = no</div><div><br></div><div>but po/Makefile is still trying to call msgfmt.  I think it is because po/Makefile is still added to AC_CONFIG_FILES, but this is where my investigation ends and I create a bug report. :)</div>
<div><br></div><div><a href="https://sourceforge.net/tracker/?func=detail&amp;aid=3415638&amp;group_id=55736&amp;atid=478070">https://sourceforge.net/tracker/?func=detail&amp;aid=3415638&amp;group_id=55736&amp;atid=478070</a></div>
<div><br></div>Concerning gettext in OS X, I got a big warning when installing with homebrew that OS X ships with GNU gettext (or BSD, can&#39;t remember which), which is weird since homebrew is pretty modern.<div><br></div>
<div><br><br><div class="gmail_quote">On Tue, Sep 27, 2011 at 2:27 AM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><div><br></div><div>Hmm, yes, it seems that Mac OS X does not include gettext, its the same on my 10.5 install.  You can use the old build system in src/<a href="http://configure.ac" target="_blank">configure.ac</a> and get no translations or install gettext and use the new build system.  I suppose we need to add gettext detection to the new build system so it&#39;ll build without gettext.</div>
<div><br></div><div>.hc</div><div><br></div><br><div><div><div></div><div class="h5"><div>On Sep 26, 2011, at 12:53 AM, Rich E wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div class="h5">Hi all,<div>
<br></div><div>I compiled pd vanilla (Miller&#39;s git repo) in OS X 10.7 Lion yesterday and ran into (only) a couple hitches.</div><div><br></div><div>It seems gettext is missing and this causes the linking to fail because it can&#39;t find the msgfmt tool. I got it and compiled pd by doing:</div>
 <div><br></div><div><div>sudo brew install --universal gettext</div><div>sudo ln -s /usr/local/Cellar/gettext/<a href="http://0.18.1.1/bin/msgfmt" target="_blank">0.18.1.1/bin/msgfmt</a> /usr/local/bin/msgfmt</div><div>./configure CFLAGS=&quot;-arch i386&quot; LDFLAGS=&quot;-arch i386&quot;</div>
 <div>make</div></div><div><br></div><div>I don&#39;t know much about the gettext tool, but am I wrong in thinking that it should surely be there and blame apple for messing up on a very common unix package?</div><div><br>
 </div><div>Cheers,</div><div>Rich</div></div></div> _______________________________________________<br><a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br><div> <span style="border-collapse:separate;border-spacing:0px 0px;color:rgb(0, 0, 0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br>
<span style="border-collapse:separate;border-spacing:0px 0px;color:rgb(0, 0, 0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div>
<br></div><div><br></div><div><br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>&quot;Free software means you control what your computer does. Non-free software means someone else controls that, and to some extent controls you.&quot; - Richard M. Stallman</div>
<br></span></span> </div><br></div></blockquote></div><br></div>