Javier García wrote: > > > But if i delete "Gem" from my list, i get this: > > PDP: pure data packet version 0.12.5-darcs > /usr/local/lib/pd/extra/pidip/pidip.pd_linux: > /usr/local/lib/pd/extra/pidip/pidip.pd_linux: undefined symbol: > quicktime_close > > Why? Im curious...
have you compiled pidip yourself? (or updated quicktime after you compiled pidip?) it seems like pidip is searching for libquicktime at the wrong place (where it cannot find it); Gem seems to find it, so pidip can re-use the bindings made available for Gem. try: ~> ldd /path/to/my/pidip.pd_linux and watch out for the libquicktime library (it should tell you the full name it is looking for and that it cannot find it); you will probably have to do some symlinking stuff and editing of /etc/ld.so.conf in order to make pidip work without an auxiliary Gem load. mfg.asdf IOhannes _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
