From: Sergiu C. <bee...@gm...> - 2011-06-28 11:33:13
|
Hi, could someone assist me in building opensync in visual studio 2010? I haven't seen any references to this on the mailing list, so I am wondering whether it is possible at all. I tried cmake gui to build the solution but at configuration it throws me an error: "Error in configuration process, project files may be invalid". Here is the log: CMake Error at cmake/modules/FindGLIB2.cmake:198 (MESSAGE): Could not find GLib2 Call Stack (most recent call first): CMakeLists.txt:68 (FIND_PACKAGE) CMake Error at cmake/modules/FindGTHREAD2.cmake:49 (MESSAGE): Could NOT find GTHREAD2 Call Stack (most recent call first): CMakeLists.txt:69 (FIND_PACKAGE) CMake Error at cmake/modules/FindGMODULE2.cmake:47 (MESSAGE): Could NOT find GMODULE2 Call Stack (most recent call first): CMakeLists.txt:70 (FIND_PACKAGE) CMake Error at cmake/modules/FindSqlite3.cmake:70 (MESSAGE): Could NOT find sqlite3 Call Stack (most recent call first): CMakeLists.txt:71 (FIND_PACKAGE) CMake Error at cmake/modules/FindLibXml2.cmake:70 (MESSAGE): Could NOT find libxml2 Call Stack (most recent call first): CMakeLists.txt:72 (FIND_PACKAGE) CMake Error at cmake/modules/FindLibXslt.cmake:44 (MESSAGE): Could NOT find LibXslt Call Stack (most recent call first): CMakeLists.txt:73 (FIND_PACKAGE) CMake Error at cmake/modules/FindLibExslt.cmake:70 (MESSAGE): Could NOT find libexslt Call Stack (most recent call first): CMakeLists.txt:74 (FIND_PACKAGE) Could NOT find CHECK ================================================== enable testing OFF build wrapper OFF build documentation OFF CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: GMODULE2_LIBRARIES (ADVANCED) linked by target "opensync" in directory D:/Users/BeegFoot/fakultate/_DEKART/libopensync-0.39/opensync linked by target "osplugin" in directory D:/Users/BeegFoot/fakultate/_DEKART/libopensync-0.39/opensync GTHREAD2_LIBRARIES (ADVANCED) linked by target "opensync" in directory D:/Users/BeegFoot/fakultate/_DEKART/libopensync-0.39/opensync linked by target "osplugin" in directory D:/Users/BeegFoot/fakultate/_DEKART/libopensync-0.39/opensync LIBXSLT_INCLUDE_DIRS (ADVANCED) used as include directory in directory D:/Users/BeegFoot/fakultate/_DEKART/libopensync-0.39/opensync LIBXSLT_LIBRARIES (ADVANCED) linked by target "opensync" in directory D:/Users/BeegFoot/fakultate/_DEKART/libopensync-0.39/opensync Configuring incomplete, errors occurred! |