hello,
i think i have problems in pidip library after compile pd-extended in ubuntu-11.04 64bits.
PDP: pure data packet version 0.12.6 /usr/lib/pd-extended/extra/pidip/pidip.pd_linux: /usr/lib/pd-extended/extra/pidip/pidip.pd_linux: undefined symbol: pdp_vloopback_setup pidip: can't load library
any suggestions?
Hi
One thing that always caught me out was loading the pidip binary before Gem or PDP,
go to media>preferences>start up
and make sure Gem & PDP are loaded on the list first before pidip
hope this makes sense
best
Al
On Mon, Sep 26, 2011 at 1:34 PM, Ricardo Brazileiro rbrazileiro@gmail.comwrote:
hello,
i think i have problems in pidip library after compile pd-extended in ubuntu-11.04 64bits.
PDP: pure data packet version 0.12.6 /usr/lib/pd-extended/extra/pidip/pidip.pd_linux: /usr/lib/pd-extended/extra/pidip/pidip.pd_linux: undefined symbol: pdp_vloopback_setup pidip: can't load library
any suggestions?
-- ricardo brazileiro http://rbrazileiro.info
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-09-26 14:34, Ricardo Brazileiro wrote:
hello,
i think i have problems in pidip library after compile pd-extended in ubuntu-11.04 64bits.
PDP: pure data packet version 0.12.6 /usr/lib/pd-extended/extra/pidip/pidip.pd_linux: /usr/lib/pd-extended/extra/pidip/pidip.pd_linux: undefined symbol: pdp_vloopback_setup pidip: can't load library
modern kernels don't have v4l(1) any more, hence pidip has been compiled without pdp_vloopback, but somebody forgot to remove the call to its _setup function.
just a wild guess though.
fgm,asdr IOhannes