mattl / es-operating-system

Automatically exported from code.google.com/p/es-operating-system
Apache License 2.0
8 stars 2 forks source link

Build error - C and C++ conflicts #83

Open danlm opened 8 years ago

danlm commented 8 years ago

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); ^