- 论坛徽章:
- 0
|
我安装的是mysql-4.0.16的版本,在solaris8下make的时候出现下面的错误,望各位大虾告知如何解决,谢谢!
sql_lex.cc: In function `void lex_init()':
sql_lex.cc:85: error: `symbols' undeclared (first use this function)
sql_lex.cc:85: error: (Each undeclared identifier is reported only once for
each function it appears in.)
sql_lex.cc:87: error: `sql_functions' undeclared (first use this function)
sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)':
sql_lex.cc:171: error: `get_hash_symbol' undeclared (first use this function)
*** Error code 1
make: Fatal error: Command failed for target `sql_lex.o'
Current working directory /export/home0/mysql/mysql-4.0.16/sql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home0/mysql/mysql-4.0.16/sql
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /export/home0/mysql/mysql-4.0.16/sql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home0/mysql/mysql-4.0.16
*** Error code 1
make: Fatal error: Command failed for target `all' |
|