KDevelop is a IDE for C/C++ and Qt supporting cmake, qmake and custom makefiles. It also has plugins for PHP, Python, Rust, Ruby, QML/JS and Go languages.
Questions tagged [kdevelop]
245 questions
0
votes
1 answer
Accessing svn repository from KDevelop
I have successfully installed Subversion and set up repository for my project. Then added project to repository, checked it out and opened it in KDevelop.
I can see Subversion menu items but every time I'm trying to operate with svn within KDevelop…

zergius
- 344
- 1
- 6
- 12
0
votes
1 answer
KDevelop Python Support not compiling
I have already installed kdevelop and all it's packages from dnf but they don't kdev-python from https://invent.kde.org/kdevelop/kdev-python. So I am trying it to build from source. I have all the dependency but I am getting error when I type…

new_buffer_overflow
- 27
- 6
0
votes
0 answers
Can't get Kdevelop under Debian to recognise a path to new #include files - specifically the Boost libraries
I'm running Debian buster and KDevelop and I want to try out some of the boost libraries. The boost example lambda code won't compile because it can't find the boost header file which is in /home/user/boost/boost_1_79_0/boost/lambda/.
Adding the…

Graeme
- 1
0
votes
1 answer
Could not start debugger. Could not run 'lldb-mi'. Make sure that the path name is specified correctly
I'm facing this error when launching the C++ debug on KDevelop.
Where does this error originate? Any idea would be appreciated. thanks.

aryankarim
- 184
- 1
- 10
0
votes
1 answer
Where is the "mark occurrences" ("highlight selection") option/plugin?
When putting text cursor on a word I'd like other occurrences of this word to be highlighted.
I saw that it worked like that before. But how to enable it in the current version?
There is a highlight occurrences when selecting the whole word, but…

Velkan
- 7,067
- 6
- 43
- 87
0
votes
0 answers
How to setup Cairo with Cmake?
My team is working on a super light-weight project written in C, where we want to render shapes and GUI elements using Xlib and Cairo. We're working with Kdevelop and thus depend on CMake, but none of us is really well acquainted with it. We managed…
user18917702
0
votes
0 answers
KDevelop not detecting GDB for C++ projects in Ubuntu
I am getting the following error while attempting to debug a C++ project in KDevelop:
You need gdb 7.0.0 or higher.
You are using: GNU gdb (Ubuntu 10.2-0ubuntu1~20.04~1) 10.2
The solution, as described here, appears to be about renaming a file.…

DKS
- 188
- 10
0
votes
1 answer
KDevelop can't find cmake in /usr/sbin/
I'm following https://develop.kde.org/docs/kirigami/introduction-getting_started/#mainqml (kirigami introduction) to create apps for my pinephone (arch64v8). I'm using KDevelop and have an aarch64 docker container with Arch ARM, which I want to use…

Mr. Wrong
- 500
- 7
- 21
0
votes
1 answer
Kdevelop gdb error "You need gdb 7.0.0 or higher."
When trying to debug in kedevelop I'm getting the error:
You need gdb 7.0.0 or higher. You are using: Registered pretty
printers for UE classes
but I have a higher version than that:
$ gdb --version GNU gdb (Debian 10.1-1.7)…

g1i1ch
- 85
- 1
- 1
- 4
0
votes
1 answer
KDevelop semantic analyser getting crazy with std::variant. How to deal with it?
While using KDevelop, I reached some code where the Semantic Analyser get crazy: it mostly consider the full header as semantically wrong with ugly red highlighting everywhere.
I simplified to the maximum the code and this is the result:
In case,…

Adrian Maire
- 14,354
- 9
- 45
- 85
0
votes
0 answers
Stop automatic CMake configure in KDevelop
I'm using the latest AppImage of KDevelop (version 5.6.1) on a kubuntu 20.04 to develop and build a project with CMake.
Opposed to earlier versions of KDevelop this one automatically executes a CMake configure run whenever I save a source file or a…

bjhend
- 1,538
- 11
- 25
0
votes
0 answers
How to customize Code Browser of KDevelop?
I use KDevelop 5.5.0. I like the information that the Code Browser plugin provides, but don't like its behavior. I want it to show the tooltips only when I want them, for example only if the shift key is pressed. At the moment, as I move the mouse…

apadana
- 574
- 2
- 19
0
votes
0 answers
Debugging Application on Raspberry pi with KDevelop
I have an application which runs on the Raspberry Pi and I would like to debug it from my host computer.
Cross compiling works fine and I am able to start the gdb server to…

Murmi
- 91
- 10
0
votes
0 answers
KDevelop function deprecation warnings
I'm using g_str_to_ascii() function from glib library in KDevelop project. The function was added in glib 2.40 and I'm using even newer version of that library, but it's being marked by app as deprecated. Is there any way to guide KDevelop, to not…

pako1200
- 15
- 5
0
votes
1 answer
KDevelop failed to configure projects
after setting up KDevelop under Kubuntu 19.10 with CMake, the following error occurs whenever I open a project:
Failed to configure the project (error message: Configuration failed.).
As a result, KDevelop's code understanding will likely be…

blaargh
- 33
- 1
- 10