<!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">
    ok my fault.<br>
    now i have installed:<br>
    gstreamer-0.10<br>
    gstreamer-0.10-dev<br>
    gstreamer-0.10-shlibs<br>
    <br>
    but it is missing the plugins package, maybe the shlibs is the same?<br>
    trying to compile in pdgst/src gives:<br>
    <br>
    Liszt:src ncio$ make
    PD_SRC=/Applications/Pd-extended.app/Contents/Resources/include/
    GEM_SRC=/Applications/Pd-extended.app/Contents/Resources/include/Base/
    EXT=pd_darwin EXT=pd_darwin SYSTEMCFLAGS="-fPIC"
    SYSTEMLDFLAGS="-bundle -undefined dynamic_lookup"<br>
    Package gstreamer-plugins-base-0.10 was not found in the pkg-config
    search path.<br>
    Perhaps you should add the directory containing
    `gstreamer-plugins-base-0.10.pc'<br>
    to the PKG_CONFIG_PATH environment variable<br>
    No package 'gstreamer-plugins-base-0.10' found<br>
    gcc  -g -O2 -fPIC -DPD -I/sw/include/gstreamer-0.10
    -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
    -I/sw/include/libxml2 -I/sw/include -DPDGST_PLUGIN  -I/sw/include
    -I/Applications/Pd-extended.app/Contents/Resources/include/
    -I../include -o audio/pdgst_adc~.o -c audio/pdgst_adc~.c<br>
    audio/pdgst_adc~.c:22:2: warning: #warning add docs<br>
    audio/pdgst_adc~.c:26:32: error: gst/app/gstappsink.h: No such file
    or directory<br>
    audio/pdgst_adc~.c: In function &#8216;pdgst_adc_perform&#8217;:<br>
    audio/pdgst_adc~.c:50: error: &#8216;GstAppSink&#8217; undeclared (first use in
    this function)<br>
    audio/pdgst_adc~.c:50: error: (Each undeclared identifier is
    reported only once<br>
    audio/pdgst_adc~.c:50: error: for each function it appears in.)<br>
    audio/pdgst_adc~.c:50: error: &#8216;sink&#8217; undeclared (first use in this
    function)<br>
    audio/pdgst_adc~.c:62: warning: assignment makes pointer from
    integer without a cast<br>
    audio/pdgst_adc~.c: In function &#8216;pdgst_adc_new&#8217;:<br>
    audio/pdgst_adc~.c:140: error: &#8216;GstAppSink&#8217; undeclared (first use in
    this function)<br>
    audio/pdgst_adc~.c:140: error: &#8216;sink&#8217; undeclared (first use in this
    function)<br>
    audio/pdgst_adc~.c:200:2: warning: #warning _info hack<br>
    make: *** [audio/pdgst_adc~.o] Error 1<br>
    <br>
    in /sw/lib i have this from gstreamer:<br>
    /sw/lib/libgstbase-0.10.0.dylib<br>
    /sw/lib/libgstbase-0.10.dylib<br>
    /sw/lib/libgstbase-0.10.la<br>
    /sw/lib/libgstcontroller-0.10.0.dylib<br>
    /sw/lib/libgstcontroller-0.10.dylib<br>
    /sw/lib/libgstcontroller-0.10.la<br>
    /sw/lib/libgstdataprotocol-0.10.0.dylib<br>
    /sw/lib/libgstdataprotocol-0.10.dylib<br>
    /sw/lib/libgstdataprotocol-0.10.la<br>
    /sw/lib/libgstnet-0.10.0.dylib<br>
    /sw/lib/libgstnet-0.10.dylib<br>
    /sw/lib/libgstnet-0.10.la<br>
    /sw/lib/libgstreamer-0.10.0.dylib<br>
    /sw/lib/libgstreamer-0.10.dylib<br>
    /sw/lib/libgstreamer-0.10.la<br>
    <br>
    and in /sw/include/gstreamer-0.10/gst :<br>
    base/                 gstcompat.h           gstindexfactory.h    
    gstparse.h            gsttagsetter.h<br>
    controller/           gstconfig.h           gstinfo.h            
    gstpipeline.h         gsttask.h<br>
    dataprotocol/         gstdebugutils.h       gstinterface.h       
    gstplugin.h           gsttaskpool.h<br>
    glib-compat.h         gstelement.h          gstiterator.h        
    gstpluginfeature.h    gsttrace.h<br>
    gst.h                 gstelementfactory.h   gstmacros.h          
    gstpoll.h             gsttypefind.h<br>
    gstbin.h              gstenumtypes.h        gstmarshal.h         
    gstpreset.h           gsttypefindfactory.h<br>
    gstbuffer.h           gsterror.h            gstmessage.h         
    gstquery.h            gsturi.h<br>
    gstbufferlist.h       gstevent.h            gstminiobject.h      
    gstregistry.h         gstutils.h<br>
    gstbus.h              gstfilter.h           gstobject.h          
    gstsegment.h          gstvalue.h<br>
    gstcaps.h             gstformat.h           gstpad.h             
    gststructure.h        gstversion.h<br>
    gstchildproxy.h       gstghostpad.h         gstpadtemplate.h     
    gstsystemclock.h      gstxml.h<br>
    gstclock.h            gstindex.h            gstparamspecs.h      
    gsttaglist.h          net/<br>
    <br>
    can i try to link to libgstbase-0.10 instead of
    gstreamer-plugins-base-0.10?<br>
    not sure how to do that though...<br>
    <br>
    thx<br>
    <br>
    n<br>
    <br>
    Le 22/09/10 10:17, IOhannes m zmoelnig a écrit :
    <blockquote cite="mid:4C99BBAB.5020009@iem.at" type="cite">
      <pre wrap="">On 2010-09-22 10:06, Nicolas Montgermont wrote:
</pre>
      <blockquote type="cite">
        <pre wrap=""> OK i'm installing the dev packages as well. (very long on osx)
In fink there are labeled:
gstreamer-dev 0.8.12-1029
</pre>
      </blockquote>
      <pre wrap="">
no, you need gstreamer-0.10
(i think development on gstreamer-0.8 has been stopped about 6 years ago)

fgmasdr
IOhannes

</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
<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>