[Bug 56508] New: Compile Errors click to wrong source file
Roger Hill
rhill at zetnet.co.uk
Thu Mar 27 19:27:04 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=56508
Summary: Compile Errors click to wrong source file
Product: kdevelop
Version: unspecified
Platform: RedHat RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: rhill at zetnet.co.uk
Version: kdevelop 2.1.3 on kde 3.0.8-8 (Redhat 8.0) (using KDE KDE 3.0.5)
Installed from: RedHat RPMs
Compiler: gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
OS: Linux
This similar to bug report 33567, which is marked fixed, closed, but I seem to have got it again on a later release
I normally create kdevelop projects in /home/rch_8/src. If I create a new C++ (terminal) project, called t0, I get the project in /home/rch_8/src/t0, and the sources in /home/rch_8/src/t0/t0.
Assume I have main.cpp, and it compiles with errors, which are reported in the messages window. If I click on an error, or use F4, I get an erro message that /home/rch_8/src/t0/main.cpp does not exist. It should be looking for /home/rch_8/src/t0/t0/main.cpp
More information about the KDevelop-devel
mailing list