[Bug 76013] New: qmake project: run 'qmake' before make
Daniel Franke
daniel.franke at imbs.uni-luebeck.de
Tue Feb 24 13:49:02 UTC 2004
------- 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=76013
Summary: qmake project: run 'qmake' before make
Product: kdevelop
Version: 3.0.1
Platform: Compiled Sources
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel kdevelop org
ReportedBy: daniel.franke imbs uni-luebeck de
Version: 3.0.1 (using KDE 3.1.4)
Installed from: compiled sources
Compiler: gcc version 3.2.2
OS: SunOS (sun4u) release 5.8
When moving projects between platforms, it may occur that qt is located in different places, e.g. '/usr/lib/qt3' (host1) and 'usr/local/qt3' (host2). Therefore running 'make' on a Makefile created on host1 may fail on host2:
--
* cd /tmp/sibsimbuilder && QTDIR="/usr/local/qt3" gmake -k
* gmake: *** No rule to make target `/usr/lib/qt3/mkspecs/default/qmake.conf', needed by `Makefile'.
* gmake: Failed to remake makefile `Makefile'.
* gmake[1]: *** No rule to make target `/usr/lib/qt3/mkspecs/default/qmake.conf', needed by `Makefile'.
* gmake[1]: *** No rule to make target `/usr/lib/qt3/lib/libqt-mt.prl', needed by `Makefile'.
* gmake[1]: Failed to remake makefile `Makefile'.
[...]
--
Running qmake prior to (g)make solves this.
BTW: these make errors aren't highlighted as compile errors are (red)?!
More information about the KDevelop-devel
mailing list