I just sent this to the maintainer -- unfortunately, the mail address
evokes an error message from cdc.noaa.gov.
Gruesse, Carsten
Begin forwarded message:
From: [EMAIL PROTECTED] (Dr. Carsten Bormann)
Date: January 22 2004 22:01:52 Uhr CET
To: [EMAIL PROTECTED]
Subject: Fink: ispell compile error
Hi,
for some time, I haven't been able to build ispell on Panther.
The error:
+ yacc parse.y
parse.y:676.17: syntax error, unexpected "|"
parse.y:706.50-51: invalid $ value
parse.y:706.50-51: $3 of `option_stmt' has no declared type
parse.y:712.74-75: invalid $ value
parse.y:712.74-75: $3 of `option_stmt' has no declared type
parse.y clearly looks wrong to me:
option_stmt : NROFFCHARS STRING
{
if (strlen ((char *) $2)
== sizeof (hashheader.nrchars))
(void) bcopy ((char *) $2, hashheader.nrchars,
sizeof (hashheader.nrchars));
else
yyerror (PARSE_Y_WRONG_NROFF);
free ((char *) $2);
}
;
| TEXCHARS STRING
{
if (strlen ((char *) $2)
-- the semicolon in line 675 is stray.
It looks like it is this way in the original 3.2.06 distribution as
downloaded from http://distfiles.opendarwin.org/ispell-3.2.06.tar.gz
-- I have no idea why nobody else is seeing this.
Gruesse, Carsten
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users