[Bug 57170] New: header file from ui file not built automatically
holger-kde at holgis.net
holger-kde at holgis.net
Sat Apr 12 23:49:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=57170
Summary: header file from ui file not built automatically
Product: kdevelop
Version: unspecified
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: holger-kde at holgis.net
Version: (using KDE KDE 3.1.1)
Installed from: Gentoo Packages
Hi,
i have the following problem: i have created a project with gideon(actual cvs version from this week), and for some reason, after i make distclean and after that automake, configure, make, the make process forgets to create a .h file from a .ui file.
my project is rpclient.
the file names for me are:
rpclient/src/rphauptmenubase.ui (the ui file)
as i am subclassing from this class, i need the three files:
rphauptmenubase.cpp
rphauptmenubase.h
rphauptmenubase.moc
when i check if these files exist, they do exist, but it seems as if they are built too late in the building process, as the rphauptmenubase.h file does not exist, when it is needed by rphauptmenu.h from rpclientview.cpp.
when i run the build process a second time by pressing F8, it finishes successful, as the file exists already, when it is needed this time.
i will attach the first and the second output of the message window, so that you can see, what exactly is going on.
thanks, Holger
More information about the KDevelop-devel
mailing list