help-bison
[Top][All Lists]
Advanced

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

bison++ ERROR_VERBOSE compile error;


From: Le, Hien
Subject: bison++ ERROR_VERBOSE compile error;
Date: Wed, 3 Oct 2001 15:39:03 -0400

Hi,

when i used %define ERROR_VERBOSE in my bison++ file, i get the following
error, can someone tell me why??

bison.cc(882) : error C2065: 'yytname' : undeclared identifier
bison.cc(884) : error C2109: subscript requires array or pointer type
bison.cc(884) : error C2664: 'strlen' : cannot convert parameter 1 from
'int' to 'const char *'
        Conversion from integral type to pointer type requires
reinterpret_cast, C-style cast or function-style cast
bison.cc(898) : error C2109: subscript requires array or pointer type
bison.cc(898) : error C2664: 'strcat' : cannot convert parameter 2 from
'int' to 'const char *'
        Conversion from integral type to pointer type requires
reinterpret_cast, C-style cast or function-style cast

Thanks,
Hien



reply via email to

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