Skip to content

Instantly share code, notes, and snippets.

@notthetup
Created March 20, 2015 04:48
Show Gist options
  • Save notthetup/9999d168b19339ebbfb5 to your computer and use it in GitHub Desktop.
Save notthetup/9999d168b19339ebbfb5 to your computer and use it in GitHub Desktop.
Mumble Error
Undefined symbols for architecture x86_64:
"vtable for QDeviceDiscoveryDummy", referenced from:
QDeviceDiscovery::create(QFlags<QDeviceDiscovery::QDeviceType>, QObject*) in libQt5PlatformSupport.a(qdevicediscovery_dummy.o)
QDeviceDiscoveryDummy::QDeviceDiscoveryDummy(QFlags<QDeviceDiscovery::QDeviceType>, QObject*) in libQt5PlatformSupport.a(qdevicediscovery_dummy.o)
QDeviceDiscoveryDummy::QDeviceDiscoveryDummy(QFlags<QDeviceDiscovery::QDeviceType>, QObject*) in libQt5PlatformSupport.a(qdevicediscovery_dummy.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment