win7下源码安装mysql遇到了一堆问题,求高手指点

东大学子 2014-07-12 09:19:53
Running cmake version 3.0.0
The C compiler identification is MSVC 18.0.30501.0
The CXX compiler identification is MSVC 18.0.30501.0
Check for working C compiler using: Visual Studio 12 2013
Check for working C compiler using: Visual Studio 12 2013 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 12 2013
Check for working CXX compiler using: Visual Studio 12 2013 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check size of void *
Check size of void * - done
MySQL 5.6.19
Packaging as: mysql-5.6.19-win32
Looking for include file sasl/sasl.h
Looking for include file sasl/sasl.h - not found
Looking for include file sys/devpoll.h
Looking for include file sys/devpoll.h - not found
Looking for include file signal.h
Looking for include file signal.h - found
Looking for include file sys/devpoll.h
Looking for include file sys/devpoll.h - not found
Looking for include file sys/epoll.h
Looking for include file sys/epoll.h - not found
Looking for include file sys/event.h
Looking for include file sys/event.h - not found
Looking for include file sys/queue.h
Looking for include file sys/queue.h - not found
Looking for TAILQ_FOREACH
Looking for TAILQ_FOREACH - not found
Looking for include file pthread.h
Looking for include file pthread.h - not found
Found Threads: TRUE
Looking for _aligned_malloc
Looking for _aligned_malloc - found
Looking for _aligned_free
Looking for _aligned_free - found
Looking for fedisableexcept
Looking for fedisableexcept - not found
Looking for posix_memalign
Looking for posix_memalign - not found
Looking for ntohll
Looking for ntohll - not found
Looking for clock_gettime
Looking for clock_gettime - not found
Looking for epoll_create
Looking for epoll_create - not found
Looking for epoll_ctl
Looking for epoll_ctl - not found
Looking for inet_ntop
Looking for inet_ntop - not found
Looking for kqueue
Looking for kqueue - not found
Looking for kqueue
Looking for kqueue - not found
Looking for signal
Looking for signal - found
Looking for timeradd
Looking for timeradd - not found
Looking for timerclear
Looking for timerclear - not found
Looking for timercmp
Looking for timercmp - not found
Looking for timerisset
Looking for timerisset - not found
Check size of time_t
Check size of time_t - done
Performing Test TIME_T_UNSIGNED
Performing Test TIME_T_UNSIGNED - Failed
CMake Warning (dev) at cmake/install_macros.cmake:21 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "zlib". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
zlib/CMakeLists.txt:26 (INSTALL_DEBUG_SYMBOLS)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/install_macros.cmake:260 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "zlib". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
zlib/CMakeLists.txt:28 (INSTALL_DEBUG_TARGET)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/install_macros.cmake:21 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "yassl". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
extra/yassl/CMakeLists.txt:36 (INSTALL_DEBUG_SYMBOLS)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/install_macros.cmake:260 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "yassl". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
extra/yassl/CMakeLists.txt:38 (INSTALL_DEBUG_TARGET)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/install_macros.cmake:21 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "taocrypt". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
...........................................

Cannot find wix 3, installer project will not be generated
Configuring done


VS是vs2013完整版,且网上说的改成utf-8也改了。各种方法都试过了,就是不行,求高手指点啊!

...全文
306 2 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
zhu19774279 2014-07-30
  • 打赏
  • 举报
回复
源代码不能用cmake3.0,必须要用2.8.x,开源的就是这么不负责,总是不说清楚。 cmake2.8我不知道能否支持到vs2013,如果不行,可以考虑装个低版本的vs,反正那个免费版的express c++也是可以编译的 这是我整理的Windows下编译要注意的细节,你可以参考一下 http://blog.csdn.net/zhu19774279/article/details/37763871
ComBat_Func 2014-07-12
  • 打赏
  • 举报
回复
从来都是一键安装的飘过....

56,861

社区成员

发帖
与我相关
我的任务
社区描述
MySQL相关内容讨论专区
社区管理员
  • MySQL
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