IOhannes m zmoelnig wrote:
afaik, your confusing setup is due to leftovers from old installations. a fresh "make install" of Gem should do:
- create extra/Gem/
- put Gem.pd_linux into extra/Gem/
- put all help-files (with "-help" suffix) into extra/Gem/
- put all abstractions into extra/Gem/
- put all help-files for abstractions (absname with "-help" suffix) into
extra/Gem/
- put the examples/ folder into doc/gem/
if it doesn't do so, please file a bug-report.
alternatively check whether Gem's configure has detected an old version of Pd (<0.37) or no Pd-version at all, in which case it falls to legacy mode and installs help-patches into doc/5.reference/Gem
fmgasdr IOhannes