[EXIM] exim-monitor compilation problems

Top Page
Delete this message
Reply to this message
Author: Bruce Bowler
Date:  
To: exim-users
Subject: [EXIM] exim-monitor compilation problems
Exim 1.82
OSF/1 V3.0


Exim compiles fine, but I can't get exim_monitor to compile. Specifically,
em_globals "pukes" with the following error. Any thoughts?

% make

>>> Creating links to source files...

cd build-${build:-`scripts/os-type`-`scripts/arch-type`}; make

../scripts/Configure-makefile
>>> New makefile installed
>>> Use "make makefile" if you need to force rebuilding of the makefile


../scripts/Configure-os.h
../scripts/Configure-os.c
cc -std1 -w -o buildconfig buildconfig.c
../scripts/Configure-config.h
`buildconfig' is up to date.
Building configuration file config.h
>>> config.h built

../scripts/Configure-eximon
sed -e s?CONFIGURE_FILE?/usr/exim/configure? -e
s?BIN_DIRECTORY?/usr/exim/bin?
-e s?BASENAME_COMMAND?/usr/bin/basename? -e
s?HOSTNAME_COMMAND?/usr/bin/hostna
me? -e s?X11_LD_LIBRARY?/usr/X11R5/lib? ../src/eximon.src >> eximon
>>> eximon script built


cc -c -std1 -w -I. dummies.c
cc -c -std1 -w -I. os.c
cc -c -std1 -w -I. spool_in.c
cc -c -std1 -w -I. store.c
cc -c -std1 -w -I. string.c
cc -c -std1 -w -I. tree.c
cc -o em_StripChart.o -c -std1 -w -I/usr/X11R5/include -I.
-I../exim_monitor ../exim_monitor/`echo em_StripChart.o | sed 's/o$/c/'`
cc -o em_TextPop.o -c -std1 -w -I/usr/X11R5/include -I. -I../exim_monitor
../exim_monitor/`echo em_TextPop.o | sed 's/o$/c/'`
cc -o em_globals.o -c -std1 -w -I/usr/X11R5/include -I. -I../exim_monitor
../exim_monitor/`echo em_globals.o | sed 's/o$/c/'`
/usr/lib/cmplrs/cc/cfe: Error: ./globals.h, line 129: storage size for
'header_names_normal' isn't known
extern header_name header_names_normal[];
-------------------^
/usr/lib/cmplrs/cc/cfe: Error: ./globals.h, line 130: storage size for
'header_names_resent' isn't known
extern header_name header_names_resent[];
-------------------^
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.


Bruce Bowler, Research Associate                  207.633.9600 (voice)
Bigelow Laboratory for Ocean Sciences             207.633.9641 (fax)
PO Box 475                                        BBowler@??? (email)
West Boothbay Harbor ME  04575                    http://www.bigelow.org/


--
*** Exim information can be found at http://www.exim.org/ ***