Advertisement
Guest User

Output of yaourt/makepkg while building zathura-girara-git

a guest
Oct 14th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. zathura build options:
  2. CFLAGS = -march=i686 -mtune=generic -O2 -pipe -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
  3. LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lsqlite3 -lpthread -lm -ldl
  4. DFLAGS = -g
  5. CC = cc
  6. CC bookmarks.c
  7. CC shortcuts.c
  8. CC zathura.c
  9. CC config.c
  10. zathura.c: In function 'zathura_init':
  11. zathura.c:222:18: warning: 'zathura' may be used uninitialized in this function [-Wuninitialized]
  12. CC render.c
  13. CC utils.c
  14. CC commands.c
  15. CC document.c
  16. CC completion.c
  17. CC database-sqlite.c
  18. CC callbacks.c
  19. database-sqlite.c: In function 'zathura_db_get_fileinfo':
  20. database-sqlite.c:207:3: error: 'ofset' undeclared (first use in this function)
  21. database-sqlite.c:207:3: note: each undeclared identifier is reported only once for each function it appears in
  22. database-sqlite.c:205:92: warning: unused parameter 'offset' [-Wunused-parameter]
  23. database-sqlite.c: At top level:
  24. database-sqlite.c:223:3: error: expected identifier or '(' before 'if'
  25. database-sqlite.c:229:3: warning: data definition has no type or storage class [enabled by default]
  26. database-sqlite.c:229:4: warning: type defaults to 'int' in declaration of 'page' [enabled by default]
  27. database-sqlite.c:229:30: error: 'stmt' undeclared here (not in a function)
  28. database-sqlite.c:230:3: warning: data definition has no type or storage class [enabled by default]
  29. database-sqlite.c:230:4: warning: type defaults to 'int' in declaration of 'offset' [enabled by default]
  30. database-sqlite.c:231:3: warning: data definition has no type or storage class [enabled by default]
  31. database-sqlite.c:231:4: warning: type defaults to 'int' in declaration of 'scale' [enabled by default]
  32. database-sqlite.c:232:3: warning: data definition has no type or storage class [enabled by default]
  33. database-sqlite.c:232:3: warning: type defaults to 'int' in declaration of 'sqlite3_finalize' [enabled by default]
  34. database-sqlite.c:232:3: warning: parameter names (without types) in function declaration [enabled by default]
  35. database-sqlite.c:233:3: error: expected identifier or '(' before 'return'
  36. database-sqlite.c:234:1: error: expected identifier or '(' before '}' token
  37. make: *** [database-sqlite.o] Error 1
  38. make: *** Waiting for unfinished jobs....
  39. ==> ERROR: A failure occurred in build().
  40. Aborting...
  41. ==> ERROR: Makepkg was unable to build zathura-girara-git.
  42.  
  43.  
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement