hum, this again,
this symbol is part of ImageMagic ( at least v. 5.5.4 ), i suspect it couldn't find the right magick library at link time, could you check it with which magic library you're linked with the command : "ldd pidip.pd_linux" ?
for me, it reports : libMagick-5.5.4.so.0 => /usr/lib/libMagick-5.5.4.so.0 (0x40408000)
and loads fine.
cheers, sevy
Bill Sack wrote:
hello all,
the latest PiDiP configs and makes without complaint, but won't load and reports this error:
/home/bsack/pd/pidip-0.12.6/pidip.pd_linux: /home/bsack/pd/pidip-0.12.6/pidip.pd_linux: undefined symbol: ScaleShortToQuantum /home/bsack/pd/pidip-0.12.6/pidip: can't load library
i have ImageMagick-5.4.7 from .rpm, not sources ... is this the problem?
thanks, bill