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/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to