[Bug 60370] New: compiler uses wrong path when looking for source files
Florian Jansen
jansen at geo.uni-bonn.de
Thu Jun 26 09:10: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=60370
Summary: compiler uses wrong path when looking for source files
Product: kdevelop
Version: 2.1
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: jansen at geo.uni-bonn.de
Version: 2.1 (using KDE 3.0.0)
Installed from: SuSE
Compiler: gcc version 2.95.3 20010315 (SuSE)
OS: Linux (i686) release 2.4.18-4GB
After compiling a source file I want to undo the errors and be positioned at the errors location in the source file by clicking on the error status line in the compiler window below. But on clicking on the error status line a message shows up saying that the specific file does not exist. This is because the compiler uses the wrong path: .../src/project_name instead of .../src/project_name/project_name as it is set automatically by KDevelopment. I cannot find a way to make the compiler use the correct path.
More information about the KDevelop-devel
mailing list