BUG: Syntax Error in Makefile with Projects > 511 Files

Last reviewed: July 12, 1995
Article ID: Q104897
The information in this article applies to:
  • Microsoft FORTRAN PowerStation for MS-DOS, version 1.0 and 1.0a

SYMPTOMS

The Visual Workbench cannot recognize a project makefile that contains more than 511 files. A syntax error is reported for the internal makefile.

CAUSE

An internal makefile can contain no more than 511 continuation lines, and there is a continuation line for every file in the SBR section.

RESOLUTION

There are two solutions to the project makefile problem that contains more than 511 files:

  • Load the makefile as an external makefile.

    -or-

  • Edit the SBR section so that it has less than 512 continuation lines. More than one file can be on each line. For example, change

          A511.SBR \
           A512.SBR
    

    to the following:

          A511.SBR A512.SBR
    

The disadvantage to the first solution is that the project cannot be edited. The disadvantage to the second solution is that it has to be redone each time the project is edited.

STATUS

Microsoft has confirmed this to be a problem in FORTRAN PowerStation for MS-DOS, version 1.0 and version 1.0a.

This is not a problem in FORTRAN PowerStation 32.


Additional reference words: 1.00
KBCategory: kbtool kbbuglist
KBSubcategory: TlsMisc


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 12, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.