bug-bison
[Top][All Lists]
Advanced

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

Missing function "yyerror"


From: Wolfgang Jansen
Subject: Missing function "yyerror"
Date: Tue, 30 Oct 2012 20:53:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

Hello,

I'm using bison for the first time. After composing a grammar
the generated C file compiles but linking fails because of:

parser.tab.c:2778: undefined reference to `yyerror'
parser.tab.c:2920: undefined reference to `yyerror'

So what can I do to get the missing function?
Is a library to be linked? (The man-pages do not mention one,
and I do not see one in the common "lib" directories.)
Also the scanner (not in the attachment) does not provide one.

I'm using version "bison (GNU Bison) 2.5" downloaded and
installed a few days ago on Linux Ubuntu; bison command was:

bison --defines parser.y


Best regards
Wolfgang

PS:
The attachment contains the .y file in question and some related files.
C compilation is done by a command like
gcc -g -c parser.tab.c `pkg-config --libs --cflags gtk+-2.0`

--
Dr. Wolfgang Jansen
Lauenburger Straße 40
12169 Berlin
Germany
Tel: +49 - 0172-4086916
mailto: address@hidden

Attachment: expr.c
Description: Text Data

Attachment: expr.h
Description: Text Data

Attachment: parser.y
Description: Text document

Attachment: test.c
Description: Text Data


reply via email to

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