-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 24/12/2013 09:44, IOhannes m zmölnig a écrit :
On 2013-12-23 21:12, Jack wrote:
So it seems that it is possible to build pd-aubio without installing
aubio.
it seems so. but in order to do so, you probably have to "install" aubio first to some non-standard location (e.g. somewhere in tmp), and then point PKG_CONFIG_PATH to this location. you probably have to use *absolute* paths whe ndoing so.
finally, the resulting binary (aubio.pd_linux) most probably will link to libaubio.so; make sure that it can find the library (LD_LIBRARY_PATH).
fgamrds IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
I ended up by installing aubio 'conventionally' : $ sudo ./waf install And it is OK now to compile aubio.pd_linux. ++
Jack