The kdevelop4 tag has no wiki summary.
0
votes
0answers
26 views
generate doxygen from header file - KDevelop
I am using KDevelop 3.95, KDE 4 on Ubuntu and I wonder and I have an header file of some API.
Questions:
Is there a way to generate a doxygen from it? If so please how?
0
votes
0answers
25 views
run C++ project kdevelop
I have been used Eclipse but now I have to use KDevelop4.
I just create a new project via KDevelop, following this: Create New Project->Simple CMakebased-C++ application
and automatically got this ...
0
votes
1answer
61 views
Kdevelop4 path to library binaries
I'm having problem reported as below while trying to execute it. Where should I go to let it know where to find the .so lib which is under ${HOME}/projects/OpenImageIO/dist/linux64/lib?
Starting: ...
0
votes
0answers
22 views
Building KDE games
I was trying out a little experimenting with KDEGames. I downloaded the source code from https://github.com/serghei/kde3-kdegames/tree/master/kmines and tried to build them on my system in KDevelop, ...
1
vote
1answer
161 views
KDevelop with CMake project - how to manage debug and release builds?
Does KDevelop support switching between debug and release builds for CMake projects?
0
votes
0answers
38 views
Install KDevelop 4 on Slax 7
How to create a package of KDevelop or how to install KDevelop on Slax 7?
Thanks for the help.
0
votes
2answers
51 views
How can I see where do I reference a null pointer using KDevelop?
I am using KDevelop for C++ development and debugging. Looks like I am dereferencing an NULL pointer somewhere, because I get:
*** Program received signal SIGSEGV (Segmentation fault) ***
How can I ...
0
votes
1answer
105 views
Debug KDevelop in KDevelop
I am trying to debug the KDevelop project by using my system KDevelop installation and I came across with a problem that my ( under debugging ) KDevelop application wont read the plugins from the ...
0
votes
1answer
47 views
How to watch processor registers in kdevelop 4.x
I have been using KDevelop 4 for general C/C++ development for some time and I really like it. In order to develop for embedded systems though, I miss a processor registers and memory views, which I ...
0
votes
1answer
95 views
Kdevelop 4 link glew and freeglut
How can I link glew and freeglut to my project using Kdevelop 4? The functions of glut and opengl shows in code completion suggestion list but it fails with undefined reference to glut functions when ...
3
votes
2answers
152 views
Move source files in KDevelop4
This may sounds a little trivial but I really dont get it.
The ProjectView (Left side of the screen) displays all files of your project. You are able to create and delete files but you can't move ...
2
votes
2answers
1k views
vim+tags/slickedit/source insight or other(better) programming editor/IDE
I'm looking for some powerful programming environment for C/C++. In fact the only think i need is powerful source navigating + creating tool. Doesn't matter if its free or commercial. I prefer some ...
0
votes
1answer
208 views
Plugin Development for Kdevelop
I really love programming in kdevelop4, however it`s quite lacking in language support and other issues, so i would like to developing extension for it.
however .... i thought i would start with an ...
3
votes
2answers
6k views
Is there a kdevelop version that i can install on windows?
is there any other than using Cygwin? thanks!
2
votes
1answer
304 views
Opengl Superbible Configuring an IDE
Someone knows how to configure Kdevelop and cmakelist.txt to work with GLTools/GLU/ and other opengl libraries?
Opengl superbible brings a tutorial to configure VS and a MAC IDE, but, i can't find ...
5
votes
2answers
985 views
KDevelop 4.2.2 syntax highlighting questions
For my C++ development I am running KDevelop on Ubuntu Natty, I have two questions:
1) It highlights all my variables in random rainbow colors - how can I change that? I want all my variables in ...
1
vote
1answer
1k views
KDevelop4 : Setting up a project using cmake
I am using Kdevelop4, and would like to use a default CMake c++ project.
My plan is to partition my application into programs, several shared libraries, and I would like to have a separate project ...

