Re: Non-member submission from [Jaakov Berkovitch <Jaakovb@orckit.com>]

I got some problem after running the make : the scanner-smi.c failed on the line 149 : undefined symbol: parser. This error is general on all the scanner-smi.c.
I could not reconstruct this problem. Probably, for any reason, the scanner that your flex has generated (scanner-smi.c) has not the right signature for smilex(). It should be:
int smilex (YYSTYPE *lvalp, void *parser)
I am using
$ flex --version flex version 2.5.4
Alternatively, you could ensure that you use the scanner (and parser) C files that are included with the libsmi distribution. -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.
participants (1)
-
Frank Strauss