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/


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

Reply via email to