Hi list, hi Georg
I installed new PDContainer version from cvs--allthough I included -lib PDContainer + path into my .pdrc it does not-only when I put [PDContainer] into a patch--then I can use the objects. Also some strange message is coming on startup.
tried /home/gerda/PDContainer.pd_linux and failed tried /usr/local/lib/pd/extra/PDContainer.pd_linux and failed tried /usr/local/lib/pd/externs/PDContainer.pd_linux and failed tried /usr/local/lib/pd/iemabs/PDContainer.pd_linux and failed tried /usr/lib/pd/extra/PDContainer.pd_linux and failed tried /usr/lib/pd/externs/PDContainer.pd_linux and succeeded
/usr/lib/pd/externs/PDContainer.pd_linux: /usr/lib/pd/externs/PDContainer.pd_linux: undefined symbol: _ZTTSt14basic_ifstreamIcSt11char_traitsIcEE PDContainer: can't load library
thx
Gerda
Hallo Gerda !
/usr/lib/pd/externs/PDContainer.pd_linux: /usr/lib/pd/externs/PDContainer.pd_linux: undefined symbol: _ZTTSt14basic_ifstreamIcSt11char_traitsIcEE PDContainer: can't load library
hm - strange...
c++filt gives me:
c++filt _ZTTSt14basic_ifstreamIcSt11char_traitsIcEE VTT for std::basic_ifstream<char, std::char_traits<char> >
yes, I use ifstream for reading files, but isn't it c++ Standard?
Has anyone else an idea which lib/what could be missing here?
LG Georg