From: brad noyes (brad_at_wpi.edu)
Date: Thu May 22 2003 - 22:23:25 CDT

Greetings,

I am attempting to port VMD to FreeBSD. I have most of vmd compiled. The
problem is with yylex; here's the error:
    Converting AtomLexer.l --> AtomLexer.o ...
    Converting AtomParser.y --> AtomParser.o ...
    AtomParser.y:35:135: missing binary operator before '('
    y.tab.c: In function `int yyparse()':
    y.tab.c:494: `yylex' undeclared (first use this function)
    y.tab.c:494: (Each undeclared identifier is reported only once for each
       function it appears in.)
    gmake: *** [AtomParser.o] Error 1

I am not familiar with lex, yacc, or flex. I'm guessing that no one on this
list has vmd compiled on FreeBSD, but how is this process done on Linux? (i
assume they are closely related).

Thanks,
--Brad