In file included from ../../trunk/esidl/src/esidl.cpp:20:0:
parser.h:206:5: error: previous declaration of ‘int yyparse()’ with ‘C++’ linkage
int yyparse (void);
^
../../trunk/esidl/src/esidl.cpp:38:17: error: conflicts with new declaration with ‘C’ linkage
int yyparse(void);
^
In file included from ../../trunk/esidl/src/esidl.cpp:20:0: parser.h:206:5: error: previous declaration of ‘int yyparse()’ with ‘C++’ linkage int yyparse (void); ^ ../../trunk/esidl/src/esidl.cpp:38:17: error: conflicts with new declaration with ‘C’ linkage int yyparse(void); ^