[PD] help compiling recent GEM

IOhannes m zmölnig zmoelnig at iem.at
Fri Sep 12 13:19:37 CEST 2014


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20140912/80716bf5/attachment.sig>


More information about the Pd-list mailing list