I am trying to compile Solaris 8 (mysql 3.23.51)

configure works fine, when I get to the yacc part ...

yacc -d sql_yacc.yy && mv y.tab.c sql_yacc.c

yacc goes fatal saying an invalid escape at line 71 (pure_parser)

So, I try bison, but I get the following complaints ...

sql_yacc.yy:(some numbers) warning : type clash on default action: <NONE> 
!= <>

make still continues - but the end result of this problem is that the sql 
command parser is useless, rendering mysql usless.

Any help is gretaly appreciated - at the end of my rope here.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to