On 26 February 2012 04:17, Everard Mark Padama <[email protected]> wrote: > I compiled lemon with no problem and input the grammar file as stated in > http://souptonuts.sourceforge.net/readme_lemon_tutorial.html. But when i > compile the > c source file produced by lemon i am encountering errors; syntax error : > ':' from cstdio. What is the solution for this. Thanks.
Have you tried using a C compiler? <cstdio> sounds like you're using C++, not C. -- Christopher Vance _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

