Hi Thomas,
I have just compiled [py] from CVS, with the latest flext from CVS. flext works, however, I get the above error in the PD console when loading py.
Running:
c++filt _ZNSs4_Rep20_S_empty_rep_storageE
gives:
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage
I have:
gcc 3.4.4 python 2.4.2 pd 0.40-0test01
Any ideas?
Jamie
Hi Jamie, no idea, really - sounds like a glibc (or whatever the c++ part of it is called) version mismatch. You are under linux, right?
best greetings, Thomas
Am 07.02.2006 um 11:54 schrieb Jamie Bullock:
Hi Thomas,
I have just compiled [py] from CVS, with the latest flext from CVS. flext works, however, I get the above error in the PD console when loading py.
Running:
c++filt _ZNSs4_Rep20_S_empty_rep_storageE
gives:
std::basic_string<char, std::char_traits<char>, std::allocator<char>
::_Rep::_S_empty_rep_storage
I have:
gcc 3.4.4 python 2.4.2 pd 0.40-0test01
Any ideas?
Jamie
I compiled py/pyext 0.2 yesterday on Debian sid, and PD (0.38.4-devel) was crashing when loading the external. So I went back to py/pyext 0.1.4 with flext 4.7...
Le 7 Février 2006 06:00, Thomas Grill a écrit :
Hi Jamie, no idea, really - sounds like a glibc (or whatever the c++ part of it is called) version mismatch. You are under linux, right?
best greetings, Thomas
Am 07.02.2006 um 11:54 schrieb Jamie Bullock:
Hi Thomas,
I have just compiled [py] from CVS, with the latest flext from CVS. flext works, however, I get the above error in the PD console when loading py.
Running:
c++filt _ZNSs4_Rep20_S_empty_rep_storageE
gives:
std::basic_string<char, std::char_traits<char>, std::allocator<char>
::_Rep::_S_empty_rep_storage
I have:
gcc 3.4.4 python 2.4.2 pd 0.40-0test01
Any ideas?
Jamie
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Marc, is that with py and flext from cvs, or the packaged versions? If the latter, i'd recommend the former, to my mind stepping back to pyext 1.x isn't a good idea. Many things have improved in the meantime. best greetings, Thomas
Am 07.02.2006 um 13:06 schrieb Marc Lavallée:
I compiled py/pyext 0.2 yesterday on Debian sid, and PD (0.38.4-devel) was crashing when loading the external. So I went back to py/pyext 0.1.4 with flext 4.7...
On Tue, 7 Feb 2006 07:06:19 -0500 Marc Lavallée marc@hacklava.net wrote:
I compiled py/pyext 0.2 yesterday on Debian sid, and PD (0.38.4-devel) was crashing when loading the external. So I went back to py/pyext 0.1.4 with flext 4.7...
there is a (known) issue with py and python 2.4.2 ... using python threads in a pyext external and running pd with -rt crashes python ... might be related ... it's not a problem with 2.4.1, though ...
tim