[Bug 56999] Compiler does not recognize changes

Tom Lueders tom.lueders at m.eads.net
Wed Jul 9 08:15: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=56999     




------- Additional Comments From tom.lueders at m.eads.net  2003-07-09 08:14 -------
Subject: RE:  Compiler does not recognize changes

Theese TARGETDEPS entries in the *.pro files will be removed by Gideon, if
it touches it.
A newer version of gideon (last two weeks) is able to set some dependencies
inside the qmake manager.
The resulting strings in the *.pro-files are invalid. 

For example:
TARGETDEPS += ../mystuff/libMyStuff.a../lib

The linker then tries to link a library called
"../mystuff/libMyStuff.a../lib" 
and asks me for how to make it. Some space is missed between the
"../mystuff/libMyStuff.a" and "../lib".

Please check this out. If it is already fixed, forget it.
Thanks a lot, Tom

-----Original Message-----
From: Alexander Dymo [mailto:cloudtemple at mksat.net]
Sent: Dienstag, 8. Juli 2003 23:17
To: Lueders, Tom
Subject: [Bug 56999] Compiler does not recognize changes


------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
     
http://bugs.kde.org/show_bug.cgi?id=56999     




------- Additional Comments From cloudtemple at mksat.net  2003-07-08 23:16
-------
I see no problem with dependencies and qmake. If you want your binaries to
be recompiled if 
some other targets (like static libs) was changed then add TARGETDEPS to
your qmake 
project file (no gui for this is available yet). 
Please specify your problem.




More information about the KDevelop-devel mailing list