Registered Member
|
Attempting to use kDevelop 5.3.2 with Audacity source code.
Audacity is written in C++ with automake. The code builds successfully, but kDevelop underlines class name in every function definition. Example: In src/About.h
In src/About.cpp
"AboutDialog" is underlined in the above with a red wavy line. kDevelop offers a "hint" which is clearly wrong:
Clearly kDevelop can see the class declaration, and equally clearly "std::AboutDialog" is not declared anywhere. I have tried adding "include paths" in "Configure > Language Support". I have tried every combination that I can think of but can't find the necessary incantation to make it work. |
Global Moderator
|
Try changing the "compiler for path" setting in the project configuration dialog.
I'm working on the KDevelop IDE.
|
Registered Member
|
I have three options for "compiler for path": GCC, Clang, None.
I have tried all three, but no difference. |
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell