I was trying to clean up my .pdrc file and didn't loading pdp... Now with PDP loading I am back to =>
/usr/lib/pd/extra/pix_2pdp.pd_linux: /usr/lib/pd/extra/pix_2pdp.pd_linux: undefined symbol: _ZN9CPPExtern10m_holdnameE pix_2pdp: can't load library /usr/lib/pd/extra/pdp2gem.pd_linux: /usr/lib/pd/extra/pdp2gem.pd_linux: undefined symbol: _ZN11imageStruct8fromYV12EPs pdp2gem: can't load library /usr/lib/pd/extra/gem2pdp.pd_linux: /usr/lib/pd/extra/gem2pdp.pd_linux: undefined symbol: _ZN9CPPExtern10m_holdnameE gem2pdp: can't load library
with PDP: pure data packet PDP: version 0.12.4, Pd version 0.39-1test1, GEM: ver: 0.90 GEM: compiled: Jul 6 2005.
Thanks for your help ::Brad.
On 10/11/05, Georg Holzmann grhPD@gmx.at wrote:
Hallo!
Thanks for working on this with me. I based a series of patches for an installation on moving data between Gem&pdp and would like to get this working again. BUT...
... it will work ;)
[...]
/home/kliger/PDfiles/gem2pdp.pd_linux: /home/kliger/PDfiles/gem2pdp.pd_linux: undefined symbol: pdp_packet_new_image_YCrCb gem2pdp: can't load library
Is there a library that I'm missing??
no ... it seems to be a pdp version problem now! which pdp version do you use? I use PDP version 0.12.4 (installed with apt-get) here and compiled against the latest cvs.
LG Georg
Hallo!
I was trying to clean up my .pdrc file and didn't loading pdp... Now with PDP loading I am back to =>
/usr/lib/pd/extra/pix_2pdp.pd_linux: /usr/lib/pd/extra/pix_2pdp.pd_linux: undefined symbol: _ZN9CPPExtern10m_holdnameE
[...] okay, good news that pdp is working ... what you can try: do you really load gem before pix_2pdp ? I load it in that order: pd -lib pdp -lib Gem -lib pix_2pdp
if that does not help you will have to compile pix_2pdp yourself:
(you don't have to compile pdp - which makes it much easier ...;)
should not be that hard on a linux system ...
LG Georg
Georg::
what you can try: do you really load gem before pix_2pdp ? I load it in
that order: pd -lib pdp -lib Gem -lib pix_2pdp
Changing the loading order of the libraries didn't work...
if that does not help you will have to compile pix_2pdp yourself:
I've already compiled pix_2pdp, gem2pdp & pdp2gem with my current version of Gem, and came up with the above mentioned errors.
take the latest GEM from cvs and compile it
I won't have time to recompile Gem until this weekend. I tried that last week, though, (IOhannes thought it was an incompatibility with Gem) but I couldn't get the CVS version of Gem to compile for some reason?? I'm currently running the CCRMA version of Gem 0.90.
(you don't have to compile pdp - which makes it much easier ...;)
For some reason I never have trouble compiling pdp...
Thanks again, I'll get back to you after I fix Gem. ::Brad.
Brad Kligerman wrote:
take the latest GEM from cvs and compile it
I won't have time to recompile Gem until this weekend. I tried that last week, though, (IOhannes thought it was an incompatibility with Gem) but I couldn't get the CVS version of Gem to compile for some reason?? I'm currently running the CCRMA version of Gem 0.90.
it would be nice to know which reasons kept you from compiling (so i can fix it upstream, if the problem is on the Gem side)
mfg.ads.r IOhannes
PS: which mail-client are you using ?
IOhannes
it would be nice to know which reasons kept you from compiling (so i can
fix it upstream, if the problem is on the Gem side)
I'll track the problem... it was the first time that Gem wouldn't compile ...
mfg.ads.r
IOhannes
PS: which mail-client are you using ?
Gmail via firefox (are my emails poorly formatted?)
::Brad