Greetings,
I'm having trouble getting pdp to work on OSX. The trouble is that I installed vorbis some time ago for another application, and pdp complains that it is too new a version!
I get this: dyld: /usr/local/bin/pd version mismatch for library: /usr/local/lib/libvorbis.0.dylib (compatibility version of user: 4.0.0 greater than library's version: 3.0.0) pd_gui: pd process exited when I tried to re-compile pdp I got tons of error messages - because it couldn't find the header files: ../../include/pdp_matrix.h:25:27: gsl/gsl_block.h: No such file or directory ../../include/pdp_matrix.h:26:28: gsl/gsl_vector.h: No such file or directory ../../include/pdp_matrix.h:27:28: gsl/gsl_matrix.h: No such file or directory ../../include/pdp_matrix.h:28:26: gsl/gsl_blas.h: No such file or directory ../../include/pdp_matrix.h:29:29: gsl/gsl_linalg.h: No such file or directory
...?
Dr Edward Kelly Research Assistant in Sonic Arts London College of Communication University of the Arts London
___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
ola,
Ed Kelly wrote:
Greetings,
I'm having trouble getting pdp to work on OSX. The trouble is that I installed vorbis some time ago for another application, and pdp complains that it is too new a version!
I get this: dyld: /usr/local/bin/pd version mismatch for library: /usr/local/lib/libvorbis.0.dylib (compatibility version of user: 4.0.0 greater than library's version: 3.0.0)
this silly linker is still so silly .. why is it so dumb ?
pd_gui: pd process exited when I tried to re-compile pdp I got tons of error messages - because it couldn't find the header files: ../../include/pdp_matrix.h:25:27: gsl/gsl_block.h: No such file or directory ../../include/pdp_matrix.h:26:28: gsl/gsl_vector.h: No such file or directory ../../include/pdp_matrix.h:27:28: gsl/gsl_matrix.h: No such file or directory ../../include/pdp_matrix.h:28:26: gsl/gsl_blas.h: No such file or directory ../../include/pdp_matrix.h:29:29: gsl/gsl_linalg.h: No such file or directory
of course, you need to install loads of libraries before ( with fink, it helps ), the one you need here is libgsl.... but there is surely more...
suerte, sevy
...?
Dr Edward Kelly Research Assistant in Sonic Arts London College of Communication University of the Arts London
___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hey Sevy,
I am getting somewhere...apologies for my OSX ignorance, because I am a Linux person when not at work!
now there is an OSX problem with the ieee1394 component:
ld: pidip-modules/pdp_ieee1394.o illegal reference to symbol: _OpenDefaultComponent defined in indirectly referenced dynamic library /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore make: *** [darwin] Error 1
not sure what to do, but highly relieved to find apt-get in fink ;-)
best, Ed
--- Yves Degoyon ydegoyon@free.fr wrote:
ola,
Ed Kelly wrote:
Greetings,
I'm having trouble getting pdp to work on OSX. The trouble is that I installed vorbis some time ago
for
another application, and pdp complains that it is
too
new a version!
I get this: dyld: /usr/local/bin/pd version mismatch for
library:
/usr/local/lib/libvorbis.0.dylib (compatibility version of user: 4.0.0 greater than library's
version:
3.0.0)
this silly linker is still so silly .. why is it so dumb ?
pd_gui: pd process exited when I tried to re-compile pdp I got tons of error messages - because it couldn't find the header
files:
../../include/pdp_matrix.h:25:27: gsl/gsl_block.h:
No
such file or directory ../../include/pdp_matrix.h:26:28: gsl/gsl_vector.h:
No
such file or directory ../../include/pdp_matrix.h:27:28: gsl/gsl_matrix.h:
No
such file or directory ../../include/pdp_matrix.h:28:26: gsl/gsl_blas.h:
No
such file or directory ../../include/pdp_matrix.h:29:29: gsl/gsl_linalg.h:
No
such file or directory
of course, you need to install loads of libraries before ( with fink, it helps ), the one you need here is libgsl.... but there is surely more...
suerte, sevy
...?
Dr Edward Kelly Research Assistant in Sonic Arts London College of Communication University of the Arts London
Yahoo! Messenger - NEW crystal clear PC to PC
calling worldwide with voicemail http://uk.messenger.yahoo.com
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
Dr Edward Kelly Research Assistant in Sonic Arts London College of Communication University of the Arts London
___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
hi ed,
On Aug 3, 2005, at 9:30 AM, Ed Kelly wrote:
now there is an OSX problem with the ieee1394 component:
ld: pidip-modules/pdp_ieee1394.o illegal reference to symbol: _OpenDefaultComponent defined in indirectly referenced dynamic library /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore make: *** [darwin] Error 1
not sure what to do, but highly relieved to find apt-get in fink
...it'd be a lot of help if you said something about which version of
things you are working with: OS, gcc, pd, pdp, etc. Once we figure
that out, then it's easier to suggest methods of attack...the above
error likely indicates that the Quicktime.framework isn't being
included/linked...
l8r, james
Hi James,
Apologies for not providing all the info. I am using a dual G5 with 10.3.9, pd version 0.38-4 and gcc version 3.3. I'm trying to compile pdp 0.12.4. btw I'm finding a lot of references to /home/tom/ in the Makefiles in the opengl folder. anyway, I'm not sure I've got everything I need installed properly, so I'll have another crack at it tomorrow. Right now I'm updating fink, so I'll leave it at that for now.
Best, Ed PS you weere right about libquicktime not being properly installed!
--- james tittle tigital@mac.com wrote:
hi ed,
On Aug 3, 2005, at 9:30 AM, Ed Kelly wrote:
now there is an OSX problem with the ieee1394 component:
ld: pidip-modules/pdp_ieee1394.o illegal reference
to
symbol: _OpenDefaultComponent defined in
indirectly
referenced dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/
Frameworks/CarbonCore.framework/Versions/A/CarbonCore
make: *** [darwin] Error 1
not sure what to do, but highly relieved to find apt-get in fink
...it'd be a lot of help if you said something about which version of
things you are working with: OS, gcc, pd, pdp, etc. Once we figure
that out, then it's easier to suggest methods of attack...the above
error likely indicates that the Quicktime.framework isn't being
included/linked...l8r, james
Dr Edward Kelly Research Assistant in Sonic Arts London College of Communication University of the Arts London
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com