Advertisement
Guest User

Untitled

a guest
Apr 4th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.08 KB | None | 0 0
  1. $ makepkg -si
  2. ==> Determining latest git revision...
  3.   -> Version found: 20120404
  4. ==> Making package: exitx-polkit-git 20120404-1 (Wed Apr  4 17:35:10 EEST 2012)
  5. ==> Checking runtime dependencies...
  6. ==> Checking buildtime dependencies...
  7. ==> Retrieving Sources...
  8. ==> Extracting Sources...
  9. ==> Starting build()...
  10. ==> Connecting to GIT server....
  11. Cloning into 'exitx-polkit'...
  12. remote: Counting objects: 14, done.
  13. remote: Compressing objects: 100% (12/12), done.
  14. remote: Total 14 (delta 4), reused 0 (delta 0)
  15. Unpacking objects: 100% (14/14), done.
  16. ==> GIT checkout done or server timeout
  17. gcc -O2 -Wall -o exitx main.c `pkg-config gtk+-2.0 --cflags` `pkg-config gtk+-2.0 --libs` `pkg-config --cflags --libs glib-2.0`
  18. xgettext -k_ --language=C -o exitx.po  main.c --from-code=utf-8
  19. #xgettext -j -k_ -o exitx.po  main.c
  20. In file included from main.c:17:0:
  21. halt.h:350:3: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  22. halt.h:350:3: warning: (near initialization for ‘halt_pixbuf.pixel_data’) [-Wpointer-sign]
  23. In file included from main.c:18:0:
  24. logout.h:350:3: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  25. logout.h:350:3: warning: (near initialization for ‘logout_pixbuf.pixel_data’) [-Wpointer-sign]
  26. In file included from main.c:19:0:
  27. reboot.h:345:3: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  28. reboot.h:345:3: warning: (near initialization for ‘reboot_pixbuf.pixel_data’) [-Wpointer-sign]
  29. In file included from main.c:20:0:
  30. hibernate.h:343:3: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  31. hibernate.h:343:3: warning: (near initialization for ‘hibernate_pixbuf.pixel_data’) [-Wpointer-sign]
  32. /usr/bin/ld: /tmp/cc9oXQjZ.o: undefined reference to symbol 'XSetInputFocus'
  33. /usr/bin/ld: note: 'XSetInputFocus' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line
  34. /usr/lib/libX11.so.6: could not read symbols: Invalid operation
  35. collect2: error: ld returned 1 exit status
  36. make: *** [exitx] Error 1
  37. ==> ERROR: A failure occurred in build().
  38.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement