bug-make
[Top][All Lists]
Advanced

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

[bug #56895] Cannot build make due to compiler warnings/failures


From: Paul D. Smith
Subject: [bug #56895] Cannot build make due to compiler warnings/failures
Date: Sun, 15 Sep 2019 14:24:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #1, bug #56895 (project make):

The failure for find_in_given_path() is because one version of that function
was pushed to gnulib, then I pushed my changes to use it to GNU make, then
another version of that function with a different calling signature was pushed
to gnulib so if you use gnulib HEAD it won't compile anymore.

I have a fix but I'm working through some more details on how this function
should work with Bruno.  Should push today.

The compile errors for getopt I'm not excited about applying because getopt,
like glob, are shipped with GNU make but not actually part of GNU make.

I added some comments in README.git that recommend compiling with MAKE_CFLAGS=
on the make command line if you don't have a fully modern GCC/GNU lib/etc.
system.

I will look at the read.c change.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56895>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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