Advertisement
Guest User

archlinux green v0.2-1 build fail

a guest
Jun 21st, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.69 KB | None | 0 0
  1. ==> Making package: green 0.2-1 (Thu Jun 21 16:02:31 CEST 2012)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving Sources...
  5.   -> Downloading green-0.2.tgz...
  6.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  7.                                  Dload  Upload   Total   Spent    Left  Speed
  8. 100 10511  100 10511    0     0   130k      0 --:--:-- --:--:-- --:--:--  342k
  9. ==> Validating source files with md5sums...
  10.     green-0.2.tgz ... Passed
  11. ==> Extracting Sources...
  12.   -> Extracting green-0.2.tgz with bsdtar
  13. ==> Entering fakeroot environment...
  14. ==> Starting build()...
  15. cc -D GREEN_SYSCONFIG_FILE=\"/usr/local/etc/green.conf\" -D GREEN_USERCONFIG_FILE=\".green.conf\" -Os -Wall -c main.c $(pkg-config poppler-glib --cflags) -o main.o
  16. cc -Os -Wall -c green.c $(pkg-config poppler-glib --cflags) -o green.o
  17. cc -Os -Wall -c sdl.c $(pkg-config poppler-glib --cflags) $(sdl-config --cflags) -o sdl.o
  18. sdl.c: In function ‘GetInput’:
  19. sdl.c:91:3: warning: case value ‘37’ not in enumerated type ‘SDLKey’ [-Wswitch]
  20. sdl.c:85:3: warning: case value ‘123’ not in enumerated type ‘SDLKey’ [-Wswitch]
  21. sdl.c:86:3: warning: case value ‘125’ not in enumerated type ‘SDLKey’ [-Wswitch]
  22. sdl.c:94:3: warning: case value ‘126’ not in enumerated type ‘SDLKey’ [-Wswitch]
  23. sdl.c:90:3: warning: case value ‘4294967207’ not in enumerated type ‘SDLKey’ [-Wswitch]
  24. sdl.c: In function ‘RenderPage’:
  25. sdl.c:120:2: error: unknown type name ‘GdkPixbuf’
  26. sdl.c:120:2: warning: implicit declaration of function ‘gdk_pixbuf_new’ [-Wimplicit-function-declaration]
  27. sdl.c:120:34: error: ‘GDK_COLORSPACE_RGB’ undeclared (first use in this function)
  28. sdl.c:120:34: note: each undeclared identifier is reported only once for each function it appears in
  29. sdl.c:136:2: warning: implicit declaration of function ‘poppler_page_render_to_pixbuf’ [-Wimplicit-function-declaration]
  30. sdl.c:137:2: warning: implicit declaration of function ‘gdk_pixbuf_get_pixels’ [-Wimplicit-function-declaration]
  31. sdl.c:137:9: warning: assignment makes pointer from integer without a cast [enabled by default]
  32. sdl.c:138:2: warning: implicit declaration of function ‘gdk_pixbuf_get_rowstride’ [-Wimplicit-function-declaration]
  33. sdl.c:139:2: warning: implicit declaration of function ‘gdk_pixbuf_get_n_channels’ [-Wimplicit-function-declaration]
  34. sdl.c: In function ‘Green_SDL_Main’:
  35. sdl.c:402:21: warning: variable ‘left_y’ set but not used [-Wunused-but-set-variable]
  36. sdl.c:402:9: warning: variable ‘left_x’ set but not used [-Wunused-but-set-variable]
  37. make: *** [sdl.o] Error 1
  38. ==> ERROR: A failure occurred in build().
  39.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement