JoakimLindbom / JLmod

Builds and extensions to VCV Rack modular synthesizer
Other
11 stars 0 forks source link

module load fail #1

Open davephillips opened 6 years ago

davephillips commented 6 years ago

Fedora 23 Linux Rack-master (0.6.x dev)

Your modules build fine but fail to load:

Failed to load library ./plugins/JLmod/plugin.so: ./plugins/JLmod/plugin.so: undefined symbol: modelTimers

which may be related to this warning during the build:

src/Timers.cpp:367:12: warning: unused variable ‘modelTimers’ [-Wunused-variable] Model *modelTimers = Model::create<Timers, TimersWidget>("JLmod", "Timers", "Timers", UTILITY_TAG);

JoakimLindbom commented 6 years ago

Thanks. I misplaced a declaration. Now loading into Rack, but there's something wrong with the Schmitt Trigger, so module not working properly yet.

phdsg commented 6 years ago

probably this: https://github.com/VCVRack/Rack/issues/258#issuecomment-364403882