hi Benjah, <br><br>which version of gstreamer are you using ?<br>i&#39;ve just sucessfully compiled pdgst on 10.04<br>here is what i&#39;ve done :<br>1 - install gstreamer and gstreamer-plugins dev files <br>sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev<br>

2 - do a fresh checkout :<br>svn co <a href="https://svn.umlaeute.mur.at/svnroot/zmoelnig/projects/pdgst">https://svn.umlaeute.mur.at/svnroot/zmoelnig/projects/pdgst</a> ~/pd/externals/pdgst<br>3 - edit Makefile to add pd path according to your config<br>

gedit ~/pd/externals/pdgst/src/Makefile<br>at least you have to check the PD_SRC assignment <br>4 - then make and you will get a pdgst.pd_linux in pdgst/src <br><br>you may also need to build gst2gem externals :<br>edit pdgst/src/gem/Makefile (mainly GEM_SRC and PD_SRC)<br>

then make <br>it compiles fine for me but i got an undefined symbol error when loading pix_gst2pix :<br>pix_gst2pix.pd_linux: undefined symbol: s_pdgst__gst<br><br>but i have no time to fix it now<br><br>hope this help<br>

<br>antoine<br><br><br>--<br>do it yourself                        <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a> <br><a href="http://drii.ensad.fr" target="_blank">http://drii.ensad.fr</a><br>

--<br>Google lit ce mail... <br>si vous refusez cela, utilisez l&#39;adresse antoine.villeret [at] <a href="http://free.fr" target="_blank">free.fr</a> pour me contacter<br><br>
<br><br><div class="gmail_quote">2012/2/6  <span dir="ltr">&lt;<a href="mailto:benjah@free.fr">benjah@free.fr</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

hello,<br>
<br>
I didn&#39;t managed to compile the nice pdgst pack of objects on ubuntu 10.04<br>
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)<br>
libgstreamer-plugins-base0.10-dev is installed, gstreamer<br>
I also tried to upgrade gstreamer with ppa:gstreamer-developers with no success<br>
<br>
thanks for any advice<br>
++benjamin<br>
<br>
make[1]: entrant dans le répertoire « /home/benjamin/ZSofts/PD/pdgst/src »<br>
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<br>


s_main.c: In function ‘sys_findprogdir’:<br>
s_main.c:498: error: ‘statbuf’ undeclared (first use in this function)<br>
s_main.c:498: error: (Each undeclared identifier is reported only once<br>
s_main.c:498: error: for each function it appears in.)<br>
s_main.c:494: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result<br>
s_main.c: In function ‘sys_afterargparse’:<br>
s_main.c:955: error: too few arguments to function ‘sys_get_audio_params’<br>
s_main.c:1005: error: too few arguments to function ‘sys_set_audio_settings’<br>
make[1]: *** [s_main.o] Erreur 1<br>
make[1]: quittant le répertoire « /home/benjamin/ZSofts/PD/pdgst/src »<br>
make: *** [src] Erreur 2<br>
<br>
_______________________________________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/gem-dev" target="_blank">http://lists.puredata.info/listinfo/gem-dev</a><br>
</blockquote></div><br>