Version: 3.0.1 (using KDE 3.2 BRANCH >= 20040204, Mandrake Linux Cooker i586 - Cooker) Compiler: gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk) OS: Linux (i686) release 2.6.3-4mdk it seems that the bug is in the config maker module,it generates wrong execute name,and the run module can't find it.
I have seen this mentioned by at least three different users by now. All of them have been running Mandrake 10.
using Kdevelop v 3.0.1 from MDK 10 same branch. Created a standard a project from the standard C++ console, Hello World template and modified the code to my own. Build within kdevelop produces <appname>.C in the src directory. Has not happend after the creation of a standard KDE application from the template, but has still put the compiled program in the src directory.
I have also experienced this bug on both Mandrake and the latest Fedora release.
I work around this problem by manually editing generated makefiles. Just search for EXEEXT variable and change it to nothing instead of ".C" I'm using Mdk 10 too.
According to #4 this is not a KDevelop bug.
*** Bug 107433 has been marked as a duplicate of this bug. ***
Problem is from aclocal, automake and autoconfig. After i upgrade the automake to version 1.7.9 everything is ok.