bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Is anyone else seeing ylwrap problems building gnubg?


From: Holger
Subject: Re: [Bug-gnubg] Is anyone else seeing ylwrap problems building gnubg?
Date: Thu, 05 Aug 2004 14:35:05 +0200

At 13:36 03.08.2004, Jon Kinsey wrote:
Øystein O Johansen wrote:

Was there a solution to the ylwrap problem? I still have the problem at my
new RHEL here. What should I do?
(I'm running bison manually to skip the compile error)

I can't remember the exact problem, but I'm sure it was my changes that caused it...

I think one solution was to not use ylwrap - I'm pretty sure yacc has a %output option too.

Last week or so I finally got around to trying Jim's tips to see what went wrong with ylwrap. The first ylwrap problem can be solved by deleting "%output="external_y.c" from external_y.y, as had been said before.

But also from the output of set -x I have no clue what's (rather not) happening when making external_l.c. However, I got around it by removing the target and rule in Makefile for ".l.c". Then make applies the following auto rule which works here:
flex  -t external_l.l > external_l.c

Btw, just a note: There's no column(1) on Solaris 9, it seems. But nothing fatal and only has impact on show version.

Regards,

Holger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]