Closed LancePutnam closed 9 years ago
I suspect it might have to do with using the Makefile for GLV instead of cmake. Can you try getting the cmake branch for GLV and see if that solves the issue? If it does, would you be OK with merging the cmake branch into devel? Otherwise I could look into fixing support for Makefile GLV.
I would much prefer this works with the GLV Makefile distro as all of my projects are dependent on this.
Should now be fixed.
When trying to ./run.sh alloGLV/examples/appGUI.cpp, I get an error
/Users/ljp/code/git/cmake-allosystem/alloGLV/alloGLV/al_ControlGLV.hpp:47:10: fatal error: 'GLV/glv_core.h' file not found
Checking cmake_log.txt I see (paraphrased)
-- Allosystem: Trying make for GLV. make: Nothing to be done for `all'. -- checking for module 'libGLV' -- package 'libGLV' not found -- Found GLV ... -- ==== Configuring alloGLV -- checking for module 'libGLV' -- package 'libGLV' not found
GLV is located at ../GLV/. I find it strange that it reports both 'package 'libGLV' not found' and 'Found GLV'.