[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Todays snapshot 20080103
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Todays snapshot 20080103
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Thu, 3 Jan 2008 07:26:07 +0100
- References: <003401c84dcf$73198340$0500a8c0 (at) noip.org>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Thu, Jan 03, 2008 at 07:11:16AM +0100, Lars Ebeling wrote:
> gcc -g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I
> /home/hobbit/snapshot/include -I/usr/local/include -I/usr/local/include -DMAX_AL
> ERTMSG_SCRIPTS= -c -o do_alert.o do_alert.c
> do_alert.c: In function `send_alert':
> do_alert.c:433: error: parse error before ')' token
> do_alert.c:435: error: parse error before ';' token
> make[1]: *** [do_alert.o] Error 1
You need to re-run the configure script.
Or add
# Max size of an alert message text sent to a script
MAXALERTMSGSZ = 4096
to your top-level Makefile.
Henrik