Hi Pd list,
Pretty simple question.
I'm trying to get gridflow working on my system, OSX 10.6.5, Pd-extended 0.42.5.
I don't know what I'm doing wrong.
There was no /Pd folder in /Library folder (on the HD) so I made it and I put the unzipped gridflow folder into it.
I added "gridflow" to the startup
This is the message in the Pd console on startup:
/Library/Pd/gridflow/gridflow.pd_darwin: dlopen(/Library/Pd/gridflow/gridflow.pd_darwin, 10): no suitable image found. Did find: /Library/Pd/gridflow/gridflow.pd_darwin: mach-o, but wrong architecture gridflow: can't load library
Can anyone help please?
thanks
Rich
Sounds like you downloaded the wrong architecurefor your computer
(Intel or PowerPC).
.hc
On Dec 4, 2010, at 6:08 PM, Richie Cyngler wrote:
Hi Pd list,
Pretty simple question.
I'm trying to get gridflow working on my system, OSX 10.6.5, Pd- extended 0.42.5.
I don't know what I'm doing wrong.
There was no /Pd folder in /Library folder (on the HD) so I made it
and I put the unzipped gridflow folder into it.I added "gridflow" to the startup
This is the message in the Pd console on startup:
/Library/Pd/gridflow/gridflow.pd_darwin: dlopen(/Library/Pd/gridflow/ gridflow.pd_darwin, 10): no suitable image found. Did find: /Library/Pd/gridflow/gridflow.pd_darwin: mach-o, but wrong
architecture gridflow: can't load libraryCan anyone help please?
thanks
Rich _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Access to computers should be unlimited and total. - the hacker ethic
It does look like that but mine's intel and that's the one I DLed.
On Sun, Dec 5, 2010 at 11:27 AM, Hans-Christoph Steiner hans@at.or.atwrote:
Sounds like you downloaded the wrong architecurefor your computer (Intel or PowerPC).
.hc
On Dec 4, 2010, at 6:08 PM, Richie Cyngler wrote:
Hi Pd list,
Pretty simple question.
I'm trying to get gridflow working on my system, OSX 10.6.5, Pd-extended 0.42.5.
I don't know what I'm doing wrong.
There was no /Pd folder in /Library folder (on the HD) so I made it and I put the unzipped gridflow folder into it.
I added "gridflow" to the startup
This is the message in the Pd console on startup:
/Library/Pd/gridflow/gridflow.pd_darwin: dlopen(/Library/Pd/gridflow/gridflow.pd_darwin, 10): no suitable image found. Did find: /Library/Pd/gridflow/gridflow.pd_darwin: mach-o, but wrong architecture gridflow: can't load library
Can anyone help please?
thanks
Rich _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Access to computers should be unlimited and total. - the hacker ethic
On 2010-12-05 01:31, Richie Cyngler wrote:
It does look like that but mine's intel and that's the one I DLed.
that's what you think you DLed, which might not necessarily be true. it could also be that you are running a 64bit system, and the gf image is 32bit only (which are different architectures, even though both are manufactured by intel)
try: $ file /Library/Pd/gridflow/gridflow.pd_darwin
fmgasdr IOhannes
Thanks IOhannes,
I'm pretty sure it's the right download for my system. I've been looking for externals just to try a different one to see if I get the same result or a different one, but I'm having a hard time finding something that isn't already in pd extended.
I've attached a pic of my externals directory. Maybe I've got that part wrong?
Thanks
Rich
On 2010-12-06 21:53, Richie Cyngler wrote:
Thanks IOhannes,
I'm pretty sure it's the right download for my system. I've been looking for externals just to try a different one to see if I get the same result or a different one, but I'm having a hard time finding something that isn't already in pd extended.
so what is the _tested_ (with the test i sent in my last email) architecture of the files you downloaded?
I've attached a pic of my externals directory. Maybe I've got that part wrong?
unfortunately, this doesn't tell anything at all, apart from the fact that you have a "gridflow.pd_darwin", which is what you need and which is already found by Pd and, as the error you are getting is telling us.
again: please check the architecture of gridflow.pd_darwin
fgamsdr IOhannes