Am 20.01.19 um 18:44 schrieb Christopher Arndt:
In file included from plugin/gx_AxisFace.cpp:66:
plugin/gx_AxisFace.h:25:10: fatal error: lv2.h: No such file or directory
#include <lv2.h>
strange, works like expected here, you've installed the LV2 development
files, I guess.
So, the question is, were do you've installed lv2.h, and is it in the
default gcc include path? (check with "cpp -v" were gcc search for
include files and ensure lv2.h is in on of those paths.
regards
hermann