Bug 49642

Summary: gideon doesn't run "make -f Makefile.cvs" when a project is created
Product: [Applications] kdevelop Reporter: Frederic Heem <f.heem>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***