AlloSphere-Research-Group / AlloSystem

AlloSystem is a cross-platform suite of C++ components for building interactive multimedia tools and applications.
http://mat.ucsb.edu/allosphere/software.php
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

cmake fail on fresh clone #72

Open kybr opened 7 years ago

kybr commented 7 years ago

https://gist.github.com/kybr/7ec10e1a877bf6596411a2827647d443

also...

ix $ ./run.sh allocore/examples/sound/audioScene.cpp RUN SCRIPT: Building file allocore/examples/sound/audioScene.cpp. 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)

make: *** No rule to make target `allocore_examples_sound_audioScene_run'. Stop.