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">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>