kdelibs4 built successfully.

In the Makefile, the QT_COMPONENTS list seemed awfully sparse. So I looked at 
what ldd told me about the dependencies. I have attached patch for Makefile. 
It might also be necessary to add the iconengines, imageformats and 
inputmethods components.

I also notice that quite a few of the libraries are linked with KDE3/Qt3! 
Example is kio_file.so. This doesn't sound right at all. I get this building 
by hand as well, outside of the port. I'll need to investigate.

-- 
David Johnson
--- Makefile.old	2008-01-22 23:57:32.000000000 -0800
+++ Makefile	2008-01-23 00:02:44.000000000 -0800
@@ -40,7 +40,7 @@
 USE_OPENSSL=	yes
 USE_QT_VER=	4
 # XXX: review (especially mysterious "QSessionmanager support missing" errors)
-QT_COMPONENTS=	corelib opengl moc rcc uic dbus qt3support designer network svg qtestlib
+QT_COMPONENTS=	corelib dbus gui moc network opengl qmake qt3support qtestlib rcc script sql svg uic xml
 USE_GNOME=	libxml2 libxslt
 
 # XXX: PREFIX/kde4?
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd

Reply via email to