<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.3">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ffffff">
Hi sevy,<BR>
<BR>
Le mercredi 08 ao&#251;t 2007 &#224; 17:05 +0200, Yves Degoyon a &#233;crit :<BR>
<BLOCKQUOTE TYPE=CITE>
    hola,<BR>
    <BR>
    i'm not sure pidip will compile with every version of ffmpeg,<BR>
</BLOCKQUOTE>
download ffmpeg sources at <TT>http://ydegoyon.free.fr/pidip.html</TT> <B>you must use these sources. No other ffmpeg sources work</B><BR>
according to <A HREF="http://cratel.wichita.edu/cratel/cratel_PiDiP_ubuntu">http://cratel.wichita.edu/cratel/cratel_PiDiP_ubuntu</A><BR>
<BR>
which I did<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    especially with recent ones <BR>
    ( untested for a long time ).<BR>
    <BR>
    can i ask you why you want ffmpeg support?<BR>
    <BR>
</BLOCKQUOTE>
<BR>
pdp_live~ box stays dotted whereas other opdp_* objects are palin and working. <BR>
I'd like to get a mjpeg stream sent via a remote rtsp server.<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    anyway, the problem you have here is really different,<BR>
    is that you don't have the Gnu Scientific Library<BR>
    development files<BR>
    ( package is called libgsl0-dev, i think )<BR>
    <BR>
</BLOCKQUOTE>
<BR>
yes I got it in the meanwhile<BR>
<BR>
still , compiling fails<BR>
make complains about pdp_yqt in a way which make me think I've got the wrong libquicktime installed:<BR>
<BR>
pdp_yqt.c:32:27: error: quicktime/lqt.h: Aucun fichier ou r&#233;pertoire de ce type<BR>
pdp_yqt.c:33:35: error: quicktime/colormodels.h: Aucun fichier ou r&#233;pertoire de ce type<BR>
pdp_yqt.c:65: error: expected specifier-qualifier-list before &#8216;quicktime_t&#8217;<BR>
pdp_yqt.c: In function &#8216;pdp_yqt_close&#8217;:<BR>
pdp_yqt.c:89: warning: implicit declaration of function &#8216;quicktime_close&#8217;<BR>
pdp_yqt.c:89: error: &#8216;t_pdp_yqt&#8217; has no member named &#8216;qt&#8217;<BR>
pdp_yqt.c: In function &#8216;pdp_yqt_open&#8217;:<BR>
pdp_yqt.c:104: error: &#8216;t_pdp_yqt&#8217; has no member named &#8216;qt&#8217;<BR>
pdp_yqt.c:104: warning: implicit declaration of function &#8216;quicktime_open&#8217;<BR>
pdp_yqt.c:106: error: &#8216;t_pdp_yqt&#8217; has no member named &#8216;qt&#8217;<BR>
pdp_yqt.c:112: warning: implicit declaration of function &#8216;quicktime_has_video&#8217;<BR>
../..<BR>
pdp_yqt.c:396: error: &#8216;t_pdp_yqt&#8217; has no member named &#8216;x_outreadposition&#8217;<BR>
pdp_yqt.c:396: error: &#8216;t_pdp_yqt&#8217; has no member named &#8216;x_outreadposition&#8217;<BR>
pdp_yqt.c:396: error: &#8216;t_pdp_yqt&#8217; has no member named &#8216;x_outbuffersize&#8217;<BR>
pdp_yqt.c:397: error: &#8216;t_pdp_yqt&#8217; has no member named &#8216;x_outunread&#8217;<BR>
make[1]: *** [pdp_yqt.o] Erreur 1<BR>
make[1]: quittant le r&#233;pertoire &#171; /usr/local/src/pidip/modules &#187;<BR>
make: *** [pdp_pidip_all] Erreur 2<BR>
<BR>
<BR>
<BR>
here is the result of dpkg -l<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
dpkg -l libquicktime*
Souhait=inconnU/Install&#233;/suppRim&#233;/Purg&#233;/H=&#224; garder
| &#201;tat=Non/Install&#233;/fichier-Config/d&#233;paqUet&#233;/&#233;chec-conFig/H=semi-install&#233;
|/ Err?=(aucune)/H=&#224; garder/besoin R&#233;installation/X=les deux (&#201;tat,Err: majuscule=mauvais)
||/ Nom                     Version                 Description
+++-=======================-=======================-==============================================================
ii  libquicktime-dev        2:1.0.0+debian-4        library for reading and writing Quicktime files (development)
ii  libquicktime0           2:0.9.7-1               library for reading and writing Quicktime files
ii  libquicktime1           2:1.0.0+debian-4        library for reading and writing Quicktime files
un  libquicktime4linux0     &lt;n&#233;ant&gt;                (aucune description n'est disponible)
ii  libquicktimehv          1:2.1.0-2svn20070520    Quicktime 4 Linux Cinelerra internal library
</PRE>
</BLOCKQUOTE>
<BR>
Bye<BR>
<BR>
O.<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    suerte,<BR>
    sevy<BR>
    <BR>
    Olivier Heinry wrote: 
    <BLOCKQUOTE TYPE=CITE>
<PRE>
Salut,

I'd like to compile pidip with ffmpeg support (the pd-pidip-caedes
debian packet doesnt support it) but i always get the same error, be it
the pure-data CVS version or Yves' stable source.

here is my configure command:


  
</PRE>
        <BLOCKQUOTE TYPE=CITE>
<PRE>
sudo ./configure --with-pd=/usr/local/src/pd-0.40-3
--with-pdp=/usr/local/src/pdp-0.12.4
--with-ffmpeg=/usr/local/src/ffmpeg
    
</PRE>
        </BLOCKQUOTE>
<PRE>


Here is what the make command spits out before dying:


  
</PRE>
        <BLOCKQUOTE TYPE=CITE>
<PRE>
In file included from /usr/local/src/pdp-0.12.4/include/pdp.h:80,
                 from pidip.c:2:
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:25:27: error:
gsl/gsl_block.h: Aucun fichier ou r&#233;pertoire de ce type
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:26:28: error:
gsl/gsl_vector.h: Aucun fichier ou r&#233;pertoire de ce type
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:27:28: error:
gsl/gsl_matrix.h: Aucun fichier ou r&#233;pertoire de ce type
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:28:26: error:
gsl/gsl_blas.h: Aucun fichier ou r&#233;pertoire de ce type
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:29:29: error:
gsl/gsl_linalg.h: Aucun fichier ou r&#233;pertoire de ce type
In file included from /usr/local/src/pdp-0.12.4/include/pdp.h:80,
                 from pidip.c:2:
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:44: error: expected
specifier-qualifier-list before &#8216;gsl_block&#8217;
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:65: error: expected &#8216;)&#8217;
before &#8216;TransA&#8217;
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:80: error: expected &#8216;)&#8217;
before &#8216;TransA&#8217;
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:84: error: expected &#8216;)&#8217;
before &#8216;TransA&#8217;
make[1]: *** [pidip.o] Erreur 1
make[1]: quittant le r&#233;pertoire &#171; /usr/local/src/pidip/system &#187;
make: *** [pdp_pidip_all] Erreur 2


    
</PRE>
        </BLOCKQUOTE>
<PRE>
Any idea?

Olivier


_______________________________________________
<A HREF="mailto:PD-list@iem.at">PD-list@iem.at</A> mailing list
UNSUBSCRIBE and account-management -&gt; <A HREF="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</A>
  
</PRE>
    </BLOCKQUOTE>
    <BR>
</BLOCKQUOTE>
</BODY>
</HTML>