On 2010-03-07 19:30, Matteo Sisti Sette wrote:
What can be wrong?
seems like you are missing the libdir loader. Pd-extended compiles libraries as libdirs, which cannot be loaded "as libraries" by Pd-vanilla (nor by Pd-extended i think): in order to load them as a library,l you have to use a special loader "libdir", which of course has to be loaded before trying to load any libdirized library.
libloadliblidirlib.
or you could us explicit namespaces, like [zexy/abs~]; but of course, then your patch won't work anymore with nonlibdirized libraries. (or libdirized libs layed out in other libdirectories)
fgamsrd IOhannes