lindenbergresearch / LRTRack

LRT Audio-Modules for VCVRack
Other
57 stars 10 forks source link

load fail with latest pull #39

Closed davephillips closed 6 years ago

davephillips commented 6 years ago

Fedora 23 Linux Rack 0.6.2b from source

Hi Patrick ! No build problems, but the plugin doesn't load here:

[0.132 warn src/plugin.cpp:90] Failed to load library ./plugins/LRTRack/plugin.so: ./plugins/LRTRack/plugin.so: undefined symbol: kiss_fft_alloc

Missing an object during linking perhaps ? Seeking advice here. :)

lindenbergresearch commented 6 years ago

Hm, strange. I will take a deep look, hold on :)

davephillips commented 6 years ago

Btw, leaving Speck out of the build solved the problem here.

lindenbergresearch commented 6 years ago

For now it will be the best solution. Currently I am working on a theme manager rather then the new speck module. (Speck will be 6.5 or so)

davephillips commented 6 years ago

Thanks, that's not a problem for me. We've run into another missing symbol with the Triggerfish plugin, I'm working to debug that one too. Thanks again for the great modules, now I just need more time to play with them. :(

lindenbergresearch commented 6 years ago

Please check it again; I did some realign and restructuring of the headers. Should link now fine with no errors on execution :D

davephillips commented 6 years ago

Hi Patrick !

Thanks, everything loads now with no problems except this one:

[13.612 warn src/window.cpp:644] Failed to load font ./plugins/LRTRack/res/OneSlot.ttf

Missing the font in your res directory. [Edit] I found the font online, no problem now.

lindenbergresearch commented 6 years ago

Oh yes, I forgot. I changed the font now... :)