bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] more build problem


From: Christian Anthon
Subject: Re: [Bug-gnubg] more build problem
Date: Thu, 29 Mar 2007 00:37:20 +0200

On 3/28/07, Øystein Johansen <address@hidden> wrote:
Then there was a link problem:

external.o: In function `ExtParse':
/home/oystein/gnubg/external.c:367: undefined reference to `ExtStartParse'
external_y.o: In function `exterror':
/home/oystein/gnubg/external_y.y:137: undefined reference to `exttext'
/home/oystein/gnubg/external_y.y:139: undefined reference to `exttext'
external_y.o: In function `extparse':
/home/oystein/gnubg/external_y.c:1326: undefined reference to `extlex'


The yacc and lex building has always been a problematic point. Could
you try to run

rm external_y.c
make external_y.c

and mail me the screen output as well as the resulting external_y.c file.

If you are lazy the easy solution is to copy the external_y.c file
from non-src and run

touch external_y.c

and then

make gnubg

I'm using bison (GNU Bison) 2.3 and lex 2.5.33


same versions work for me.

Christian.




reply via email to

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