brummer10 / Fluida.lv2

Fluidsynth as LV2 plugin
GNU General Public License v2.0
33 stars 4 forks source link

Please use -Wl,--no-undefined linker flag #4

Closed falkTX closed 3 years ago

falkTX commented 3 years ago

Otherwise missing symbols are not detected, for example building here:

/home/falktx/.lv2/Fluida.lv2/Fluida.so: undefined symbol: fluid_audio_driver_register

My build of fluidsynth has the audio/midi drivers taken out, so they dont conflict ever with host stuff.

brummer10 commented 3 years ago

Done, thanks for the hint.

falkTX commented 3 years ago

This is still missing from GUI_LDFLAGS

brummer10 commented 3 years ago

Ups, indeed. Thanks for the hint, fixed now.