[groonga-dev,02252] Re: 募集: Windows用Mroongaパッケージをビルドしてくれる人

Back to archive index

HAYASHI Kentaro hayas****@clear*****
2014年 4月 25日 (金) 10:22:16 JST


林です。


On Fri, 25 Apr 2014 01:14:18 +0900
Masafumi Yokoyama <myoko****@gmail*****> wrote:

> 横山です。
> 
> config.logの内容を貼ります。
> 
> 
> -- Running cmake version 2.8.12.2
> -- 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
> -- Check for working C compiler using: Visual Studio 10 -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler using: Visual Studio 10
> -- Check for working CXX compiler using: Visual Studio 10 -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- MariaDB 10.0.10
> -- Check size of void *
> -- Check size of void * - done
> -- Packaging as: mariadb-10.0.10-win32
> -- 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
> -- Looking for pcre_stack_guard in pcre
> -- Looking for pcre_stack_guard in pcre - not found
> -- Looking for windows.h
> -- Looking for windows.h - found
> -- Looking for C++ include type_traits.h
> -- Looking for C++ include type_traits.h - not found
> -- Looking for C++ include bits/type_traits.h
> -- Looking for C++ include bits/type_traits.h - not found
> -- Looking for bcopy
> -- Looking for bcopy - not found
> -- Looking for strtoq
> -- Looking for strtoq - not found
> -- Looking for _strtoi64
> -- Looking for _strtoi64 - found
> -- Check size of unsigned long long
> -- Check size of unsigned long long - 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
> -- Bundled Mroonga does not support MSVC yet

こっちは、wixの件とは別で、mroongaのCMakeLists.txtをちょっといじってやる必要がありそうです。

storage/mroonga/CMakeLists.txtの以下のところを一旦コメントアウトしてみてください。

if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
  set(MRN_BUNDLED FALSE)
else()
  set(MRN_BUNDLED TRUE)
  if(MSVC)
    message(STATUS "Bundled Mroonga does not support MSVC yet")
    return() <- これ
  endif()
endif()

で、CMakeCache.txtを削除して再度バッチを走らせるとうまくいく気がします。


> -- Configuring OQGraph
> -- Could NOT find Boost
> -- Boost not found. OQGraph will not be compiled
> -- Performing Test WNO_WRITE_STRING
> -- Performing Test WNO_WRITE_STRING - Failed
> -- Looking for MFC
> -- Looking for MFC - not found
> -- Configuring incomplete, errors occurred!
> See also "C:/work/mroonga/build-32/CMakeFiles/CMakeOutput.log".
> See also "C:/work/mroonga/build-32/CMakeFiles/CMakeError.log".
> 
> 
> CMakeOutput.logとCMakeError.logは長いので以下にアップしました。
> 
> http://myokoym.net/public/CMakeOutput.log
> http://myokoym.net/public/CMakeError.log
> 
> _______________________________________________
> groonga-dev mailing list
> groon****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/groonga-dev


-- 
HAYASHI Kentaro <hayas****@clear*****>




groonga-dev メーリングリストの案内
Back to archive index