LMMS / lmms

Cross-platform music production software
https://lmms.io
GNU General Public License v2.0
8.08k stars 1.01k forks source link

cannot build lmms stable #2253

Closed sehrguey closed 9 years ago

sehrguey commented 9 years ago

hello, I followed all recomendations from https://github.com/LMMS/lmms/wiki/Compiling-lmms then git cloned the stable version but building of lmms was aborted at 45% with this notification:

Scanning dependencies of target carlabase
[ 45%] Building CXX object plugins/carlabase/CMakeFiles/carlabase.dir/carla.o
/home/seog/lmms/plugins/carlabase/carla.cpp: In member function ‘intptr_t CarlaInstrument::handleDispatcher(NativeHostDispatcherOpcode, int32_t, intptr_t, void*, float)’:
/home/seog/lmms/plugins/carlabase/carla.cpp:254:10: error: ‘NATIVE_HOST_OPCODE_NULL’ was not declared in this scope
     case NATIVE_HOST_OPCODE_NULL:
          ^
/home/seog/lmms/plugins/carlabase/carla.cpp:256:10: error: ‘NATIVE_HOST_OPCODE_UPDATE_PARAMETER’ was not declared in this scope
     case NATIVE_HOST_OPCODE_UPDATE_PARAMETER:
          ^
/home/seog/lmms/plugins/carlabase/carla.cpp:257:10: error: ‘NATIVE_HOST_OPCODE_UPDATE_MIDI_PROGRAM’ was not declared in this scope
     case NATIVE_HOST_OPCODE_UPDATE_MIDI_PROGRAM:
          ^
/home/seog/lmms/plugins/carlabase/carla.cpp:258:10: error: ‘NATIVE_HOST_OPCODE_RELOAD_PARAMETERS’ was not declared in this scope
     case NATIVE_HOST_OPCODE_RELOAD_PARAMETERS:
          ^
/home/seog/lmms/plugins/carlabase/carla.cpp:259:10: error: ‘NATIVE_HOST_OPCODE_RELOAD_MIDI_PROGRAMS’ was not declared in this scope
     case NATIVE_HOST_OPCODE_RELOAD_MIDI_PROGRAMS:
          ^
/home/seog/lmms/plugins/carlabase/carla.cpp:260:10: error: ‘NATIVE_HOST_OPCODE_RELOAD_ALL’ was not declared in this scope
     case NATIVE_HOST_OPCODE_RELOAD_ALL:
          ^
/home/seog/lmms/plugins/carlabase/carla.cpp:263:10: error: ‘NATIVE_HOST_OPCODE_UI_UNAVAILABLE’ was not declared in this scope
     case NATIVE_HOST_OPCODE_UI_UNAVAILABLE:
          ^
/home/seog/lmms/plugins/carlabase/carla.cpp:266:10: error: ‘NATIVE_HOST_OPCODE_HOST_IDLE’ was not declared in this scope
     case NATIVE_HOST_OPCODE_HOST_IDLE:
          ^
/home/seog/lmms/plugins/carlabase/carla.cpp:252:12: error: enumeration value ‘HOST_OPCODE_NULL’ not handled in switch [-Werror=switch]
     switch (opcode)
            ^
