------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1107
Summary: Git master does not build "conflicting types for
'log_write'"
Product: Exim
Version: N/A
Platform: Other
OS/Version: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Unfiled
AssignedTo: nigel@???
ReportedBy: eximusers@???
CC: exim-dev@???
Hello,
I get this when trying to build git head with eximon enabled:
gcc exim_monitor/em_main.c
gcc -o em_main.o -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I.
-I../exim_monitor -I/usr/X11R6/include \
../exim_monitor/`echo em_main.o | sed 's/o$/c/'`
../exim_monitor/em_main.c:171:1: error: conflicting types for 'log_write'
./local_scan.h:178:16: note: previous declaration of 'log_write' was here
make[1]: *** [em_main.o] Error 1
make[1]: Leaving directory `/tmp/EXIM4/exim.git/src/build-Linux-x86_64'
make: *** [all] Error 2
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email