[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Snapshot compile error
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Snapshot compile error
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Thu, 10 Jan 2008 16:41:57 +0100
- References: <20080110130513.GS4574 (at) sinclair>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Thu, Jan 10, 2008 at 08:05:13AM -0500, Matthew Daubenspeck wrote:
> I'm not sure if this is the right place to post such errors, but I was
> trying to install 10-Jan-08 snapshot and got the following error:
>
> do_alert.c:433: error: expected expression before ')' token
> do_alert.c:435: error: expected expression before ';' token
> make[1]: *** [do_alert.o] Error 1
Add
MAXALERTMSGSZ = 4096
to your top-level Makefile.
Henrik