- 论坛徽章:
- 0
|
請問我在make 產生error
fi
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 /tool/mysql-4.0.18/sql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tool/mysql-4.0.18/sql
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /tool/mysql-4.0.18/sql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tool/mysql-4.0.18
*** Error code 1
make: Fatal error: Command failed for target `all'
有誰可以幫幫我
我是在 solaris9 for x86 gcc 3.2.2 |
|