-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 23/12/2013 20:25, IOhannes m zmölnig a écrit :
On 2013-12-23 16:35, Jack wrote:
Hello Paul,
I tried to build pd-aubio but it failed.
wild guess: since aubio and pd-aubio are now separate packages, i guess that you have to have "aubio" [1] installed prior to building pd-aubio.
fgmdar IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Hello IOhannes,
I didn't install aubio (with ./waf install) but just build it (with ./waf build) because i don't want to install it. So all is in /home/jack/Téléchargements/aubio-0.4.0/
Is there a possibility to build pd-aubio to avoid this error : ../src/aubiopitch~.c:11:25: fatal error: aubio/aubio.h: Aucun fichier ou dossier de ce type Or i am forced to install aubio with : $ ./waf build
In the README of pd-aubio you can read : If you have aubio installed in an unusual location, just set your PKG_CONFIG_PATH accordingly. For instance, to build against aubio installed in /var/tmp/aubio:
$ PKG_CONFIG_PATH=/var/tmp/aubio/lib/pkgconfig waf
distclean configure build install --prefix=/var/tmp/aubio
So it seems that it is possible to build pd-aubio without installing aubio. ++
Jack