ssj71 / infamousPlugins

LV2 Audio Plugins for Linux
http://ssj71.github.io/infamousPlugins
GNU General Public License v2.0
88 stars 12 forks source link

What version of lv2 is required ? #50

Closed sc3sc3 closed 3 years ago

sc3sc3 commented 3 years ago

I get the following compile error *_[ 10%] Building CXX object src/casynth/CMakeFiles/casynth_ui.dir/casynth_ui_main.cxx.o /home/asdf/git/infamousPlugins/src/casynth/casynth_ui_main.cxx:13:49: error: using typedef-name ‘LV2UI_Descriptor’ after ‘struct’ 13 | static LV2UI_Handle init_casynthUI(const struct LV2UI_Descriptor descriptor, | ^~~~ In file included from /home/asdf/git/infamousPlugins/build/src/casynth/casynth_ui.h:8, from /home/asdf/git/infamousPlugins/src/casynth/casynth_ui_main.cxx:8: /usr/local/lib/lv2/ui.lv2/ui.h:217:3: note: ‘LV2UI_Descriptor’ has a previous declaration here 217 | } LV2UIDescriptor;** According to some searches this could be related to lv2 version I have version 1.16 installed What version of lv2 is required ? Thanks Regards

ssj71 commented 3 years ago

I have version 1.16 installed and it's compiling ok here. I'm not sure what's going on with your build.

sc3sc3 commented 3 years ago

Ok thanks. I don't know either :-)