You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled lmms-1.1.90 on fedora 23 64 bits. I use carla from git repo.
lmms compiles fine with carla (I can see carlabase.so and others in the install lib directory) but when I open lmms, carlarack and carla-patchbay are missing.
After some investigations, this is due to the fact that carlabase.so is compiled as a module and not as a shared library (maybe a change in cmake cause this - cmake 3.4.1 is shipped under fedora).
I changed the link of carlabase to SHARED (via a change in BuildPlugin.cmake) and explicitely linked carlarack and carlapatchbay to carlabase and everything went fine. The carla-rack and carla-patchbay and loaded in the synth menu of lmms.
The text was updated successfully, but these errors were encountered:
I compiled lmms-1.1.90 on fedora 23 64 bits. I use carla from git repo.
lmms compiles fine with carla (I can see carlabase.so and others in the install lib directory) but when I open lmms, carlarack and carla-patchbay are missing.
After some investigations, this is due to the fact that carlabase.so is compiled as a module and not as a shared library (maybe a change in cmake cause this - cmake 3.4.1 is shipped under fedora).
I changed the link of carlabase to SHARED (via a change in BuildPlugin.cmake) and explicitely linked carlarack and carlapatchbay to carlabase and everything went fine. The carla-rack and carla-patchbay and loaded in the synth menu of lmms.
The text was updated successfully, but these errors were encountered: