Skip site navigation (1)Skip section navigation (2)
Date:      30 Nov 2004 14:48:50 -0500
From:      Lowell Gilbert <freebsd-ports-local@be-well.ilk.org>
To:        kristian pedersen <kissa2k3@yahoo.no>
Cc:        ports@FreeBSD.org
Subject:   Re: hHEEELPP!!!
Message-ID:  <443byr9kyl.fsf@be-well.ilk.org>
In-Reply-To: <20041130071001.83644.qmail@web25201.mail.ukl.yahoo.com>
References:  <20041130071001.83644.qmail@web25201.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
kristian pedersen <kissa2k3@yahoo.no> writes:

> tools/convconf.c: In function `cofile':
> tools/convconf.c:81: error: label at end of compound
> statement
> *** Error code 1
> 
> 
> What need i to fix this?? (its psybnc)

I don't have time at the moment to put together the patches for the
port, but if you just put a semicolon (";") after the colon (":") on
that line, you'll get the compiler to accept the file.

[The compiler is right; this code is invalid according to the official
definition of the C language.  Although it's easy to work around, and
earlier versions of gcc probably didn't complain, I don't like the
looks of the code...]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?443byr9kyl.fsf>