Hi!
>>>>> "Kazuya" == Kazuya Okubo
> <kazokubo@stripped> writes:
>> Description:
Kazuya> make[2]: Leaving directory `/opt/src/mysql/mysql-3.22.30/mysys'
Kazuya> Making all in extra
Kazuya> make[2]: Entering directory `/opt/src/mysql/mysql-3.22.30/extra'
Kazuya> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include -I..
Kazuya> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
Kazuya> -O6 -DDBUG_OFF -DHAVE_CURSES -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
Kazuya> -c replace.c
Kazuya> replace.c:350: `FOLLOW' redeclared as different kind of symbol
<cut>
>> Fix:
Kazuya> Do search and replace all FOLLOW to something else, them make it.
Done.
(I really hate the when they introduce common names in system include
files; Let's hope that namespaces will fix this in the future...)
Regards,
Monty