cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Daily build for FreeBSD

From: Joe Halpin <j.p.h_at_comcast.net>
Date: Sat, 28 Feb 2004 14:46:52 -0600

codemastr wrote:
>>cd ../../curl/lib && byacc -d getdate.y; mv -f y.tab.c getdate.c
>>byacc: e - line 217 of "getdate.y", syntax error
>>%pure_parser
>>
>>I don't speak yacc so I don't know how to fix this. I'll try installing
>>flex and bison later and see if I can get configure to use them instead.
>
>
> Byacc does not support the %pure_parser feature. Once you install bison it
> should work. I don't know what %pure_parser is myself so I can't really say
> if there is a way to fix it.

Yes, that got it to build ok, thanks. Unfortunately there are a lot of
failed test cases to look at.

Joe
Received on 2004-02-28