Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread Martin Peach
I ran into a similar thing a few days ago. X11 was already installed but all the libs had an extra version number, for example, /usr/X11R6/lib/libX11.6.dylib was actually libX11.6.2.dylib. So I manually made symbolic links to them like: sudo ln -s libX11.6.dylib libX11.6.2.dylib one at a time

Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread IOhannes m zmoelnig
Martin Peach wrote: I ran into a similar thing a few days ago. X11 was already installed but all the libs had an extra version number, for example, /usr/X11R6/lib/libX11.6.dylib was actually libX11.6.2.dylib. So I manually made symbolic links to them like: sudo ln -s libX11.6.dylib

Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread Hans-Christoph Steiner
Please add that info that FAQ entry. Anyone should be able to edit it, I think. .hc On Nov 14, 2008, at 8:11 PM, Luigi wrote: Hi Hans i found it out myself and the information your link points to is not up-to-date for LEOPARD...(10.5) i had X11 installed but that seems to be

Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread Hans-Christoph Steiner
On Nov 15, 2008, at 11:51 AM, IOhannes m zmoelnig wrote: Martin Peach wrote: I ran into a similar thing a few days ago. X11 was already installed but all the libs had an extra version number, for example, /usr/X11R6/lib/libX11.6.dylib was actually libX11.6.2.dylib. So I manually

Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread Martin Peach
IOhannes m zmoelnig wrote: Martin Peach wrote: I ran into a similar thing a few days ago. X11 was already installed but all the libs had an extra version number, for example, /usr/X11R6/lib/libX11.6.dylib was actually libX11.6.2.dylib. So I manually made symbolic links to them like: sudo

[PD] Startup Error PD-extended MAC OS 10.5

2008-11-14 Thread Luigi
Hi List: /Applications/001_Audio/001_Experimentell/Pd-extended.app/Contents/ Resources/extra/pdp.pd_darwin: dlopen(/Applications/001_Audio/ 001_Experimentell/Pd-extended.app/Contents/Resources/extra/ pdp.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib Referenced from:

Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-14 Thread Hans-Christoph Steiner
Install X11: http://puredata.info/docs/faq/how-do-i-fix-this-error-library-not- loaded-usr-x11r6-lib-libx11-6-dylib .hc On Nov 14, 2008, at 7:19 AM, Luigi wrote: Hi List: /Applications/001_Audio/001_Experimentell/Pd-extended.app/Contents/ Resources/extra/pdp.pd_darwin:

Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-14 Thread Luigi
Hi Hans i found it out myself and the information your link points to is not up-to-date for LEOPARD...(10.5) i had X11 installed but that seems to be buggy in 10.5, therefore one needs: http://xquartz.macosforge.org/trac/wiki/X112.3.1 maybe you want to add it to the wiki ?? might be