Yeey success I compiled kdelibs-4.6.0 ofcourse it didn't work out of the box with with QT4.8 I needed a patch: http://cache.gmane.org//gmane/comp/kde/devel/core/70307-001.bin In that patch I removed the part: +void Scheduler::slotSlaveOnHoldListChanged() +{ + schedulerPrivate->slotSlaveOnHoldListChanged(); +}
and + void slotSlaveOnHoldListChanged(); Applied it by hand. And then after millions of warnings I got: [100%] Built target testkhtml :-). 2012/2/12, wim meest <wim.me...@gmail.com>: > Gave up. to many errors in kde-runtime-latest > fixed some with this patch: > ------------- > diff --git a/kioslave/nfs/CMakeLists.txt b/kioslave/nfs/CMakeLists.txt > index b973a73..6556769 100644 > --- a/kioslave/nfs/CMakeLists.txt > +++ b/kioslave/nfs/CMakeLists.txt > @@ -3,8 +3,8 @@ set(kio_nfs_PART_SRCS kio_nfs.cpp mount_xdr.c nfs_prot_xdr.c > ) > > kde4_add_plugin(kio_nfs ${kio_nfs_PART_SRCS}) > > - > -target_link_libraries(kio_nfs ${KDE4_KIO_LIBS}) > +include_directories(/usr/include/tirpc) > +target_link_libraries(kio_nfs ${KDE4_KIO_LIBS} tirpc) > > install(TARGETS kio_nfs DESTINATION ${PLUGIN_INSTALL_DIR} ) > --------------------------------- > but nfs keeps nagging about gethostbyname undefined included lot's of > header files but it won't go away. > > Trying the 4.6 version from the attic next :-). > > > 2012/2/9, wim meest <wim.me...@gmail.com>: >>> Please keep reporting on your progress. >> >> ------------------------ >> http://www.linuxfromscratch.org/blfs/view/svn/kde4/kde4pimlibs.html >> http://mirrors.isc.org/pub/kde/stable/4.6.0/src/kdepimlibs-4.6.0.tar.bz2 >> not found using: >> http://mirrors.isc.org/pub/kde/stable/4.8.0/src/kdepimlibs-4.8.0.tar.bz2 >> >> hmm needs: >> * gpgme ( or greater or higher) >> <http://www.gnupg.org/related_software/gpgme> >> GNU Privacy Guard (GPG/PGP) support >> Necessary to compile many PIM applications, including KMail >> * Akonadi server libraries (1.5.52 or higher) >> <http://pim.kde.org/akonadi> >> Access to PIM storage and services >> * cyrus-sasl <http://asg.web.cmu.edu/sasl/sasl-library.html> >> Login authentication for IMAP and Sieve >> >> installed akonadi-1.7.0 >> with CMAKE_PREFIX_PATH=$QT4DIR cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX >> \ >> -DBoost_INCLUDE_DIR=/usr/local/boost-1.4.8/include/ .. >> (boost is not found automatically on my system). >> >> ----------------------------------------- >> http://www.linuxfromscratch.org/blfs/view/svn/kde4/kde4baseruntime.html >> not found, >> version 4.8.0 not found >> Panic?? >> >> ----------------------------------------- >> Yep Panic, need some new inspiration :-). >> > -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page