# New Ticket Created by  James Keenan 
# Please include the string:  [perl #42330]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42330 >


I run 'make' anywhere from 3 to 23 times a week.  Normally, as long  
as 'make' completes successfully, I never review the output.  (It's  
'make test' that demands closer review.)

But tonight I noticed a new warning in my 'make' output, starting at  
my line 76:

/usr/local/bin/perl tools/build/c2str.pl src/inter_call.c > src/ 
inter_call.str  # <-- line 76
src/inter_call.c
src/inter_call.c:1283:1: warning: "MAX" redefined
In file included from /usr/include/arpa/inet.h:89,
                  from include/parrot/parrot.h:64,
                  from src/inter_call.c:24:
/usr/include/sys/param.h:218:1: warning: this is the location of the  
previous definition

grep-ping my make.output directory, I discovered that this warning  
started to be emitted on March 25.  This warning has manifestly *not*  
prevented 'make' from reaching a successful conclusion.  But since  
the warning so explicitly notes its point of origin, I figured I  
would call it to your collective attention in the hope that it can be  
fixed rapidly.

Thank you very much.

kid51


Reply via email to