kdelibs does not build

David Faure faure at kde.org
Thu Jan 5 10:52:29 CET 2006


On Thursday 05 January 2006 10:28, thorsten at staerk.de wrote:
> Hi,
> 
> today I checked out unsermake, qt-copy and
> branches/work/kdelibs4_snapshot. I compiled and installed qt-copy, but
> kdelibs does not build:
> 
> kde-devel at ls3523:~/kdelibs4_snapshot> unsermake && unsermake install
> kdeui/Makefile.am: no rule to create target:
> ./kdeui/kshortcutdialog_simple.ui(./kdeui/kshortcutdialog_simple.h)

I fixed unsermake for this, a few days ago.
Since your unsermake is uptodate, and you did a Makefile.cvs ... I don't understand
why this doesn't work for you.

Can you apply this debugging patch to unsermake to find out?

--- designer.um (revision 494318)
+++ designer.um (working copy)
@@ -51,6 +51,8 @@ class DesignerHandler(handlerbase.Handle
                                        utilities.print_error("%s: Unknown extension, can't happen\n" % (rulef.filename))
                                        return

+               print "%s ext=%s uifile_version=%d" % (rulef.filename, ext, uifile_version)
+
                if uifile_version == 3:
                        # If UIC3_PATH is undefined we're using KDE 3
                        if utilities.subst_vars.has_key("UIC3_PATH"):

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).



More information about the Kde-buildsystem mailing list