Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. surf build options:
  2. CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/webkit-1.0 -I/usr/local/include/webkit-1.0/webkit -I/usr/local/include/libsoup-2.4 -I/usr/local/include/libxml2 -DVERSION="0.2"
  3. LDFLAGS = -L. -L/usr/local/lib -lc -pthread -L/usr/local/lib -lwebkit-1.0 -lgtk-x11-2.0 -lsoup-2.4 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgthread-2.0
  4. CC = cc
  5. CC surf.c
  6. In file included from surf.c:127:
  7. config.h:9: error: 'showurl' undeclared here (not in a function)
  8. config.h:12: error: 'hideurl' undeclared here (not in a function)
  9. config.h:29: error: 'UrlBar' undeclared here (not in a function)
  10. surf.c: In function 'changecookie':
  11. surf.c:164: error: 'sessiontime' undeclared (first use in this function)
  12. surf.c:164: error: (Each undeclared identifier is reported only once
  13. surf.c:164: error: for each function it appears in.)
  14. surf.c:164: warning: passing argument 1 of 'soup_date_new_from_time_t' makes integer from pointer without a cast
  15. surf.c: In function 'cleanup':
  16. surf.c:175: error: 'cookiefile' undeclared (first use in this function)
  17. surf.c:176: error: 'dldir' undeclared (first use in this function)
  18. surf.c:177: error: 'scriptfile' undeclared (first use in this function)
  19. surf.c:178: error: 'stylefile' undeclared (first use in this function)
  20. surf.c: In function 'context':
  21. surf.c:198: error: 'items' undeclared (first use in this function)
  22. surf.c:198: error: invalid operands to binary /
  23. surf.c:198: warning: comparison between pointer and integer
  24. surf.c: In function 'destroyclient':
  25. surf.c:230: error: 'items' undeclared (first use in this function)
  26. surf.c:230: error: invalid operands to binary /
  27. surf.c:230: warning: comparison between pointer and integer
  28. surf.c: In function 'initdownload':
  29. surf.c:315: error: 'dldir' undeclared (first use in this function)
  30. surf.c: In function 'itemclick':
  31. surf.c:359: error: 'items' undeclared (first use in this function)
  32. surf.c:359: error: invalid operands to binary /
  33. surf.c:359: warning: comparison between pointer and integer
  34. surf.c:360: error: 'struct <anonymous>' has no member named 'label'
  35. surf.c:360: warning: passing argument 1 of 'strcmp' from incompatible pointer type
  36. surf.c: In function 'newclient':
  37. surf.c:469: error: 'items' undeclared (first use in this function)
  38. surf.c:469: error: invalid operands to binary /
  39. surf.c:469: error: invalid operands to binary *
  40. surf.c:469: warning: passing argument 2 of 'calloc' makes integer from pointer without a cast
  41. surf.c:473: error: invalid operands to binary /
  42. surf.c:473: warning: comparison between pointer and integer
  43. surf.c:474: error: 'struct <anonymous>' has no member named 'label'
  44. surf.c:474: warning: passing argument 1 of 'gtk_menu_item_new_with_label' from incompatible pointer type
  45. surf.c:542: error: 'useragent' undeclared (first use in this function)
  46. surf.c:543: error: 'stylefile' undeclared (first use in this function)
  47. surf.c: In function 'setup':
  48. surf.c:689: error: 'cookiefile' undeclared (first use in this function)
  49. surf.c:689: warning: passing argument 1 of 'buildpath' from incompatible pointer type
  50. surf.c:689: warning: statement with no effect
  51. surf.c:690: error: 'dldir' undeclared (first use in this function)
  52. surf.c:690: warning: passing argument 1 of 'buildpath' from incompatible pointer type
  53. surf.c:690: warning: statement with no effect
  54. surf.c:691: error: 'scriptfile' undeclared (first use in this function)
  55. surf.c:691: warning: passing argument 1 of 'buildpath' from incompatible pointer type
  56. surf.c:691: warning: statement with no effect
  57. surf.c:692: error: 'stylefile' undeclared (first use in this function)
  58. surf.c:692: warning: passing argument 1 of 'buildpath' from incompatible pointer type
  59. surf.c:692: warning: statement with no effect
  60. surf.c:696: warning: passing argument 1 of 'soup_cookie_jar_text_new' from incompatible pointer type
  61. surf.c: In function 'windowobjectcleared':
  62. surf.c:808: error: 'scriptfile' undeclared (first use in this function)
  63. surf.c:808: warning: passing argument 1 of 'g_file_get_contents' from incompatible pointer type
  64. gmake: *** [surf.o] Error 1
Add Comment
Please, Sign In to add comment