[Bug 59887] "There is no Makefile in this directory. Run qmake first?" but runs tmake

Roger Larsson roger.larsson at norran.net
Sat Sep 20 03:44:06 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=59887     




------- Additional Comments From roger.larsson at norran.net  2003-09-20 03:43 -------
Created an attachment (id=2513)
 --> (http://bugs.kde.org/attachment.cgi?id=2513&action=view)
Added "-o Makefile" to tmake builds, and more...

Added "-o Makefile" for tmake builds
When tmake is to be run query
 "There is no Makefile in this directory. Run tmake first?"
(still query "... Run qmake first?" when qmake will be used)

*** Cleaned up duplicated code! ***
      see new private method 'make'

Bugs not fixed yet:

* tmake requires TMAKEPATH, this is not set but can be handled with the
following addition to 
qtopiaapp/app.kdevelop
	<envvar value="/usr/lib/tmake/qws/linux-x86-g++" name="TMAKEPATH" />

* the "Messages" output from tmake is immedeatly overwritten by the output from
gmake.

* it builds with error, no INCPATH defined (installation problem?)




More information about the KDevelop-devel mailing list