There are quite few lines proceeding with "#line" in uparse.c files. Besdies
the line mentioned below, there is another one referencing to bison.simple.

Are these lines use by a parser? Or just comment lines?

What I did actually to get around this problem was to comment out all lines
proceeding with "#line" with /* */.
It compiled ok. Did I do the right thing?

----- Original Message -----
From: "Alexandre Oliva" <[EMAIL PROTECTED]>
To: "Howard Zhou" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, May 27, 2001 2:41 PM
Subject: Re: amanda compile error on solaris


> On May 26, 2001, "Howard Zhou" <[EMAIL PROTECTED]> wrote:
>
> > /home/gandalf/u66/jrj/work/amanda/amanda-242/recover-src/uparse.y:32:
>
> Edit uparse.c and remove all pathname components in any occurrences of
> the filename above, leaving just `uparse.h'.  This should fix the
> problem.
>
> JJ, this is yet another trick related with building release tarballs:
> it's best done in a copy of the source tree after `make
> maintainerclean' (I believe this will remove uparse.c and any other
> lex/yacc-generated files).
>
> --
> Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to