<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
hola,<br>
<br>
i'm not sure pidip will compile with every version of ffmpeg,<br>
especially with recent ones <br>
( untested for a long time ).<br>
<br>
can i ask you why you want ffmpeg support?<br>
<br>
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>
suerte,<br>
sevy<br>
<br>
Olivier Heinry wrote:
<blockquote cite="mid1186581449.4557.0.camel@localhost" type="cite">
  <pre wrap="">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 wrap="">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 wrap=""><!---->

Here is what the make command spits out before dying:


  </pre>
  <blockquote type="cite">
    <pre wrap="">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é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é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é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é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é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 ‘gsl_block’
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:65: error: expected ‘)’
before ‘TransA’
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:80: error: expected ‘)’
before ‘TransA’
/usr/local/src/pdp-0.12.4/include/pdp_matrix.h:84: error: expected ‘)’
before ‘TransA’
make[1]: *** [pidip.o] Erreur 1
make[1]: quittant le répertoire « /usr/local/src/pidip/system »
make: *** [pdp_pidip_all] Erreur 2


    </pre>
  </blockquote>
  <pre wrap=""><!---->Any idea?

Olivier


_______________________________________________
<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>
</body>
</html>