compiling error under linux

From: Alexander G. Haley (ahaley@WPI.EDU)
Date: Mon Feb 18 2002 - 20:50:12 MST

  • Next message: Fang Wang: "lang-empty problem"

    Note: I am _not_ on the mailing list, so replies should be directed to my address.

    I attempted to compile vl2mv version 0.2 on a i686 linux machine with gcc version 2.95.4 (Debian prerelease) and I ran into the following error:

    when compiling I got an error that line 216 in vlr_int.h redefines line 1020 in src/parser/verilog_lex.c

    in include/vlr_int.h line 216 says

    extern char yytext[];

    I had to change this to

    extern char *yytext;

    for the program to compile properly. Is anyone else familiar with this situation?

    Cordially,
    Alexander Haley
    CCC WPI 2002



    This archive was generated by hypermail 2b30 : Mon Feb 18 2002 - 20:55:37 MST