Skip to content

Instantly share code, notes, and snippets.

@kybr
Created January 9, 2017 17:53
Show Gist options
  • Save kybr/7ec10e1a877bf6596411a2827647d443 to your computer and use it in GitHub Desktop.
Save kybr/7ec10e1a877bf6596411a2827647d443 to your computer and use it in GitHub Desktop.
AlloSystem Cmake fail | macOS 10.12.2 (16C67)
ix $ git clone --branch devel --depth 1 https://github.com/AlloSphere-Research-Group/AlloSystem.git
ix $ cd AlloSystem
ix $ cmake .
...
-- Check size of unsigned short
-- Check size of unsigned short - failed
-- Check size of unsigned int
-- Check size of unsigned int - failed
-- Check size of unsigned long
-- Check size of unsigned long - failed
CMake Error at /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/TestBigEndian.cmake:41 (message):
no suitable type found
Call Stack (most recent call first):
allocore/modules/osc_module.cmake:22 (test_big_endian)
allocore/CMakeLists.txt:159 (include)
-- Configuring incomplete, errors occurred!
See also "/Users/ky/Desktop/MAT:201B/AlloSystem/CMakeFiles/CMakeOutput.log".
See also "/Users/ky/Desktop/MAT:201B/AlloSystem/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment