<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Hmm, yes, it seems that Mac OS X does not include gettext, its the same on my 10.5 install. &nbsp;You can use the old build system in src/configure.ac and get no translations or install gettext and use the new build system. &nbsp;I suppose we need to add gettext detection to the new build system so it'll build without gettext.</div><div><br></div><div>.hc</div><div><br></div><br><div><div>On Sep 26, 2011, at 12:53 AM, Rich E wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi all,<div><br></div><div>I compiled pd vanilla (Miller'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'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="-arch i386" LDFLAGS="-arch i386"</div> <div>make</div></div><div><br></div><div>I don'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> _______________________________________________<br><a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br><div> <span class="Apple-style-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; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><br class="Apple-interchange-newline"><span class="Apple-style-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; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div>----------------------------------------------------------------------------</div><div><br class="khtml-block-placeholder"></div><div>"Free software means you control what your computer does. Non-free software means someone else controls that, and to some extent controls you." - Richard M. Stallman</div><br class="Apple-interchange-newline"></span></span> </div><br></body></html>