Hi I am using PD-extended 0.40.3 on a Macbook osx 10.4
but I cannot seem to get the GEM bits to work.
I am going through the PMPD example patches but none of the GEM
objects work.
I have looked into the contents of PD extended and I can see lots of
help files related to GEM in there.
But if I try to create a GEM object I just get the dotted red box.
So I went to the Pure community website and downloaded GEM for mac
OSX but there are not instructions for installing on MAC OSX their
were instructions for pc and linux but no osx.
I am stuck I have googled this, but can't find an answer.
How do I get the GEM objects to work in PD on mac OSX 10.4?
Any help appreciated as I am getting no-where :)
cheers geoff
Have you installed X11 ? What did you get in your console when you start Pd ? ++
Jack
Le 23 févr. 09 à 19:09, Geoff a écrit :
Hi I am using PD-extended 0.40.3 on a Macbook osx 10.4
but I cannot seem to get the GEM bits to work.
I am going through the PMPD example patches but none of the GEM objects work.
I have looked into the contents of PD extended and I can see lots of help files related to GEM in there.
But if I try to create a GEM object I just get the dotted red box.
So I went to the Pure community website and downloaded GEM for mac OSX but there are not instructions for installing on MAC OSX their were instructions for pc and linux but no osx.
I am stuck I have googled this, but can't find an answer.
How do I get the GEM objects to work in PD on mac OSX 10.4?
Any help appreciated as I am getting no-where :)
cheers geoff
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
There is no need for X11 if you want to use GEM.
only PDP/PidiP and Gridflow depend on X11, but you said you want to
run GEM.
the errors you posted suggest that you probably use a build for intel
in a PPC machine or the other way round.
make sure you have downloaded the right version for your architecture:
http://puredata.info/downloads
m.
Am 23.02.2009 um 19:09 schrieb Geoff:
Hi I am using PD-extended 0.40.3 on a Macbook osx 10.4
but I cannot seem to get the GEM bits to work.
I am going through the PMPD example patches but none of the GEM objects work.
I have looked into the contents of PD extended and I can see lots of help files related to GEM in there.
But if I try to create a GEM object I just get the dotted red box.
So I went to the Pure community website and downloaded GEM for mac OSX but there are not instructions for installing on MAC OSX their were instructions for pc and linux but no osx.
I am stuck I have googled this, but can't find an answer.
How do I get the GEM objects to work in PD on mac OSX 10.4?
Any help appreciated as I am getting no-where :)
cheers geoff
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Tue, 24 Feb 2009, Max wrote:
There is no need for X11 if you want to use GEM. only PDP/PidiP and Gridflow depend on X11, but you said you want to run GEM.
With GridFlow, X11 is optional, SDL is optional, Quartz is optional. You can use whichever you want. If you want a window, you need at least one of the above (but you're not forced to have a window, unlike GEM).
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec
Max wrote:
There is no need for X11 if you want to use GEM. only PDP/PidiP and Gridflow depend on X11, but you said you want to run GEM.
the errors you posted suggest that you probably use a build for intel in a PPC machine or the other way round. make sure you have downloaded the right version for your architecture: http://puredata.info/downloads
it seems that Gem also depends on X11 libraries - for the font stuff I guess??, quoting the earlier post ...
Just installed X11 from OSX 10.4 dvd
I get the following on start up
libdir loader $Revision: 1.8 $ written by Hans-Christoph Steiner hans@at.or.at compiled on Jul 29 2008 at 03:24:20 compiled against Pd version 0.40.3.extended /Applications/Pd-extended.app/Contents/Resources/extra/Gem/ Gem.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/ Resources/extra/Gem/Gem.pd_darwin, 10): Library not loaded: /usr/ X11R6/lib/libfreetype.6.dylib Referenced from: /Applications/Pd-extended.app/Contents/Resources/ extra/Gem/Gem.pd_darwin Reason: no suitable image found. Did find: /usr/X11R6/lib/libfreetype.6.dylib: mach-o, but wrong architecture Gem: can't load library
the 10.4 DVD may be the wrong version, or possibly this library is left over from an earlier attempt to install X11?
Simon
On Tue, Feb 24, 2009 at 3:11 AM, Simon Wise simonzwise@gmail.com wrote:
it seems that Gem also depends on X11 libraries - for the font stuff I guess??, quoting the earlier post ...
That is only because it is built incorrectly.