On 09/12/2014 10:34 AM, mick mengucci wrote: > Hi > I just compiled the recent version of GEM on downloaded from > https://github.com/umlaeute/Gem and I followed the instructions on that > page. > > I am had to run the bash autogen.sh before of autoconfig, and more than > this it happens that when I open pd-extended with the new GEM all pix_ > objects seem ok except for [gemwin] !!! which does not exist. Or, if I do > -path /.abstractions > it exists but simply does not work.
you need a path to both the abstractions (e.g. "./abstractions") *and* to the binaries (e.g. "."). since Pd does not add any of those automatically, you have to do so manually: $ pd -path ./abstractions:. note however, that this is simply a hack to run Gem out of the build-tree. the *proper* way to use it would be: $ make install which installs everything to /usr/local/lib/pd/extra/Gem/ cgmsad IOhannes
signature.asc
Description: OpenPGP digital signature
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
