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
64 stars 22 forks source link

Error with GLV header path #43

Closed LancePutnam closed 9 years ago

LancePutnam commented 10 years ago

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'.

mantaraya36 commented 10 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.

LancePutnam commented 9 years ago

I would much prefer this works with the GLV Makefile distro as all of my projects are dependent on this.

mantaraya36 commented 9 years ago

Should now be fixed.