bug-make
[Top][All Lists]
Advanced

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

[bug #42695] Error compiling make from last git in Windows


From: Fabio
Subject: [bug #42695] Error compiling make from last git in Windows
Date: Mon, 07 Jul 2014 15:27:44 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: Error compiling make from last git in Windows
                 Project: make
            Submitted by: oldfaber
            Submitted on: lun 07 lug 2014 17:27:43 CEST
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: None
        Operating System: MS Windows
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Git commit ac67346d0fb5e "Improve constification of the codebase"
breaks compilation on Windows (at least).

The problem is in main.c:486
const char *program

and line 1187 of main.c
                program[argv0_len - 4] = '\0';
tries to change a const object.

Thank you.

Fabio





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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