Guest User

Untitled

a guest
May 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. cd screenlocker/greeter && /usr/bin/cmake -E cmake_link_script CMakeFiles/kscreenlocker_greet.dir/link.txt --verbose=1
  2. /usr/bin/g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -m32 -march=core2 -mssse3 -mtune=atom -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -lX11 CMakeFiles/kscreenlocker_greet.dir/kscreenlocker_greet_automoc.o CMakeFiles/kscreenlocker_greet.dir/greeter.o CMakeFiles/kscreenlocker_greet.dir/greeterapp.o CMakeFiles/kscreenlocker_greet.dir/main.o CMakeFiles/kscreenlocker_greet.dir/kscreensaversettings.o -o kscreenlocker_greet -rdynamic -L../../lib ../../lib/libkephal.so.4.8.0 /usr/lib/libkdeui.so.5.8.0 /usr/lib/libQtDeclarative.so -lkdeclarative /usr/lib/libkdecore.so.5.8.0 /usr/lib/libQtDBus.so /usr/lib/libQtCore.so -lpthread /usr/lib/libQtGui.so /usr/lib/libQtSvg.so
  3. /usr/bin/ld: CMakeFiles/kscreenlocker_greet.dir/greeterapp.o: undefined reference to symbol 'XQueryPointer'
  4. /usr/bin/ld: note: 'XQueryPointer' is defined in DSO /usr/lib/gcc/i586-meego-linux/4.6.3/../../../libX11.so so try adding it to the linker command line
  5. /usr/lib/gcc/i586-meego-linux/4.6.3/../../../libX11.so: could not read symbols: Invalid operation
  6. collect2: ld returned 1 exit status
  7. make[2]: *** [screenlocker/greeter/kscreenlocker_greet] Error 1
Add Comment
Please, Sign In to add comment