Created
March 20, 2015 04:48
-
-
Save notthetup/9999d168b19339ebbfb5 to your computer and use it in GitHub Desktop.
Mumble Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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