[exim] extra BIND_8_COMPAT on MacOSX10.4/Darwin

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Giuliano Gavazzi
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [exim] extra BIND_8_COMPAT on MacOSX10.4/Darwin

Hello, long time...

apologies if this has been reported already

building exim on MacOSX10.4.3:

gcc_select
Current default compiler:
gcc version 4.0.0 (Apple Computer, Inc. build 5026)

I get plenty of:

cc dk.c
In file included from exim.h:23,
                 from dk.c:13:
os.h:35:1: warning: "BIND_8_COMPAT" redefined
<command line>:1:1: warning: this is the location of the previous
definition



grep -r BIND_8_COMPAT .
./OS/Makefile-Darwin:CFLAGS=-O -no-cpp-precomp -DBIND_8_COMPAT
./OS/os.h-Darwin:#define BIND_8_COMPAT

on BIND_8_COMPAT too many.

And this is when the changes happened:

./doc/ChangeLog:PH/17 Defined BIND_8_COMPAT in the Darwin os.h file.
./doc/ChangeLog:27. Added -DBIND_8_COMPAT to the CLFAGS setting for
Darwin.

Giuliano