When I start Pd, I get:
/Applications/Pd-0.38.4-extended-RC7.app/Contents/Resources/
Scripts/../extra/pdp.pd_darwin: dlopen(/Applications/Pd-0.38.4-
extended-RC7.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin,
10): Symbol not found: _gluOrtho2D
Referenced from: /Applications/Pd-0.38.4-extended-RC7.app/Contents/
Resources/Scripts/../extra/pdp.pd_darwin
Expected in: /usr/X11R6/lib/libGL.1.dylib
pdp: can't load library
When Pd loads, PDP is not working. Is it a known bug or am I missing something?
I have Mac OS X 10.4.5 and Pd-0.38-extended-RC7 (i'm not using the stable 0.38-extended build since pix_video camera dialog crashes in it, while it works fine in RC7).
Thanks in advance for any help Vasily Kuznetsov
On Mar 31, 2006, at 8:09 AM, Vasily Kuznetsov wrote:
When I start Pd, I get:
/Applications/Pd-0.38.4-extended-RC7.app/Contents/Resources/ Scripts/../extra/pdp.pd_darwin: dlopen(/Applications/Pd-0.38.4- extended-RC7.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin,
10): Symbol not found: _gluOrtho2D Referenced from: /Applications/Pd-0.38.4-extended-RC7.app/ Contents/Resources/Scripts/../extra/pdp.pd_darwin Expected in: /usr/X11R6/lib/libGL.1.dylibpdp: can't load library
When Pd loads, PDP is not working. Is it a known bug or am I missing something?
...yes this is known, but I think unresolved :-(
I have Mac OS X 10.4.5 and Pd-0.38-extended-RC7 (i'm not using the stable 0.38-extended build since pix_video camera dialog crashes in it, while it works fine in RC7).
...ok:
fink/darwinports/etc? 3. could you try the following command from /Applications/Utilities/ Terminal.app, and report the output back here?
otool -L /Applications/Pd-0.38.4-extended-RC7.app/Contents/Resources/ extra/pdp.pd_darwin
thnx, james
On Mar 31, 2006, at 10:40 AM, james tittle wrote:
On Mar 31, 2006, at 8:09 AM, Vasily Kuznetsov wrote:
When I start Pd, I get:
/Applications/Pd-0.38.4-extended-RC7.app/Contents/Resources/ Scripts/../extra/pdp.pd_darwin: dlopen(/Applications/Pd-0.38.4- extended-RC7.app/Contents/Resources/Scripts/../extra/ pdp.pd_darwin, 10): Symbol not found: _gluOrtho2D Referenced from: /Applications/Pd-0.38.4-extended-RC7.app/ Contents/Resources/Scripts/../extra/pdp.pd_darwin Expected in: /usr/X11R6/lib/libGL.1.dylib
pdp: can't load library
When Pd loads, PDP is not working. Is it a known bug or am I missing something?
...yes this is known, but I think unresolved :-(
I have Mac OS X 10.4.5 and Pd-0.38-extended-RC7 (i'm not using the stable 0.38-extended build since pix_video camera dialog crashes in it, while it works fine in RC7).
...ok:
- I thought this was fixed in RC8? maybe not?
- do you have apple's X11 installed, or have you installed x11 via
fink/darwinports/etc? 3. could you try the following command from /Applications/Utilities/ Terminal.app, and report the output back here?
otool -L /Applications/Pd-0.38.4-extended-RC7.app/Contents/ Resources/extra/pdp.pd_darwin
I think its somewhat resolved. Try pdp.pd_darwin the release version:
IIRC, that one does not have that problem. FYI: the pdp in RC7 was
is compiled from the sources that are now in CVS. The pdp.pd_darwin
in the stable version is the one that you built for pd++, tigital.
.hc
Man has survived hitherto because he was too ignorant to know how to
realize his wishes.
Now that he can realize them, he must either change them, or perish.
-William Carlos
Williams
On Apr 1, 2006, at 4:23 AM, Hans-Christoph Steiner wrote:
....
I think its somewhat resolved. Try pdp.pd_darwin the release version:
Thank you! This way it works.
Vasily
On Mar 31, 2006, at 9:40 PM, james tittle wrote:
...ok:
- I thought this was fixed in RC8? maybe not?
- do you have apple's X11 installed, or have you installed x11 via
fink/darwinports/etc?
I have apple's X11.
- could you try the following command from /Applications/Utilities/
Terminal.app, and report the output back here?
otool -L /Applications/Pd-0.38.4-extended-RC7.app/Contents/ Resources/extra/pdp.pd_darwin
It says:
/Applications/Pd-0.38.4-extended-RC7.app/Contents/Resources/extra/
pdp.pd_darwin:
@executable_path/../../lib/libgslcblas.0.dylib
(compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 71.1.4)
@executable_path/../../lib/libgsl.0.dylib (compatibility
version 6.0.0, current version 6.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
@executable_path/../../lib/libpng.3.dylib (compatibility
version 3.0.0, current version 3.0.0)
/usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0,
current version 6.2.0)
/usr/X11R6/lib/libXv.1.dylib (compatibility version 1.0.0,
current version 1.0.0)
/usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0,
current version 6.4.0)
@executable_path/../../lib/libquicktime.0.dylib
(compatibility version 1.0.0, current version 1.0.0)
/usr/X11R6/lib/libGL.1.dylib (compatibility version 1.2.0,
current version 1.2.0)
/usr/X11R6/lib/libGLU.1.dylib (compatibility version 1.3.0,
current version 1.3.0)
The version from release (after I put it in place of pdp.pd_darwin)
works and otool says:
/Applications/Pd-0.38.4-extended-RC7.app/Contents/Resources/extra/
pdp.pd_darwin:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.2.1)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current
version 1.2.3)
/usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0,
current version 6.2.0)
/usr/X11R6/lib/libXv.1.dylib (compatibility version 1.0.0,
current version 1.0.0)
/usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0,
current version 6.4.0)
/usr/X11R6/lib/libGL.1.dylib (compatibility version 1.2.0,
current version 1.2.0)
/usr/X11R6/lib/libGLU.1.dylib (compatibility version 1.3.0,
current version 1.3.0)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current
version 92.0.0)
Surprisingly, the libGL.1.dylib dependency is the same as for RC7.
Probably the missing symbol is not
referenced any more...
thnx, james
Hi all,
I know this has been bought up time and time again - but I've been browsing the archives and still can't get to the bottom of where I'm supposed to be at with the missing libraries in PD Extended on Mac OS X.
I'm still getting this on opening:
Info: this [list] has been backported from Pd 0.39.2 /Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp.pd_dar win: dlopen(/Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp .pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib Referenced from: /Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp.pd_dar win Reason: image not found pdp: can't load library /Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/pidip.pd_d arwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/pid ip.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib Referenced from: /Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/pidip.pd_d arwin Reason: image not found pidip: can't load library
I've downloaded the latest version from puredata.org. It's labelled only as PD Extended, so I assume it's RC8 rather than the RC7 I had already. I think I've got x11....I downloaded it from Apple, but it wouldn't let me install saying that newer software was already present.
I quite want to play with the motion tracking in PDP (see my other post ;) but it's not creating the objects because the libs are missing.
Jonathan
On 3/4/06 09:09, "Vasily Kuznetsov" kvas.it@gmail.com wrote:
On Mar 31, 2006, at 9:40 PM, james tittle wrote:
...ok:
- I thought this was fixed in RC8? maybe not?
- do you have apple's X11 installed, or have you installed x11 via
fink/darwinports/etc?
I have apple's X11.
- could you try the following command from /Applications/Utilities/
Terminal.app, and report the output back here?
otool -L /Applications/Pd-0.38.4-extended-RC7.app/Contents/ Resources/extra/pdp.pd_darwin
It says:
/Applications/Pd-0.38.4-extended-RC7.app/Contents/Resources/extra/ pdp.pd_darwin: @executable_path/../../lib/libgslcblas.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.4) @executable_path/../../lib/libgsl.0.dylib (compatibility version 6.0.0, current version 6.0.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.0.0) @executable_path/../../lib/libpng.3.dylib (compatibility version 3.0.0, current version 3.0.0) /usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0, current version 6.2.0) /usr/X11R6/lib/libXv.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0, current version 6.4.0) @executable_path/../../lib/libquicktime.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/X11R6/lib/libGL.1.dylib (compatibility version 1.2.0, current version 1.2.0) /usr/X11R6/lib/libGLU.1.dylib (compatibility version 1.3.0, current version 1.3.0)
The version from release (after I put it in place of pdp.pd_darwin) works and otool says:
/Applications/Pd-0.38.4-extended-RC7.app/Contents/Resources/extra/ pdp.pd_darwin: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.2.1) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0, current version 6.2.0) /usr/X11R6/lib/libXv.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0, current version 6.4.0) /usr/X11R6/lib/libGL.1.dylib (compatibility version 1.2.0, current version 1.2.0) /usr/X11R6/lib/libGLU.1.dylib (compatibility version 1.3.0, current version 1.3.0) /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 92.0.0)
Surprisingly, the libGL.1.dylib dependency is the same as for RC7. Probably the missing symbol is not referenced any more...
thnx, james
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list