kallaballa / MidiPatch

MidiPatch is a scriptable and modular real-time software synthesizer using the PatchScript API
GNU Affero General Public License v3.0
12 stars 2 forks source link

Linking on Mac OS X fails with "Undefined symbols for architecture x86_64" #138

Open kallaballa opened 4 years ago

kallaballa commented 4 years ago

Undefined symbols for architecture x8664: "vtable for Tonic::Tonic::LV2Effect_", referenced from: Tonic::LV2Effect::LV2Effect(char const*) in tonic_lua1.o NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [libpatchscript.dylib] Error 1 make: [dirs] Error 2

kallaballa commented 4 years ago

I tried to make sense out of it but i can't find the problem.