On Monday 16 March 2009 00:55:05 hajma wrote: > I've just submitted the first attempt on the spec for the KDE4 port of > konversation The spec needs just two small patches (filed
Submitted where? Really cool, BTW, Konversation is one of the apps I miss most in KDE4. > http://bugs.kde.org/show_bug.cgi?id=187267 for them). However it still does > not build, `make KDEkonversation` ends with The first patch seems to make sense if the API of something has changed; the second looks wrong and should be #include <sys/ioctl.h> or so instead. > pkgbuild: Undefined first referenced > pkgbuild: symbol in file > pkgbuild: KABC::Picture KABC::Addressee::logo()const > CMakeFiles/konvi.dir/irc/nickinfo.o pkgbuild: QString This looks like it's missing a -lkabc; please take a look at the installed libkabc to see if the sumbols are there: bacon$ nm -C /usr/local/lib/libkabc.so | grep logo 00043b70 T KABC::Addressee::logoLabel() 00045100 T KABC::Addressee::logo() const (that's on a FreeBSD machine, so don't expect this to match yours). -- Adriaan de Groot - KDE Quality Team, KDE-Solaris - http://www.englishbreakfastnetwork.org/ - http://solaris.kde.org/
