The prospective FreeBSD port fails to build: error: allocating an object of abstract class type 'LV2UI'

Issue #20 new
yurivict created an issue

Error:

lv2.cpp:742:19: error: allocating an object of abstract class type 'LV2UI'lv2.cpp:742:19: error: allocating an object of abstract class type 'LV2UI'
      ui[i] = new LV2UI(num_voices);
                  ^

      ui[i] = new LV2UI(num_voices);
                  ^
/usr/local/include/faust/gui/UI.h/usr/local/include/faust/gui/UI.h:71:22: note: unimplemented pure virtual method 'addSoundfile' in 'LV2UI'
:        virtual void addSoundfile(const char* label, const char* filename, Soundfile** sf_zone) = 0;71:22: note: unimplemented pure virtual method 'addSoundfile' in 'LV2UI'

        virtual void addSoundfile(const char* label, const char* filename, Soundfile** sf_zone) = 0;
                     ^
                     ^

faust-lv2-1.4 faust-2.5.23 is the latest version.

Comments (2)

  1. Albert Graef repo owner

    This should be fixed in git already, I guess, so all I have to do is a new release auf faust-lv2. Stay tuned.

  2. Log in to comment