/home/seog/lmms/plugins/carlabase/carla.cpp:252:12: error: enumeration value ‘HOST_OPCODE_UPDATE_PARAMETER’ not handled in switch [-Werror=switch]
/home/seog/lmms/plugins/carlabase/carla.cpp:252:12: error: enumeration value ‘HOST_OPCODE_UPDATE_MIDI_PROGRAM’ not handled in switch [-Werror=switch]
/home/seog/lmms/plugins/carlabase/carla.cpp:252:12: error: enumeration value ‘HOST_OPCODE_RELOAD_PARAMETERS’ not handled in switch [-Werror=switch]
/home/seog/lmms/plugins/carlabase/carla.cpp:252:12: error: enumeration value ‘HOST_OPCODE_RELOAD_MIDI_PROGRAMS’ not handled in switch [-Werror=switch]
/home/seog/lmms/plugins/carlabase/carla.cpp:252:12: error: enumeration value ‘HOST_OPCODE_RELOAD_ALL’ not handled in switch [-Werror=switch]
/home/seog/lmms/plugins/carlabase/carla.cpp:252:12: error: enumeration value ‘HOST_OPCODE_UI_UNAVAILABLE’ not handled in switch [-Werror=switch]
/home/seog/lmms/plugins/carlabase/carla.cpp: In member function ‘void CarlaInstrument::sampleRateChanged()’:
/home/seog/lmms/plugins/carlabase/carla.cpp:465:38: error: ‘NATIVE_PLUGIN_OPCODE_SAMPLE_RATE_CHANGED’ was not declared in this scope
     fDescriptor->dispatcher(fHandle, NATIVE_PLUGIN_OPCODE_SAMPLE_RATE_CHANGED, 0, 0, nullptr, handleGetSampleRate());
                                      ^
cc1plus: all warnings being treated as errors
make[2]: *** [plugins/carlabase/CMakeFiles/carlabase.dir/carla.o] Error 1
make[1]: *** [plugins/carlabase/CMakeFiles/carlabase.dir/all] Error 2
make: *** [all] Error 2

I sought help at lmms forum to no result. what to do?

sehrguey

tresf commented 9 years ago

@sehrguey for future bug reports, please wrap your logs and code in codeblocks. I've done this for you to make your post more readable.

In regards to Carla, do you need Carla support? If so you probably have a misconfigured Carla environment which is causing the problem. If not, you can set WANT_CARLA OFF in CMakeLists.txt and remove your CMakeCache.txt and it should proceed without Carla support.

-Tres

sehrguey commented 9 years ago

dear Tres, I am sorry for omitting the the right markup (actually I looked for it but couldn't find) and thank you for wrapping the code. I want lmms not Carla so I'll follow you advice and report the result ASAP.

yours` sehrguey

On Wed, Aug 12, 2015 at 5:37 PM, Tres Finocchiaro notifications@github.com wrote:

@sehrguey https://github.com/sehrguey for future bug reports, please wrap your logs and code in ``` codeblocks. I've done this for you.

In regards to Carla, do you need Carla support? If so you probably have a misconfigured Carla environment which is causing the problem. If not, you can set WANT_CARLA OFF in CMakeLists.txt and remove your CMakeCache.txt and it should proceed without Carla support.

-Tres

— Reply to this email directly or view it on GitHub https://github.com/LMMS/lmms/issues/2253#issuecomment-130305856.

tresf commented 9 years ago

@sehrguey which OS are you compiling on? Is there a chance your ZynAddSubFX errors are in result of a missing or old fluid version? Zyn relies on fluid so if it is dated or not installed, it may cause issues.

sehrguey commented 9 years ago

Tres, after removing Carla from CMakeLists.txt building of lmms reached 99% and crashed at that very last per cent:

[ 99%] Building CXX object plugins/zynaddsubfx/CMakeFiles/RemoteZynAddSubFx.dir/RemoteZynAddSubFx.o
Linking CXX executable RemoteZynAddSubFx
CMakeFiles/RemoteZynAddSubFx.dir/RemoteZynAddSubFx.o: In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MasterUI.o): In function `VUMeter::VUMeter(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:7: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MasterUI.o): In function `fl_font':
/usr/local/include/FL/fl_draw.H:509: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MasterUI.o): In function `VUMeter::draw_master()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:128: undefined reference to `fl_draw(char const*, int, int, int, int, unsigned int, Fl_Image*, int)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:124: undefined reference to `fl_draw(char const*, int, int, int, int, unsigned int, Fl_Image*, int)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MasterUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MasterUI.o):/usr/local/include/FL/Fl_Widget.H:840: more undefined references to `Fl_Widget::do_callback(Fl_Widget*, void*)' follow
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MasterUI.o): In function `MasterUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1481: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1483: undefined reference to `Fl_Menu_Bar::Fl_Menu_Bar(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1715: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1806: undefined reference to `Fl_Window::xclass(char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1809: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1811: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1820: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1830: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1838: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1851: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1857: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1891: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1893: undefined reference to `Fl_Menu_Bar::Fl_Menu_Bar(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:1942: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:2017: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:2291: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:2293: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:2298: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:2309: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:2322: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MasterUI.cxx:2327: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MasterUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MasterUI.o):/usr/local/include/FL/Fl_Widget.H:840: more undefined references to `Fl_Widget::do_callback(Fl_Widget*, void*)' follow
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MicrotonalUI.o): In function `MicrotonalUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/MicrotonalUI.cxx:181: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(MicrotonalUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PartUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PartUI.o):/usr/local/include/FL/Fl_Widget.H:840: more undefined references to `Fl_Widget::do_callback(Fl_Widget*, void*)' follow
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PartUI.o): In function `PartUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1022: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1188: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1367: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1486: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1564: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1580: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1585: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1590: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1595: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1600: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PartUI.o):/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1605: more undefined references to `Fl_Box::Fl_Box(int, int, int, int, char const*)' follow
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PartUI.o): In function `PartUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PartUI.cxx:1637: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PresetsUI.o): In function `PresetsUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PresetsUI.cxx:134: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PresetsUI.cxx:156: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PresetsUI.cxx:160: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PresetsUI.cxx:174: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PresetsUI.cxx:196: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PresetsUI.cxx:203: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(SUBnoteUI.o): In function `SUBnoteharmonic::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/SUBnoteUI.cxx:64: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/SUBnoteUI.cxx:69: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/SUBnoteUI.cxx:75: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(SUBnoteUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(SUBnoteUI.o): In function `SUBnoteUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/SUBnoteUI.cxx:363: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(VirKeyboard.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:65: undefined reference to `fl_graphics_driver'
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(VirKeyboard.o): In function `VirKeys::VirKeys(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/VirKeyboard.cxx:16: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(VirKeyboard.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(VirKeyboard.o): In function `VirKeyboard::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/VirKeyboard.cxx:391: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `TipWin::TipWin()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/WidgetPDial.cpp:34: undefined reference to `Fl_Menu_Window::Fl_Menu_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `TipWin::draw()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/WidgetPDial.cpp:43: undefined reference to `Fl_Widget::draw_box(Fl_Boxtype, int, int, int, int, unsigned int) const'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `TipWin::draw()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/WidgetPDial.cpp:49: undefined reference to `fl_draw(char const*, int, int, int, int, unsigned int, Fl_Image*, int)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `fl_font':
/usr/local/include/FL/fl_draw.H:509: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:65: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `fl_pie':
/usr/local/include/FL/fl_draw.H:317: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `fl_push_matrix':
/usr/local/include/FL/fl_draw.H:326: undefined reference to `Fl_Graphics_Driver::push_matrix()'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `Fl_Graphics_Driver::translate(double, double)':
/usr/local/include/FL/Fl_Device.H:324: undefined reference to `Fl_Graphics_Driver::mult_matrix(double, double, double, double, double, double)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `fl_rotate':
/usr/local/include/FL/fl_draw.H:350: undefined reference to `Fl_Graphics_Driver::rotate(double)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `Fl_Graphics_Driver::translate(double, double)':
/usr/local/include/FL/Fl_Device.H:324: undefined reference to `Fl_Graphics_Driver::mult_matrix(double, double, double, double, double, double)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `fl_pop_matrix':
/usr/local/include/FL/fl_draw.H:330: undefined reference to `Fl_Graphics_Driver::pop_matrix()'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(WidgetPDial.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ADnoteUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ADnoteUI.o): In function `ADvoicelistitem::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ADnoteUI.cxx:177: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ADnoteUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ADnoteUI.o):/usr/local/include/FL/Fl_Widget.H:840: more undefined references to `Fl_Widget::do_callback(Fl_Widget*, void*)' follow
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ADnoteUI.o): In function `ADvoiceUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ADnoteUI.cxx:893: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ADnoteUI.cxx:1105: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ADnoteUI.cxx:1469: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ADnoteUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ADnoteUI.o): In function `ADnoteUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ADnoteUI.cxx:1725: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ADnoteUI.cxx:2070: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ADnoteUI.cxx:2122: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(BankUI.o): In function `BankUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/BankUI.cxx:159: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(BankUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ConfigUI.o): In function `ConfigUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ConfigUI.cxx:241: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ConfigUI.cxx:254: undefined reference to `Fl_Int_Input::Fl_Int_Input(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ConfigUI.cxx:263: undefined reference to `Fl_Int_Input::Fl_Int_Input(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ConfigUI.cxx:290: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ConfigUI.cxx:295: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `EQGraph::EQGraph(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/EffUI.cxx:7: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `fl_darker':
/usr/local/include/FL/Enumerations.H:856: undefined reference to `fl_color_average(unsigned int, unsigned int, float)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `fl_lighter':
/usr/local/include/FL/Enumerations.H:853: undefined reference to `fl_color_average(unsigned int, unsigned int, float)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `EffUI::make_filter_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/EffUI.cxx:2370: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EffUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EnvelopeUI.o): In function `EnvelopeFreeEdit::EnvelopeFreeEdit(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/EnvelopeUI.cxx:7: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EnvelopeUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EnvelopeUI.o): In function `EnvelopeFreeEdit::draw()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/EnvelopeUI.cxx:119: undefined reference to `fl_draw(char const*, int, int, int, int, unsigned int, Fl_Image*, int)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/EnvelopeUI.cxx:122: undefined reference to `fl_draw(char const*, int, int, int, int, unsigned int, Fl_Image*, int)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(EnvelopeUI.o): In function `EnvelopeUI::make_freemode_edit_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/EnvelopeUI.cxx:643: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(FilterUI.o): In function `FormantFilterGraph::FormantFilterGraph(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/FilterUI.cxx:10: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(FilterUI.o): In function `fl_line_style':
/usr/local/include/FL/fl_draw.H:177: undefined reference to `fl_graphics_driver'
/usr/local/include/FL/fl_draw.H:177: undefined reference to `fl_graphics_driver'
/usr/local/include/FL/fl_draw.H:177: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(FilterUI.o): In function `fl_line':
/usr/local/include/FL/fl_draw.H:223: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(FilterUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(FilterUI.o): In function `FormantFilterGraph::draw()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/FilterUI.cxx:92: undefined reference to `fl_draw(char const*, int, int, int, int, unsigned int, Fl_Image*, int)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/FilterUI.cxx:95: undefined reference to `fl_draw(char const*, int, int, int, int, unsigned int, Fl_Image*, int)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(FilterUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(FilterUI.o): In function `FilterUI::make_formant_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/FilterUI.cxx:616: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/FilterUI.cxx:876: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(FilterUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `Oscilloscope::draw()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:144: undefined reference to `fl_color_average(unsigned int, unsigned int, float)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `OscilSpectrum::OscilSpectrum(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:11: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `Oscilloscope::Oscilloscope(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:110: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `Oscilharmonic::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:289: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:293: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:297: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:303: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `OscilEditor::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:829: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:848: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/OscilGenUI.cxx:938: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(OscilGenUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PADnoteUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:65: undefined reference to `fl_graphics_driver'
/usr/local/include/FL/fl_draw.H:65: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PADnoteUI.o): In function `PADnoteHarmonicProfile::PADnoteHarmonicProfile(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PADnoteUI.cxx:9: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PADnoteUI.o): In function `PADnoteOvertonePosition::PADnoteOvertonePosition(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PADnoteUI.cxx:87: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PADnoteUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PADnoteUI.o):/usr/local/include/FL/Fl_Widget.H:840: more undefined references to `Fl_Widget::do_callback(Fl_Widget*, void*)' follow
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(PADnoteUI.o): In function `PADnoteUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PADnoteUI.cxx:714: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PADnoteUI.cxx:893: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/PADnoteUI.cxx:1048: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o): In function `ResonanceGraph::ResonanceGraph(int, int, int, int, char const*)':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ResonanceUI.cxx:11: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o): In function `fl_line_style':
/usr/local/include/FL/fl_draw.H:177: undefined reference to `fl_graphics_driver'
/usr/local/include/FL/fl_draw.H:177: undefined reference to `fl_graphics_driver'
/usr/local/include/FL/fl_draw.H:177: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o): In function `fl_line':
/usr/local/include/FL/fl_draw.H:223: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o): In function `fl_color':
/usr/local/include/FL/fl_draw.H:52: undefined reference to `fl_graphics_driver'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o):/usr/local/include/FL/fl_draw.H:206: more undefined references to `fl_graphics_driver' follow
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o): In function `ResonanceUI::make_window()':
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ResonanceUI.cxx:319: undefined reference to `Fl_Double_Window::Fl_Double_Window(int, int, char const*)'
/home/seog/lmms/plugins/zynaddsubfx/zynaddsubfx/src/UI/ResonanceUI.cxx:392: undefined reference to `Fl_Box::Fl_Box(int, int, int, int, char const*)'
zynaddsubfx/src/UI/libzynaddsubfx_gui.a(ResonanceUI.o): In function `Fl_Widget::do_callback()':
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
/usr/local/include/FL/Fl_Widget.H:840: undefined reference to `Fl_Widget::do_callback(Fl_Widget*, void*)'
collect2: error: ld returned 1 exit status
make[2]: *** [plugins/zynaddsubfx/RemoteZynAddSubFx] Error 1
make[1]: *** [plugins/zynaddsubfx/CMakeFiles/RemoteZynAddSubFx.dir/all] Error 2
make: *** [all] Error 2
seog@studio:~/lmms$ 

I can live witout ZynAddSubFx also (or install it outside lmms) yet if you know solution please let me know.

yours` sehrguey

