Bug 49642 - gideon doesn't run "make -f Makefile.cvs" when a project is created
Summary: gideon doesn't run "make -f Makefile.cvs" when a project is created
Status: RESOLVED DUPLICATE of bug 49641
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-24 19:10 UTC by Frederic Heem
Modified: 2002-10-24 19:16 UTC (History)
0 users

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 Frederic Heem 2002-10-24 19:10:46 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

After a project is created, I click on "Build", then gideon says "There is no makefile and no configure, should I run automake and friends ?", but it fails because there is no makefile:
 cd /user/fheem/source/hellopcpp && gmake -k 
 gmake: *** No targets specified and no makefile found. Stop.
 *** Exited with status: 2 ***
I have to manually execute "make -f Makefile.cvs".
Comment 1 Simon Hausmann 2002-10-24 19:16:00 UTC

*** This bug has been marked as a duplicate of 49641 ***