<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello Iohannes,<br>
    <br>
    cool, here it compiles very easily (osx 10.6 / 0.42.5),<br>
    pix_film, pix_video are working with the Darwin.so plugin<br>
    text2d is rendered (using libftgl2 from fink)<br>
    but pix_image crashes pd, this happens with the QT plugin as I have
    no gem_imageDarwin.<br>
    if you want more info i can test with gdb when i have more time.<br>
    <br>
    thx for your work<br>
    best<br>
    <br>
    nicolas<br>
    <br>
    <br>
    Le 30/06/11 09:47, IOhannes m zmoelnig a écrit :
    <blockquote cite="mid:4E0C2A1A.5020408@iem.at" type="cite">
      <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ola,

some of you might have noticed that in the last few days, i have worked
a bit on the Gem autotools based build system.

this most likely means, that Gem won't compile anymore if you just do an
"svn update" and do as you are used to.

the good thing is, that the autotools build system is now (almost)
complete, with handcruft slowly fading out.

what you have to take into account (aka major changes):

- - the root of the build system is no longer .../Gem/src but .../Gem/

in order to build Gem from a fresh checkout you now do
~$ cd .../Gem
.../Gem$ ./autogen.sh
.../Gem$ ./configure
.../Gem$ make
.../Gem$ make install

which should (by default) install everything into
/usr/local/lib/pd/extra (Gem + plugins + help-patches+manuals will be
installed into pd/extra/Gem/ and extras will be installed as (e.g.)
/usr/local/lib/pd/extra/pix_drum/


- - there are some compat scripts (.../Gem/src/autogen.sh and
.../Gem/src/configure) to ease transition (esp. for the autobuild system)

these scripts basically only call their equivalents in .../Gem and pass
all arguments.

these dummy scripts will most likely generate an error when doing an
"svn update" in an already configured tree as it will want to overwrite
the (old auto-generated) ...Gem/src/configure; simply delete the
generated configure script and rerun "svn update" to get the new stub.



i hope that having the build-system properly working (again) helps for
the next release.

fgamr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - <a class="moz-txt-link-freetext" href="http://enigmail.mozdev.org/">http://enigmail.mozdev.org/</a>

iEYEARECAAYFAk4MKhcACgkQkX2Xpv6ydvShEQCfdUhH9b9ISvxJ8euQVnFB+VA7
EB4AniEkLQuRcHW9NdRoUT2dfLJNox2Y
=ZUH3
-----END PGP SIGNATURE-----

</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
GEM-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a>
<a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/gem-dev">http://lists.puredata.info/listinfo/gem-dev</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>