hallo,
cheers for the new release!
builds fine here on aptosid with:
./waf configure --prefix=/usr --disable-nls --optimization --build-lv2
i do no know if you are interested in few warnings i get here:
[541/625] cxx: src/LV2/gx_studiopre.lv2/widget.cpp ->
build/default/src/LV2/gx_studiopre.lv2/widget_2.o
../src/LV2/gx_studiopre.lv2/widget.cpp: In member function ‘void
Widget::make_label(Gtk::Box*, Glib::ustring, bool)’:
../src/LV2/gx_studiopre.lv2/widget.cpp:312:15: warning: unused variable
‘b1’ [-Wunused-variable]
../src/LV2/gx_studiopre.lv2/widget.cpp:313:15: warning: unused variable
‘b2’ [-Wunused-variable]
[542/625] cxx: src/LV2/gx_studiopre.lv2/gx_studiopre_gui.cpp ->
build/default/src/LV2/gx_studiopre.lv2/gx_studiopre_gui_2.o
...
[544/625] cxx: src/LV2/gx_studiopre_st.lv2/widget.cpp ->
build/default/src/LV2/gx_studiopre_st.lv2/widget_2.o
../src/LV2/gx_studiopre_st.lv2/widget.cpp: In member function ‘void
Widget::make_label(Gtk::Box*, Glib::ustring, bool)’:
../src/LV2/gx_studiopre_st.lv2/widget.cpp:347:15: warning: unused
variable ‘b1’ [-Wunused-variable]
../src/LV2/gx_studiopre_st.lv2/widget.cpp:348:15: warning: unused
variable ‘b2’ [-Wunused-variable]
[545/625] cxx: src/LV2/gx_studiopre_st.lv2/gx_studiopre_st_gui.cpp ->
build/default/src/LV2/gx_studiopre_st.lv2/gx_studiopre_st_gui_2.o
...
[570/625] cxx: src/LV2/gx_zita_rev1.lv2/gx_zita_rev1.cpp ->
build/default/src/LV2/gx_zita_rev1.lv2/gx_zita_rev1_5.o
In file included from ../src/LV2/gx_zita_rev1.lv2/gx_zita_rev1.cpp:26:0:
default/src/LV2/faust/gx_zita_rev1.cc:151:20: warning:
‘gx_zita_rev1::parm_groups’ defined but not used [-Wunused-variable]
[571/625] cxx: src/LV2/gx_zita_rev1.lv2/widget.cpp ->
build/default/src/LV2/gx_zita_rev1.lv2/widget_2.o
...
cheers,
doc