kdevelop

How does one add a custom build step to an automake-based project in KDevelop?

I recently started work on a personal coding project using C++ and KDevelop. Although I started out by just hacking around, I figure it'll be better in the long run if I set up a proper unit test suite before going too much further. I've created a seperate test-runner executable as a sub project, and the tests I've added to it appear t...

Best crossplatform C++/QT4 development environment

Hi! I would like to develop cross-platform applications using C++ and QT4. I code on both Linux and Windows (MinGW). Currently I'm using KDevelop and it's QMake integration. On Windows I'm trying out Eclipse with QT integration plugin. However moving sources and updating profiles/IDE project files on both systems is tedious. I'm looki...

Which way to go in Linux (Qt or KDevelop)

Which one of the IDE is good in terms of support for debugging, implementation and usabality. Qt or KDevelop? Various duplicated: http://stackoverflow.com/questions/24109/c-ide-for-linux http://stackoverflow.com/questions/86676/is-there-a-good-and-free-ide-for-cc-in-linux http://stackoverflow.com/questions/164693/whats-the-best-stab...

Lua syntax highlighting in KDevelop

Does anyone know how to fix the Lua syntax highlighting in Kdevelop. The # symbol used to get the length of a table causes the remainder of the line to appear as if it is commented out. t[#t+1] = "foo" ...

Kdevelop as a Rails IDE

I would like to use Kdevelep as a Ruby on Rails IDE as I'm using Linux. How do I set up Kdevelop to enable this? ...

Floating/Embedded QDockWidget in a QWidget (KXmlGuiWindow's CentralWidget designed in QT Designer)

I'm just trying to get into QT (and KDE) program, and have hit a snag trying to add a floatable, draggable QDockWidget to the .ui file (based as a QWidget) that is embedded into my KDE 4 program. This is all from the basic template provided by KDevelop 4, so while I understand what's going on, I just don't know the best way to change it...

Something wrong with my gdb or KDevelop IDE?

I have Ubuntu 9.04 and KDevelop IDE. When I am trying to debug C++ console app, it tells me: GDB cannot use the tty* or pty* devices. Check the settings on /dev/tty* and /dev/pty* As root you may need to "chmod ug+rw" tty* and pty* devices and/or add the user to the tty group using "usermod -G tty username". I installed gcc and gdb, and ...

Kdevelop in Windows XP

I received a src archive from a friend who develops Qt apps on Linux on Kdevelop IDE. Is it possible to load the Kdevelop project in Windows in some IDE ? Is there a Kdevelop port on Windows without Cygwin/Msys etc ? Are there any workarounds or I should I have to install Linux and take charge? Update : I visited the page as mentioned ...

Converting a non-GUI Makefile (make) project to KDevelop

I have a rather simple C project I compile with make that I would like to run and debug in KDevelop, but I can't get this to work. I have installed cmake and tried both to import an existing project and start a new (which insists on creating a main.ccp file), but no matter what I do all the menu options to run the program are greyed out....

Kdevelop Issues - setting a variable

Hey, I'm using a program which relies on a certain value of a variable to get into a certain function. It's a dummy variable, which I use during debug when I want the program to enter a speific flow. Until now, I used to set a breakpoint near the variable , set it's value to 1 , and the condition would be met. I was wondering if ther...

Copying a KDevelop project to another directory

What is the best way to copy an existing KDevelop project folder to another directory, so that the new project contains all the correct directory settings and configuration and there is as little manual editing (and thus less room for error) as possible? There is some information about someone being successful here about copying the pro...

C++ class is not being included properly.

Hello all, I have a problem which is either something I have completely failed to understand, or very strange. It's probably the first one, but I have spent the whole afternoon googling with no success, so here goes... I have a class called Schedule, which has as a member a vector of Room. However, when I compile using cmake, or even b...

KDevelop has no build menu.

I have just installed KDevelop on my Ubuntu machine (KDevelop 3.9.95 on Ubuntu 9.10) with sudo apt-get install kdevelop I created a new project with the "Hello World" program in it, but there doesn't appear to be any way to compile anything. The manuals refer to the build menu but there isn't one, all all compile options on the other m...

kdevelop intellisense

How can I enable the intellisence in KDevelop using C++ and QT? ...

kdevelop 3.5: configure: error: C++ compiler cannot create executables

Hello, I try to compile an application with kdevelop 3.5.4 on Ubuntu 10.04, but it fails with the following errors: checking whether make sets $(MAKE)... yes checking for g++... g++ checking whether the C++ compiler works... no configure: error: in `/home/nts/wktools4': configure: error: C++ compiler cannot create executables See `conf...

libtool version mismatch error

Hello, when building my application with kdevelop 3.5 on Ubuntu 10.04, I get the following errors: libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4 libtoo...

kdevelop: editing CMakeLists.txt

I am having troubles trying to make my project work with kdevelop. In the CMakeLists.txt I have included the paths to the libraries that I use: cmake_minimum_required(VERSION 2.4.6) PROJECT(Ormapi) INCLUDE_DIRECTORIES("/dir/whatever/local/dir/include") < here is defined global.h INCLUDE_DIRECTORIES("/dir/whatever/local/src") ADD...

kdevelop 4.0 : No project Templates

I have just installed kdevelop 4.0 on my Ubuntu machine and found that there are very few project templates (all are Qt related). I am not a qt developer and the previous versions of kdevelop had a lot of project templates. I am not sure how to get general C and C++ GTK templates. A Screenshot from a older version of kdevelop: http://ww...

kdevelop keeps "forgetting" launch configuration

I'm running kdevelop 4 under ubuntu 10.4. Everything runs fine, except that when I add a launch configuration, the configuration is gone after I've run my project once. The same goes for configuring keyboard shortcuts (except that in this case the changes i made work for just a few seconds). I've run kdevelop 4 from a console to check if...

Is it possible to use KDevelop to debug ruby applications?

Hello. I has read that KDevelop has integrated Ruby support and was interested to test it. But unfortunately, it wasn't easy. First, i was not able to install KDevelop both in Ubuntu and Kubuntu - it's not in the packages, so apt-get install kdevelop does nothing. After enabling unsupported backports, i was able to install KDevelop and ...