Re: Can someone confirm?
Leon Pollak <[email protected]> Mon, 6 Apr 2020 16:29:25 +0300
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
On 08/03/2020 21:29, Milian Wolff wrote: On Samstag, 7. März 2020 19:24:06 CET Leon Pollak wrote: Hello, all. My kdevelop 5.5.0 in updated FC30 behaves strange: when I click in the build tab the error line from the compilation I expect kdevelop to open the erroneous source file at the erroneous line. Instead of this, it opens a new tab named after erroneous source file as if this is empty file. Even if there is already this file in some tab opened, kdevelop still opens this empty tab named the same name. My compiler is ordinary gcc/g++, files have normal permissions. I don't know what to check more... Anyone can confirm this behavior? This probably means that the path is not correctly detected - is your makefile using relative paths? Although I am not sure what did you mean, I checked the CMakeLists.txt and replaced all references to directories which had "./" to absolute path - this didn't help. Probably because what i see in the error message is not influenced by my changes: ../../src/Units/UNIT_IDE.cpp:146:57: error: ‘mc’ was not declared in this scope One way or another: to confirm this behavior, we would need a project that exhibits this behavior. Please create one and share it in a bug report. My attempts to eliminate the unnecessary files fails meantime. I am not sure this is possible at all. What can i say is - I never had such a problem in the last about 10 years of kdevelop usage...:-) Thank you! Be healthy. -- Leon