[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

Re: compilation error

From: Markus <markus@...>
Date: 2004-10-11 14:28:13 UTC
List: ruby-core #3490
On Mon, 2004-10-11 at 04:31, Wybo Dekker wrote:
> On Mon, 11 Oct 2004, Jos Backus wrote:
> 
> > On Mon, Oct 11, 2004 at 07:21:28AM +0900, Wybo Dekker wrote:
> > > In the current cvs I get, on make:
> > > 
> > > yacc  parse.y
> > > yacc: e - line 412 of "parse.y", syntax error
> > > %pure_parser
> > > ^
> > > make: *** [parse.c] Error 1
> > > 
> > > My system:
> > > $ uname -a 
> > > Linux servalys 2.4.21-99-default #1 Wed Sep 24 13:30:51 UTC 2003 i686 i686 
> > > i386 GNU/Linux
> > 
> > Do you have GNU bison installed? I believe current CVS needs it.
> 
> I didn't, now installed it, but that doesn't make any difference -((

Did you remember to re-run ./configure after you changed your
configuration (by installing bison)?  I think that may be where it
decides which parser generator it uses.

-- Markus


In This Thread