Bug #6674 | Fail to build "message.rc" | ||
---|---|---|---|
Submitted: | 17 Nov 2004 2:18 | Modified: | 17 Nov 2004 2:38 |
Reporter: | Dan Tong | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S1 (Critical) |
Version: | mysql-4.1.7 | OS: | Windows (Windows 2000) |
Assigned to: | CPU Architecture: | Any |
[17 Nov 2004 2:18]
Dan Tong
[17 Nov 2004 2:38]
MySQL Verification Team
Thank you for the bug report, this issue was already fixed with a custom build on BK source tree. Please apply the below custom build to message.mc: Commands: mc.exe "$(InputDir)\$(InputName).mc" Outputs: $(InputDir)\$(InputName).rc $(InputDir)\$(InputName).h
[17 Nov 2004 18:34]
Dan Tong
It fixed the error. But now I got the other error message. Generating Code... Compiling... my_compress.c Creating library... Performing Custom Build Step on \endevor\work\mySQL\mysql-4.1.7\lib_debug\mysqlclient.lib MC: Compiling C:\endevor\work\mySQL\mysql-4.1.7\sql\message.mc --------------------Configuration: mysql - Win32 Debug-------------------- Compiling... completion_hash.cpp mysql.cpp readline.cpp sql_string.cpp Generating Code... Linking... mysqlclient.lib(my_compress.obj) : error LNK2001: unresolved external symbol _compress mysqlclient.lib(my_compress.obj) : error LNK2001: unresolved external symbol _uncompress ../client_debug/mysql.exe : fatal error LNK1120: 2 unresolved externals Error executing link.exe. mysqld.exe - 3 error(s), 0 warning(s) Please advise me how to fix it. Thanks! Dan Tong
[2 Aug 2005 4:09]
Honest Qiao
the same as http://bugs.mysql.com/bug.php?id=12294