You are here

Add new comment

I can compile the stand alone without any problem... but i have some issues when i try to build the LV2 plug in version, i had installed all the *lv2*devel packages and i still can't build ...

g++ -c -pipe -msse -mfpmath=sse -ffast-math -g -Wall -W -D_REENTRANT -fPIC -DCONFIG_DEBUG -DQT_PLUGIN -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I. -I. -o synthv1_lv2.o synthv1_lv2.cpp
In file included from synthv1_lv2.cpp:22:0:
synthv1_lv2.h:28:47: fatal error: lv2/lv2plug.in/ns/ext/event/event.h: No such file or directory
compilation terminated.
make: *** [synthv1_lv2.o] Error 1

anyone have any ideia what how i can solve this?

Thanks in advance []
Nuno