MySQL Forums
Forum List  »  General

When I try to compile mysqld, the 2 errors appeared
Posted by: shoujin wang
Date: November 01, 2004 12:46PM

Hi,

When I try to compile mysql V5.01 in visual c++ 6.0 in windows XP, the following errors appeared :
--------------------Configuration: mysqld - Win32 Release--------------------
Compiling...
item.cpp
opt_range.cpp
Generating Code...
D:\autumn\mysql\mysql-5.0.1-alpha\sql\opt_range.cpp(1762) : error C2520: conversion from unsigned __int64 to double not implemented, use signed __int64
D:\autumn\mysql\mysql-5.0.1-alpha\sql\item.cpp(982) : error C2520: conversion from unsigned __int64 to double not implemented, use signed __int64
Error executing cl.exe.

mysqld-opt.exe - 2 error(s), 0 warning(s)

How to resolve this problem?

Options: ReplyQuote


Subject
Written By
Posted
When I try to compile mysqld, the 2 errors appeared
November 01, 2004 12:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.