On Thu, 2016-05-19 at 08:54 +0200, rolfm@dds.nl wrote:
Since Gem is a multi-object library _and_ comes with abstractions, you need to declare both:
[declare -stdlib Gem -stdpath Gem]
Roman
forgot to mention: that doesn't help either; same errors
The above [declare] statement is assuming that you have Gem installed to some standard path (like ~/pd-externals, for instance). Also, it works only reliably for the patch with that declare statement.
If you want to load Gem automatically on Pd start-up, follow Derek Kwan's suggestions.
Roman