bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #47996] Make 4.2 does not build with cl version 15.00 (and older)


From: anonymous
Subject: [bug #47996] Make 4.2 does not build with cl version 15.00 (and older)
Date: Tue, 24 May 2016 06:36:52 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Firefox/38.0

URL:
  <http://savannah.gnu.org/bugs/?47996>

                 Summary: Make 4.2 does not build with cl version 15.00 (and
older)
                 Project: make
            Submitted by: None
            Submitted on: mar 24 mag 2016 06:36:49 UTC
                Severity: 3 - Normal
              Item Group: Build/Install
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 4.2
        Operating System: MS Windows
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Visual Studio 2008 and earlier lack isblank().

At line 36 of w32/pathstuff.c replace

        if (isblank ((unsigned char) *etok))

with

        if (ISBLANK ((unsigned char) *etok))

Thank you.

Fabio





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47996>

_______________________________________________
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]