Bug 79086 - the generated executable file's name was "app.C" rather than "app", and the "run" toolbar button conplained that he can't find the file "app"
Summary: the generated executable file's name was "app.C" rather than "app", and the "...
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: appwizard (show other bugs)
Version: 1.0.0
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
: 107433 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-05 08:21 UTC by jiaoyehere
Modified: 2009-01-22 23:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jiaoyehere 2004-04-05 08:21:15 UTC
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.
Comment 1 Jens Dagerbo 2004-04-22 13:08:44 UTC
I have seen this mentioned by at least three different users by now. All of them have been running Mandrake 10.
Comment 2 Marc 2004-04-22 13:38:15 UTC
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.



Comment 3 J Delmerico 2004-06-09 03:41:20 UTC
I have also experienced this bug on both Mandrake and the latest Fedora release.
Comment 4 Ilya A. Palopezhentsev 2004-06-30 13:35:43 UTC
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.
Comment 5 Amilcar do Carmo Lucas 2004-07-19 22:32:49 UTC
According to #4 this is not a KDevelop bug.
Comment 6 Jens Dagerbo 2005-06-15 15:00:08 UTC
*** Bug 107433 has been marked as a duplicate of this bug. ***
Comment 7 Adrian Ban 2005-06-17 20:30:51 UTC
Problem is from aclocal, automake and autoconfig. After i upgrade the automake to version 1.7.9 everything is ok.