<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    hello,<br>
    <br>
    ++thanks for your replies, i finally managed to compile pdgst<br>
    In fact at the first trial, I missed the 2 makefile in src and
    src/gem directory and I stayed sticked on the makefile in the pdsg
    dir, which appeared blur to me so I tried the punk method to
    compile, copying pd source files in the src directory. Then I
    discovered the 2 other makefile, deleted deleted pd source files but
    forgot to delete this "s_main.c" ...<br>
    <br>
    but now when I try the examples, a few problems :<br>
    <br>
    &gt; pdgst-test.pd<br>
     videotestsrc<br>
    ... couldn't create<br>
     glimagesink<br>
    ... couldn't create<br>
    pdgst $Revision: 0.0 $<br>
        (copyleft) IOhannes m zmoelnig @ IEM / KUG<br>
        compiled on Feb  7 2012 at 01:51:23 <br>
        compiled against Pd version 0.42.5.extended<br>
     audio/x-raw-float channels=10<br>
    ... couldn't create<br>
    <br>
    &gt; pix2gst.pd<br>
    pdgst<br>
    ... couldn't create<br>
     typefind<br>
    ... couldn't create<br>
     ffmpegcolorspace<br>
    ... couldn't create<br>
    error: GEM: Someone sent a bogus pointer to copy2Image<br>
    /usr/lib/pd-extended/extra/Gem/pix_pix2gst.pd_linux:
    /usr/lib/pd-extended/extra/Gem/pix_pix2gst.pd_linux: undefined
    symbol: s_pdgst__gst<br>
     pix_pix2gst yuv 128 64<br>
    ... couldn't create<br>
     aasink<br>
    ... couldn't create<br>
    <br>
    I added before the object to /usr/lib/pd-extended/extra/Gem and the
    path to Pd<br>
    did i missed an elephant ?<br>
    GEM: ver: 0.93.3 compiled: Jan  8 2012, libgstreamer0.10-0 version
    0.10.34-1~lucid1<br>
    <br>
    ++benjamin<br>
    +http://wiki.labomedia.org/index.php/Pure_Data_vs_GStreamer<br>
    <br>
    Le 06/02/2012 11:51, IOhannes m zmoelnig a écrit :
    <blockquote cite="mid:4F2FB0C0.3050607@iem.at" type="cite">
      <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2012-02-06 00:00, <a class="moz-txt-link-abbreviated" href="mailto:benjah@free.fr">benjah@free.fr</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">hello,

I didn't managed to compile the nice pdgst pack of objects on ubuntu 10.04
It tried with the latest Gem from git and with pd 0.42.5 src, Pd-0.42.5-extended src and pd 0.43.0 with different warnings but the same error (see below)
libgstreamer-plugins-base0.10-dev is installed, gstreamer 
I also tried to upgrade gstreamer with ppa:gstreamer-developers with no success

thanks for any advice
++benjamin

make[1]: entrant dans le répertoire « /home/benjamin/ZSofts/PD/pdgst/src »
gcc  -g -O2 -fPIC -DPD -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -DPDGST_PLUGIN -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2    -I/home/benjamin/ZSofts/PD/pd-0.43-0/src -I../include -o s_main.o -c s_main.c
s_main.c: In function ?sys_findprogdir?:
</pre>
      </blockquote>
      <pre wrap="">"s_main.c" is a source file from pd, not from pdgst.
it seems, that you somehow managed to have the Pd sources at the same
place sa the pdgst sources. you should not do that, but instead point
PD_SRC (and GEM_SRC) to the location of the pd (resp. Gem) sources.

something like:
$ make PD_SRC=/home/me/dev/pd/src GEM_SRC=/home/me/dev/Gem/src


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

iEYEARECAAYFAk8vsL0ACgkQkX2Xpv6ydvR6uwCcDzLOruSjd9l398JTPnmw3AYw
ivgAoKG800GqBpojaX8k95STuuYM4T4l
=ilR4
-----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>
  </body>
</html>