MariaDB 如果 cmake 正常情况下 windows 7 返回的结果

注意这里的 windows 7 是 64 位的操作系统。[code]D:\workdir\Repositories\p\maria\bld>cmake … -G “Visual Studio 10 Win64”
– Running cmake version 2.8.11.2
– Found Windows SDK v7.1: C:\Program Files\Microsoft SDKs\Windows\v7.1
– The C compiler identification is MSVC 16.0.30319.1
– The CXX compiler identification is MSVC 16.0.30319.1
– Check for working C compiler using: Visual Studio 10 Win64
– Check for working C compiler using: Visual Studio 10 Win64 – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working CXX compiler using: Visual Studio 10 Win64
– Check for working CXX compiler using: Visual Studio 10 Win64 – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– MariaDB 10.0.4
– Check size of void *
– Check size of void * - done
– Packaging as: mariadb-10.0.4-winx64
– Looking for include file pthread.h
– Looking for include file pthread.h - not found
– Found Threads: TRUE
– Check size of time_t
– Check size of time_t - done
– Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
– MSXML library version: msxml6
– Looking for sched_getcpu
– Looking for sched_getcpu - not found
– Looking for asprintf
– Looking for asprintf - not found
– Could NOT find Boost
– Looking for MFC
– Looking for MFC - not found
– Cannot find wix 3, installer project will not be generated
– Configuring done
– Generating done
– Build files have been written to: D:/workdir/Repositories/p/maria/bld

D:\workdir\Repositories\p\maria\bld>[/code]