This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 125929 - IDE generates wrong makefile for Fortran's projects
Summary: IDE generates wrong makefile for Fortran's projects
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 15:27 UTC by soldatov
Modified: 2008-08-14 15:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the generated file (1.46 KB, text/plain)
2008-01-24 15:29 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2008-01-24 15:27:56 UTC
It is bug in Sun Studio, but it can be reproduced in Netbeans also.
Scenario:
- Create new application project
- Create test.f95 file (Other->Empty file) with such code:
----------------------------------------------------------
print *,'Hello'
end
----------------------------------------------------------
- Launch 'Makefile Wizard'. Add test.f95 file on 8th step. Generate new makefile.
- Select the generated file in 'Projects' tab and call context menu. Select 'Make' menu item
==>
Running "make -f newComplexMakefile " in /export/NB/Application_1
newComplexMakefile:11: *** missing separator.  Stop.
make failed. Exit value 2.

I think IDE generates wrong makefile ('#' sign in 11th line is missed)
Comment 1 soldatov 2008-01-24 15:29:17 UTC
Created attachment 55510 [details]
the generated file
Comment 2 Alexey Vladykin 2008-08-12 10:43:47 UTC
Fixed in http://hg.netbeans.org/main/rev/50de11bd716c
Comment 3 Quality Engineering 2008-08-14 15:53:57 UTC
Integrated into 'main-golden', available in build *200808141419* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/50de11bd716c
User: Alexey Vladykin <alexey_vladykin@netbeans.org>
Log: Fixed IZ#125929: IDE generates wrong makefile for Fortran's projects