sehrguey commented 9 years ago

Tres, excuse my belated response I was away from my place. I am on AVLinux ( a multmedia Debian-based studio distro) and before installing lmms I installed all the parts recommended at lmms github place ( https://github.com/LMMS/lmms/wiki/Compiling-lmms) among which there also was libfluidsynth http://fluidsynth.sourceforge.net/ Was it not enough?

yours` sehrguey

On Thu, Aug 13, 2015 at 9:34 AM, Tres Finocchiaro notifications@github.com wrote:

@sehrguey https://github.com/sehrguey which OS are you compiling on? Is there a chance your ZynAddSubFX errors are in result of a missing or old fluid version? Zyn relies on fluid so if it is dated or not installed, it may cause issues.

— Reply to this email directly or view it on GitHub https://github.com/LMMS/lmms/issues/2253#issuecomment-130540905.

tresf commented 9 years ago

@sehrguey do you have fltk installed? Some systems also require fluid installed, but I would suspect your current problem is a missing fltk/fluid dependency.

-Tres

tresf commented 9 years ago

@sehrguey this is a support issue, so we're closing it out as it is not a bug with our software. Please feel free to continue dialog here or our developers list, but the bug itself will be shown as closed.

sehrguey commented 9 years ago

Tres, thank you for the support, you helped me a lot. yours` sehrguey

On Sat, Aug 22, 2015 at 4:42 AM, Tres Finocchiaro notifications@github.com wrote:

@sehrguey https://github.com/sehrguey this is a support issue, so we're closing it out as it is not a bug with our software. Please feel free to continue dialog here or our developers list, but the bug itself will be shown as closed.

— Reply to this email directly or view it on GitHub https://github.com/LMMS/lmms/issues/2253#issuecomment-133610560.