Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compilation Errors

Status
Not open for further replies.

job357

Technical User
Sep 16, 2002
106
US
Greetings:
I am attempting to compile MySQL on cygwin:

version: 3.28.53

Here are the errors:
gen_lex_hash.cc:507: error: syntax error before `=' token
gen_lex_hash.cc:511: error: `putchar' undeclared (first use this function)
gen_lex_hash.cc:512: error: `stdout' undeclared (first use this function)
gen_lex_hash.cc:512: error: `fflush' undeclared (first use this function)
gen_lex_hash.cc:514: error: syntax error before `=' token
gen_lex_hash.cc:517: error: `INT_MAX24' undeclared (first use this function)
gen_lex_hash.cc:561: error: syntax error before `,' token
make[5]: *** [gen_lex_hash] Error 1
make[5]: Leaving directory `/opt/mysql-3.23.58/sql'
make[4]: *** [lex_hash.h] Error 2
make[4]: Leaving directory `/opt/mysql-3.23.58/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/opt/mysql-3.23.58/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/mysql-3.23.58/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/mysql-3.23.58'
make: *** [all] Error 2


Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top