ponce

build zathura against the patched texlive

Jul 23rd, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.67 KB | None | 0 0
  1. zathura-0.3.8/
  2. zathura-0.3.8/.gitignore
  3. zathura-0.3.8/AUTHORS
  4. zathura-0.3.8/LICENSE
  5. zathura-0.3.8/Makefile
  6. zathura-0.3.8/README
  7. zathura-0.3.8/colors.mk
  8. zathura-0.3.8/common.mk
  9. zathura-0.3.8/config.mk
  10. zathura-0.3.8/data/
  11. zathura-0.3.8/data/org.pwmt.zathura.xml
  12. zathura-0.3.8/data/tex_zathurasynctex.vim
  13. zathura-0.3.8/data/zathura.appdata.xml
  14. zathura-0.3.8/data/zathura.css_t
  15. zathura-0.3.8/data/zathura.gresource.xml
  16. zathura-0.3.8/doc/
  17. zathura-0.3.8/doc/.gitignore
  18. zathura-0.3.8/doc/Doxyfile
  19. zathura-0.3.8/doc/Makefile
  20. zathura-0.3.8/doc/api/
  21. zathura-0.3.8/doc/api/index.rst
  22. zathura-0.3.8/doc/api/plugin-development.rst
  23. zathura-0.3.8/doc/api/plugin.rst
  24. zathura-0.3.8/doc/conf.py
  25. zathura-0.3.8/doc/config.mk
  26. zathura-0.3.8/doc/configuration/
  27. zathura-0.3.8/doc/configuration/index.rst
  28. zathura-0.3.8/doc/configuration/map.rst
  29. zathura-0.3.8/doc/configuration/options.rst
  30. zathura-0.3.8/doc/configuration/set.rst
  31. zathura-0.3.8/doc/faq.rst
  32. zathura-0.3.8/doc/index.rst
  33. zathura-0.3.8/doc/installation/
  34. zathura-0.3.8/doc/installation/index.rst
  35. zathura-0.3.8/doc/man/
  36. zathura-0.3.8/doc/man/_bindings.txt
  37. zathura-0.3.8/doc/man/_bugs.txt
  38. zathura-0.3.8/doc/man/_commands.txt
  39. zathura-0.3.8/doc/man/_configuration.txt
  40. zathura-0.3.8/doc/man/_description.txt
  41. zathura-0.3.8/doc/man/_options.txt
  42. zathura-0.3.8/doc/man/_synctex.txt
  43. zathura-0.3.8/doc/man/_synopsis.txt
  44. zathura-0.3.8/doc/man/conf.py
  45. zathura-0.3.8/doc/man/zathura.1.rst
  46. zathura-0.3.8/doc/man/zathurarc.5.rst
  47. zathura-0.3.8/doc/requirements.txt
  48. zathura-0.3.8/doc/usage/
  49. zathura-0.3.8/doc/usage/commands.rst
  50. zathura-0.3.8/doc/usage/index.rst
  51. zathura-0.3.8/po/
  52. zathura-0.3.8/po/.gitignore
  53. zathura-0.3.8/po/Makefile
  54. zathura-0.3.8/po/ca.po
  55. zathura-0.3.8/po/cs.po
  56. zathura-0.3.8/po/de.po
  57. zathura-0.3.8/po/el.po
  58. zathura-0.3.8/po/eo.po
  59. zathura-0.3.8/po/es.po
  60. zathura-0.3.8/po/es_CL.po
  61. zathura-0.3.8/po/et.po
  62. zathura-0.3.8/po/fr.po
  63. zathura-0.3.8/po/he.po
  64. zathura-0.3.8/po/hr.po
  65. zathura-0.3.8/po/id_ID.po
  66. zathura-0.3.8/po/it.po
  67. zathura-0.3.8/po/lt.po
  68. zathura-0.3.8/po/no.po
  69. zathura-0.3.8/po/pl.po
  70. zathura-0.3.8/po/pt_BR.po
  71. zathura-0.3.8/po/ru.po
  72. zathura-0.3.8/po/ta_IN.po
  73. zathura-0.3.8/po/tr.po
  74. zathura-0.3.8/po/uk_UA.po
  75. zathura-0.3.8/tests/
  76. zathura-0.3.8/tests/.gitignore
  77. zathura-0.3.8/tests/Makefile
  78. zathura-0.3.8/tests/config.mk
  79. zathura-0.3.8/tests/test_document.c
  80. zathura-0.3.8/tests/test_session.c
  81. zathura-0.3.8/tests/test_utils.c
  82. zathura-0.3.8/tests/tests.c
  83. zathura-0.3.8/zathura.desktop
  84. zathura-0.3.8/zathura.pc.in
  85. zathura-0.3.8/zathura/
  86. zathura-0.3.8/zathura/adjustment.c
  87. zathura-0.3.8/zathura/adjustment.h
  88. zathura-0.3.8/zathura/bookmarks.c
  89. zathura-0.3.8/zathura/bookmarks.h
  90. zathura-0.3.8/zathura/callbacks.c
  91. zathura-0.3.8/zathura/callbacks.h
  92. zathura-0.3.8/zathura/checked-integer-arithmetic.c
  93. zathura-0.3.8/zathura/checked-integer-arithmetic.h
  94. zathura-0.3.8/zathura/commands.c
  95. zathura-0.3.8/zathura/commands.h
  96. zathura-0.3.8/zathura/completion.c
  97. zathura-0.3.8/zathura/completion.h
  98. zathura-0.3.8/zathura/config.c
  99. zathura-0.3.8/zathura/config.h
  100. zathura-0.3.8/zathura/content-type.c
  101. zathura-0.3.8/zathura/content-type.h
  102. zathura-0.3.8/zathura/database-plain.c
  103. zathura-0.3.8/zathura/database-plain.h
  104. zathura-0.3.8/zathura/database-sqlite.c
  105. zathura-0.3.8/zathura/database-sqlite.h
  106. zathura-0.3.8/zathura/database.c
  107. zathura-0.3.8/zathura/database.h
  108. zathura-0.3.8/zathura/dbus-interface.c
  109. zathura-0.3.8/zathura/dbus-interface.h
  110. zathura-0.3.8/zathura/document.c
  111. zathura-0.3.8/zathura/document.h
  112. zathura-0.3.8/zathura/file-monitor-glib.c
  113. zathura-0.3.8/zathura/file-monitor-glib.h
  114. zathura-0.3.8/zathura/file-monitor-signal.c
  115. zathura-0.3.8/zathura/file-monitor-signal.h
  116. zathura-0.3.8/zathura/file-monitor.c
  117. zathura-0.3.8/zathura/file-monitor.h
  118. zathura-0.3.8/zathura/internal.h
  119. zathura-0.3.8/zathura/jumplist.c
  120. zathura-0.3.8/zathura/jumplist.h
  121. zathura-0.3.8/zathura/links.c
  122. zathura-0.3.8/zathura/links.h
  123. zathura-0.3.8/zathura/macros.h
  124. zathura-0.3.8/zathura/main.c
  125. zathura-0.3.8/zathura/marks.c
  126. zathura-0.3.8/zathura/marks.h
  127. zathura-0.3.8/zathura/page-widget.c
  128. zathura-0.3.8/zathura/page-widget.h
  129. zathura-0.3.8/zathura/page.c
  130. zathura-0.3.8/zathura/page.h
  131. zathura-0.3.8/zathura/plugin-api.h
  132. zathura-0.3.8/zathura/plugin.c
  133. zathura-0.3.8/zathura/plugin.h
  134. zathura-0.3.8/zathura/print.c
  135. zathura-0.3.8/zathura/print.h
  136. zathura-0.3.8/zathura/render.c
  137. zathura-0.3.8/zathura/render.h
  138. zathura-0.3.8/zathura/shortcuts.c
  139. zathura-0.3.8/zathura/shortcuts.h
  140. zathura-0.3.8/zathura/synctex.c
  141. zathura-0.3.8/zathura/synctex.h
  142. zathura-0.3.8/zathura/types.c
  143. zathura-0.3.8/zathura/types.h
  144. zathura-0.3.8/zathura/utils.c
  145. zathura-0.3.8/zathura/utils.h
  146. zathura-0.3.8/zathura/version.h.in
  147. zathura-0.3.8/zathura/zathura.c
  148. zathura-0.3.8/zathura/zathura.h
  149. patching file zathura/zathura.c
  150. Hunk #1 succeeded at 3 with fuzz 1.
  151. Hunk #2 succeeded at 333 with fuzz 1 (offset 216 lines).
  152. zathura build options:
  153. CFLAGS = -std=c11 -O2 -fPIC -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/json-c -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/synctex
  154. LIBS = -lmagic -lgthread-2.0 -pthread -lgmodule-2.0 -pthread -lgirara-gtk3 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsqlite3 -ldl -lsynctex -lpthread -lm
  155. DFLAGS = -g
  156. CC = cc
  157.  [GEN] zathura/resources.h 
  158.  [CC] zathura/adjustment.c 
  159.  [CC] zathura/bookmarks.c 
  160.  [CC] zathura/callbacks.c 
  161.  [CC] zathura/checked-integer-arithmetic.c 
  162.  [CC] zathura/commands.c 
  163.  [CC] zathura/completion.c 
  164.  [CC] zathura/config.c 
  165.  [CC] zathura/content-type.c 
  166.  [CC] zathura/database-plain.c 
  167.  [CC] zathura/database-sqlite.c 
  168.  [CC] zathura/database.c 
  169.  [CC] zathura/dbus-interface.c 
  170.  [CC] zathura/document.c 
  171.  [CC] zathura/file-monitor-glib.c 
  172.  [CC] zathura/file-monitor-signal.c 
  173.  [CC] zathura/file-monitor.c 
  174.  [CC] zathura/jumplist.c 
  175.  [CC] zathura/links.c 
  176.  [CC] zathura/main.c 
  177.  [CC] zathura/marks.c 
  178.  [CC] zathura/page-widget.c 
  179.  [CC] zathura/page.c 
  180.  [CC] zathura/plugin.c 
  181.  [CC] zathura/print.c 
  182.  [CC] zathura/render.c 
  183.  [GEN] zathura/resources.c 
  184.  [CC] zathura/resources.c 
  185.  [CC] zathura/shortcuts.c 
  186.  [CC] zathura/synctex.c 
  187. zathura/synctex.c: In function 'synctex_get_input_line_column':
  188. zathura/synctex.c:27:3: error: unknown type name 'synctex_scanner_t'
  189. synctex_scanner_t scanner = synctex_scanner_new_with_output_file(filename, NULL, 1);
  190. ^
  191. zathura/synctex.c:27:31: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  192. synctex_scanner_t scanner = synctex_scanner_new_with_output_file(filename, NULL, 1);
  193. ^
  194. zathura/synctex.c:28:15: warning: comparison between pointer and integer
  195. if (scanner == NULL) {
  196. ^
  197. zathura/synctex.c:33:3: error: unknown type name 'synctex_scanner_t'
  198. synctex_scanner_t temp = synctex_scanner_parse(scanner);
  199. ^
  200. zathura/synctex.c:33:50: warning: passing argument 1 of 'synctex_scanner_parse' makes pointer from integer without a cast [-Wint-conversion]
  201. synctex_scanner_t temp = synctex_scanner_parse(scanner);
  202. ^
  203. In file included from zathura/synctex.c:8:0:
  204. /usr/include/synctex/synctex_parser.h:138:23: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  205. synctex_scanner_p synctex_scanner_parse(synctex_scanner_p scanner);
  206. ^
  207. zathura/synctex.c:33:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  208. synctex_scanner_t temp = synctex_scanner_parse(scanner);
  209. ^
  210. zathura/synctex.c:34:12: warning: comparison between pointer and integer
  211. if (temp == NULL) {
  212. ^
  213. zathura/synctex.c:36:26: warning: passing argument 1 of 'synctex_scanner_free' makes pointer from integer without a cast [-Wint-conversion]
  214. synctex_scanner_free(scanner);
  215. ^
  216. In file included from zathura/synctex.c:8:0:
  217. /usr/include/synctex/synctex_parser.h:120:9: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  218. int synctex_scanner_free(synctex_scanner_p scanner);
  219. ^
  220. zathura/synctex.c:42:26: warning: passing argument 1 of 'synctex_edit_query' makes pointer from integer without a cast [-Wint-conversion]
  221. if (synctex_edit_query(scanner, page + 1u, x, y) > 0) {
  222. ^
  223. In file included from zathura/synctex.c:8:0:
  224. /usr/include/synctex/synctex_parser.h:203:22: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  225. synctex_status_t synctex_edit_query(synctex_scanner_p scanner,int page,float h,float v);
  226. ^
  227. zathura/synctex.c:44:5: error: unknown type name 'synctex_node_t'
  228. synctex_node_t node = synctex_next_result(scanner);
  229. ^
  230. zathura/synctex.c:44:27: warning: implicit declaration of function 'synctex_next_result' [-Wimplicit-function-declaration]
  231. synctex_node_t node = synctex_next_result(scanner);
  232. ^
  233. zathura/synctex.c:45:14: warning: comparison between pointer and integer
  234. if (node != NULL) {
  235. ^
  236. zathura/synctex.c:47:83: warning: passing argument 1 of 'synctex_node_tag' makes pointer from integer without a cast [-Wint-conversion]
  237. *input_file = g_strdup(synctex_scanner_get_name(scanner, synctex_node_tag(node)));
  238. ^
  239. In file included from zathura/synctex.c:8:0:
  240. /usr/include/synctex/synctex_parser.h:283:9: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  241. int synctex_node_tag(synctex_node_p node);
  242. ^
  243. zathura/synctex.c:47:57: warning: passing argument 1 of 'synctex_scanner_get_name' makes pointer from integer without a cast [-Wint-conversion]
  244. *input_file = g_strdup(synctex_scanner_get_name(scanner, synctex_node_tag(node)));
  245. ^
  246. In file included from zathura/synctex.c:8:0:
  247. /usr/include/synctex/synctex_parser.h:323:18: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  248. const char * synctex_scanner_get_name(synctex_scanner_p scanner,int tag);
  249. ^
  250. zathura/synctex.c:50:35: warning: passing argument 1 of 'synctex_node_line' makes pointer from integer without a cast [-Wint-conversion]
  251. *line = synctex_node_line(node);
  252. ^
  253. In file included from zathura/synctex.c:8:0:
  254. /usr/include/synctex/synctex_parser.h:284:9: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  255. int synctex_node_line(synctex_node_p node);
  256. ^
  257. zathura/synctex.c:53:39: warning: passing argument 1 of 'synctex_node_column' makes pointer from integer without a cast [-Wint-conversion]
  258. *column = synctex_node_column(node);
  259. ^
  260. In file included from zathura/synctex.c:8:0:
  261. /usr/include/synctex/synctex_parser.h:286:9: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  262. int synctex_node_column(synctex_node_p node);
  263. ^
  264. zathura/synctex.c:60:24: warning: passing argument 1 of 'synctex_scanner_free' makes pointer from integer without a cast [-Wint-conversion]
  265. synctex_scanner_free(scanner);
  266. ^
  267. In file included from zathura/synctex.c:8:0:
  268. /usr/include/synctex/synctex_parser.h:120:9: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  269. int synctex_scanner_free(synctex_scanner_p scanner);
  270. ^
  271. zathura/synctex.c: In function 'synctex_rectangles_from_position':
  272. zathura/synctex.c:130:3: error: unknown type name 'synctex_scanner_t'
  273. synctex_scanner_t scanner = synctex_scanner_new_with_output_file(filename, NULL, 1);
  274. ^
  275. zathura/synctex.c:130:31: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  276. synctex_scanner_t scanner = synctex_scanner_new_with_output_file(filename, NULL, 1);
  277. ^
  278. zathura/synctex.c:131:15: warning: comparison between pointer and integer
  279. if (scanner == NULL) {
  280. ^
  281. zathura/synctex.c:136:3: error: unknown type name 'synctex_scanner_t'
  282. synctex_scanner_t temp = synctex_scanner_parse(scanner);
  283. ^
  284. zathura/synctex.c:136:50: warning: passing argument 1 of 'synctex_scanner_parse' makes pointer from integer without a cast [-Wint-conversion]
  285. synctex_scanner_t temp = synctex_scanner_parse(scanner);
  286. ^
  287. In file included from zathura/synctex.c:8:0:
  288. /usr/include/synctex/synctex_parser.h:138:23: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  289. synctex_scanner_p synctex_scanner_parse(synctex_scanner_p scanner);
  290. ^
  291. zathura/synctex.c:136:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  292. synctex_scanner_t temp = synctex_scanner_parse(scanner);
  293. ^
  294. zathura/synctex.c:137:12: warning: comparison between pointer and integer
  295. if (temp == NULL) {
  296. ^
  297. zathura/synctex.c:139:26: warning: passing argument 1 of 'synctex_scanner_free' makes pointer from integer without a cast [-Wint-conversion]
  298. synctex_scanner_free(scanner);
  299. ^
  300. In file included from zathura/synctex.c:8:0:
  301. /usr/include/synctex/synctex_parser.h:120:9: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  302. int synctex_scanner_free(synctex_scanner_p scanner);
  303. ^
  304. zathura/synctex.c:146:29: warning: passing argument 1 of 'synctex_display_query' makes pointer from integer without a cast [-Wint-conversion]
  305. if (synctex_display_query(scanner, input_file, line, column) > 0) {
  306. ^
  307. In file included from zathura/synctex.c:8:0:
  308. /usr/include/synctex/synctex_parser.h:202:22: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  309. synctex_status_t synctex_display_query(synctex_scanner_p scanner,const char * name,int line,int column, int page_hint);
  310. ^
  311. zathura/synctex.c:146:7: error: too few arguments to function 'synctex_display_query'
  312. if (synctex_display_query(scanner, input_file, line, column) > 0) {
  313. ^
  314. In file included from zathura/synctex.c:8:0:
  315. /usr/include/synctex/synctex_parser.h:202:22: note: declared here
  316. synctex_status_t synctex_display_query(synctex_scanner_p scanner,const char * name,int line,int column, int page_hint);
  317. ^
  318. zathura/synctex.c:147:5: error: unknown type name 'synctex_node_t'
  319. synctex_node_t node = NULL;
  320. ^
  321. zathura/synctex.c:147:34: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  322. synctex_node_t node = NULL;
  323. ^
  324. zathura/synctex.c:150:51: warning: comparison between pointer and integer
  325. while ((node = synctex_next_result (scanner)) != NULL) {
  326. ^
  327. zathura/synctex.c:151:59: warning: passing argument 1 of 'synctex_node_page' makes pointer from integer without a cast [-Wint-conversion]
  328. const unsigned int current_page = synctex_node_page(node) - 1;
  329. ^
  330. In file included from zathura/synctex.c:8:0:
  331. /usr/include/synctex/synctex_parser.h:293:9: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  332. int synctex_node_page(synctex_node_p node);
  333. ^
  334. zathura/synctex.c:158:44: warning: passing argument 1 of 'synctex_node_box_visible_h' makes pointer from integer without a cast [-Wint-conversion]
  335. rect.x1 = synctex_node_box_visible_h(node);
  336. ^
  337. In file included from zathura/synctex.c:8:0:
  338. /usr/include/synctex/synctex_parser.h:239:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  339. float synctex_node_box_visible_h(synctex_node_p node);
  340. ^
  341. zathura/synctex.c:159:44: warning: passing argument 1 of 'synctex_node_box_visible_v' makes pointer from integer without a cast [-Wint-conversion]
  342. rect.y1 = synctex_node_box_visible_v(node) - synctex_node_box_visible_height(node);
  343. ^
  344. In file included from zathura/synctex.c:8:0:
  345. /usr/include/synctex/synctex_parser.h:240:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  346. float synctex_node_box_visible_v(synctex_node_p node);
  347. ^
  348. zathura/synctex.c:159:84: warning: passing argument 1 of 'synctex_node_box_visible_height' makes pointer from integer without a cast [-Wint-conversion]
  349. rect.y1 = synctex_node_box_visible_v(node) - synctex_node_box_visible_height(node);
  350. ^
  351. In file included from zathura/synctex.c:8:0:
  352. /usr/include/synctex/synctex_parser.h:242:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  353. float synctex_node_box_visible_height(synctex_node_p node);
  354. ^
  355. zathura/synctex.c:160:58: warning: passing argument 1 of 'synctex_node_box_visible_width' makes pointer from integer without a cast [-Wint-conversion]
  356. rect.x2 = rect.x1 + synctex_node_box_visible_width(node);
  357. ^
  358. In file included from zathura/synctex.c:8:0:
  359. /usr/include/synctex/synctex_parser.h:241:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  360. float synctex_node_box_visible_width(synctex_node_p node);
  361. ^
  362. zathura/synctex.c:161:48: warning: passing argument 1 of 'synctex_node_box_visible_depth' makes pointer from integer without a cast [-Wint-conversion]
  363. rect.y2 = synctex_node_box_visible_depth(node) + synctex_node_box_visible_height (node) + rect.y1;
  364. ^
  365. In file included from zathura/synctex.c:8:0:
  366. /usr/include/synctex/synctex_parser.h:243:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  367. float synctex_node_box_visible_depth(synctex_node_p node);
  368. ^
  369. zathura/synctex.c:161:89: warning: passing argument 1 of 'synctex_node_box_visible_height' makes pointer from integer without a cast [-Wint-conversion]
  370. rect.y2 = synctex_node_box_visible_depth(node) + synctex_node_box_visible_height (node) + rect.y1;
  371. ^
  372. In file included from zathura/synctex.c:8:0:
  373. /usr/include/synctex/synctex_parser.h:242:11: note: expected 'synctex_node_p {aka struct synctex_node_t *}' but argument is of type 'int'
  374. float synctex_node_box_visible_height(synctex_node_p node);
  375. ^
  376. zathura/synctex.c:185:24: warning: passing argument 1 of 'synctex_scanner_free' makes pointer from integer without a cast [-Wint-conversion]
  377. synctex_scanner_free(scanner);
  378. ^
  379. In file included from zathura/synctex.c:8:0:
  380. /usr/include/synctex/synctex_parser.h:120:9: note: expected 'synctex_scanner_p {aka struct synctex_scanner_t *}' but argument is of type 'int'
  381. int synctex_scanner_free(synctex_scanner_p scanner);
  382. ^
  383. Makefile:93: recipe for target 'build/release/zathura/synctex.o' failed
  384. make: *** [build/release/zathura/synctex.o] Error 1
  385. rm zathura/resources.c
Add Comment
Please, Sign In to add comment