<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    You'll also need the font library : ftgl,<br>
    that you can install with fink.<br>
    my configure line here on osx 10.6 is:<br>
    ./configure
    --with-pd=/Applications/Pd-extended.app/Contents/Resources/include/pd/
    --enable-fat-binary=i386 --with-ftgl-includes=/sw/include/
    --with-ftgl-libs=/sw/lib/<br>
    <br>
    that reminds me this page:<br>
<a class="moz-txt-link-freetext" href="http://puredata.info/community/projects/software/gem/documentation/faq/how-do-you-compile-gem-on-osx">http://puredata.info/community/projects/software/gem/documentation/faq/how-do-you-compile-gem-on-osx</a><br>
    should be updated.<br>
    <br>
    I can do that if you agree,<br>
    best<br>
    n<br>
    <br>
    Le 16/12/11 09:27, IOhannes zm&ouml;lnig a &eacute;crit&nbsp;:
    <blockquote cite="mid:4EEB010F.8060205@iem.at" type="cite">
      <pre wrap="">On 12/16/2011 12:17 AM, Hans-Christoph Steiner wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">
Yes, on 10.6 and 10.7 it'll compile 64-bit by default.  You can try this:

./configure CFLAGS="-arch i386" LDFLAGS="-arch i386"

</pre>
      </blockquote>
      <pre wrap="">
this will override all default CFLAGS and LDFLAGS, and the former might
be ignored by Gem's build process since it uses c++ and thus CXXFLAGS
will apply.

the Gem way to do this is to specify the fat architectures via configure
_flags_:
$ ./configure --enable-fat-binary=i386
will in the end create a "fat" binary that holds (only) i386 binaries.

fgmasr
IOhannes

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <a class="moz-txt-link-freetext" href="http://nim.on.free.fr">http://nim.on.free.fr</a></div>
  </body>
</html>