Hi,
I am now trying to compile the stable release ser-0.8.10 on a solaris
mashine where I have installed gcc 3.2.2 and gmake 3.77. I have also installed
bison and flex on that mashine.
While compiling I get the following errors:
bash-2.03# make all
Makefile.rules:81: lex.yy.d: No such file or
directory
Makefile.rules:81: cfg.tab.d: No such file or directory
yacc -d
-b cfg cfg.y
cfg.y:154.17: warning: stray `,' treated as white
space
cfg.y:155.22: warning: stray `,' treated as white
space
cfg.y:155.31: warning: stray `,' treated as white
space
cfg.y:155.36: warning: stray `,' treated as white
space
cfg.y:155.44: warning: stray `,' treated as white
space
cfg.y:156.20: warning: stray `,' treated as white
space
cfg.y:156.26: warning: stray `,' treated as white space
cfg.y:586.9:
syntax error, unexpected "|"
make: *** [cfg.tab.c] Error 1
What is missing? I can use this compiler well for compiling mysql on the
same mashine.
Thanks,
Yang