On Thursday 06 April 2006 20:47, Ismail Donmez wrote: > Cuma 7 Nisan 2006 06:32 tarihinde, Ismail Donmez şunları yazmıştı: > > Cuma 7 Nisan 2006 03:36 tarihinde, Miguel Angel Alvarez şunları yazmıştı: > > > gdb output with PyKDE-snapshot20060122: > > > Reading in symbols > > > for > > > /usr/src/packages/BUILD/PyKDE-snapshot20060122/kdecore/sipkdecorecmodul > > >e. cp p...const value length mismatch for '_ZNSs4nposE', got 8, expected > > > 0...done. > > > > Looks like you are not using the same compiler thats used for building > > KDE. That might be the problem. > > According to c++filt symbol _ZNSs4nposE is coming from libstdc++ : > > [EMAIL PROTECTED] ~ $ c++filt _ZNSs4nposE > std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::npos
PyKDE (and PyQt I believe) doesn't use std::anything, and I don't recall that anything in kdelibs does either. Jim _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
