Does this issue look familiar to anybody:

    https://github.com/ethereum/webthree-umbrella/issues/235

Windows Windows 8.1 with VS12.  Works with CMake 3.4.   Broken with CMake
3.5.

There isn't much to go on in the log file the OP attached:

https://github.com/ethereum/webthree-umbrella/files/134182/CMakeError.txt

But the crux appears to be:

"D:\webthree-umbrella\build\CMakeFiles\CMakeTmp\cmTC_5b2cf.vcxproj"
(destinazione predefinita) (1) ->

(destinazione: ClCompile) ->

  D:\webthree-umbrella\build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1):
fatal error C1083: Cannot open include file: 'pthread.h': No such file or
directory
[D:\webthree-umbrella\build\CMakeFiles\CMakeTmp\cmTC_5b2cf.vcxproj]


  D:\webthree-umbrella\build\CMakeFiles\CMakeTmp\CheckSymbolExists.c(8):
error C2065: 'CL_VERSION_2_0' : undeclared identifier
[D:\webthree-umbrella\build\CMakeFiles\CMakeTmp\cmTC_ab7a5.vcxproj]



    Avvisi: 0

    Errori: 1



Tempo trascorso 00:00:00.29


File D:/webthree-umbrella/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include
<D:/webthree-umbrella/webthree-helpers/extdep/install/windows/x64/include/CL/cl.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef CL_VERSION_2_0
  return ((int*)(&CL_VERSION_2_0))[argc];
#else
  (void)argc;
  return 0;
#endif
}


-- 
b...@summerwill.net
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to