Hi,

CMake Error
at 
/Users/travis/miniconda3/conda-bld/pocl_1520641026167/_b_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac/share/cmake-3.10/Modules/TestBigEndian.cmake:49
(message): no suitable type found Call Stack (most recent call first):
  CMakeLists.txt:1137 (TEST_BIG_ENDIAN)

According to a quick google, it's a CMake problem. Did you try building
with Clang as system compiler ?

cmake -DCMAKE_C_COMPILER=<path-to-clang>
-DCMAKE_CXX_COMPILER=<path-to-clang++> <path-to-pocl-sources>

-- mb

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
pocl-devel mailing list
pocl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pocl-devel

Reply via email to