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也改了。各种方法都试过了,就是不行,求高手指点啊!