Charles Goyard wrote:
IOhannes m zmoelnig wrote:
all Gem objects were dashed. after adding "declare -path /usr/lib/pd-l2ork/extra/Gem" gemhead and gemwin objects are ok but not others such as color, rotate, square.
you need to _load_ Gem: [declare -lib Gem]
i understand that you have not loaded Gem and only Gem's abstractions (found in /usr/lib/pd-l2ork/extra/Gem) are available. since there are abstraction implementations for [gemhead] and [gemwin] these objects succeed to create (though their internals that depend on the Gem-binary don't).
Understood. It works !
but Gem installation misses the *.so (video backends and stuff) in the installation dir.
once manually copied pix_video and pix_film work.
I guess it's more a bug of Gem install script rather than pd-l2ork, but I just wanted to point that out.
Thanks for the all the hard work,
Charles