-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
cyrille henry wrote:
doing make again finish the compilation.
good (though weird)
but then, creating this object gives error : error: [pix_film]: no movie decoding backends found! error: [pix_record]: no recording backends found! error: [pix_video]: no video backends found!
did you do a "make install"?
if not, you should make sure that the plugins (e.g. plugins/filmQT4L/.libs/filmQT4L.so) live besides your Gem.pd_linux
for testing i do: Gem/src$ make Gem/src$ ln -s plugins/*/.libs/*.so . Gem/src$ pd -lib Gem
it's still a bit in a flux, so that's why there are still some manual parts you have to do... anyhow, the plugins are _not_ searched in the Pd path; instead ALL plugins found besides Gem.pd_linux are loaded.
masdr IOhannes