Skip to content

Instantly share code, notes, and snippets.

@njpatel
Created September 17, 2012 10:02
Show Gist options
  • Save njpatel/3736527 to your computer and use it in GitHub Desktop.
Save njpatel/3736527 to your computer and use it in GitHub Desktop.
Linking CXX shared library libunityshell.so
../../launcher/liblauncher-lib.a(DNDCollectionWindow.cpp.o):(.data.rel.ro._ZTVN5unity19DNDCollectionWindowE[_ZTVN5unity19DNDCollectionWindowE]+0x1e8): undefined reference to `nux::InputArea::SetBaseString(char const*)'
../../launcher/liblauncher-lib.a(Launcher.cpp.o):(.data.rel.ro._ZTVN5unity8launcher8LauncherE[_ZTVN5unity8launcher8LauncherE]+0x2d8): undefined reference to `nux::InputArea::SetBaseString(char const*)'
../../launcher/liblauncher-lib.a(LauncherDragWindow.cpp.o):(.data.rel.ro._ZTVN5unity8launcher18LauncherDragWindowE[_ZTVN5unity8launcher18LauncherDragWindowE]+0x1e8): undefined reference to `nux::InputArea::SetBaseString(char const*)'
../../launcher/liblauncher-lib.a(QuicklistMenuItem.cpp.o):(.data.rel.ro._ZTVN5unity17QuicklistMenuItemE[_ZTVN5unity17QuicklistMenuItemE]+0x1e8): undefined reference to `nux::InputArea::SetBaseString(char const*)'
../../launcher/liblauncher-lib.a(QuicklistMenuItemCheckmark.cpp.o):(.data.rel.ro._ZTVN5unity26QuicklistMenuItemCheckmarkE[_ZTVN5unity26QuicklistMenuItemCheckmarkE]+0x1e8): undefined reference to `nux::InputArea::SetBaseString(char const*)'
../../launcher/liblauncher-lib.a(QuicklistMenuItemLabel.cpp.o):(.data.rel.ro._ZTVN5unity22QuicklistMenuItemLabelE[_ZTVN5unity22QuicklistMenuItemLabelE]+0x1e8): more undefined references to `nux::InputArea::SetBaseString(char const*)' follow
collect2: error: ld returned 1 exit status
make[2]: *** [plugins/unityshell/libunityshell.so] Error 1
make[1]: *** [plugins/unityshell/CMakeFiles/unityshell.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment