Advertisement
joseluisbz

Untitled

Mar 29th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.09 KB | None | 0 0
  1.  
  2. c:\Sources\httpd-2.4.25\bld>nmake
  3.  
  4. Microsoft (R) Program Maintenance Utility Version 14.10.25017.0
  5. Copyright (C) Microsoft Corporation. All rights reserved.
  6.  
  7. [ 0%] Built target gen_test_char
  8. [ 1%] Built target test_char_header
  9. [ 1%] Building C object CMakeFiles/libhttpd.dir/os/win32/ap_regkey.c.obj
  10. ap_regkey.c
  11. [ 1%] Building C object CMakeFiles/libhttpd.dir/os/win32/util_win32.c.obj
  12. util_win32.c
  13. C:\Sources\httpd-2.4.25\os\win32\util_win32.c(100): warning C4312: 'type cast': conversion from 'int' to 'char *' of greater size
  14. [ 2%] Building C object CMakeFiles/libhttpd.dir/server/buildmark.c.obj
  15. buildmark.c
  16. [ 2%] Building C object CMakeFiles/libhttpd.dir/server/config.c.obj
  17. config.c
  18. C:\Sources\httpd-2.4.25\server\config.c(598): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  19. C:\Sources\httpd-2.4.25\server\config.c(599): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  20. C:\Sources\httpd-2.4.25\server\config.c(1455): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  21. C:\Sources\httpd-2.4.25\server\config.c(1468): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  22. C:\Sources\httpd-2.4.25\server\config.c(1486): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  23. C:\Sources\httpd-2.4.25\server\config.c(1497): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  24. C:\Sources\httpd-2.4.25\server\config.c(1508): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  25. C:\Sources\httpd-2.4.25\server\config.c(1525): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  26. C:\Sources\httpd-2.4.25\server\config.c(1726): warning C4018: '>=': signed/unsigned mismatch
  27. [ 2%] Building C object CMakeFiles/libhttpd.dir/server/connection.c.obj
  28. connection.c
  29. [ 2%] Building C object CMakeFiles/libhttpd.dir/server/core.c.obj
  30. core.c
  31. C:\Sources\httpd-2.4.25\server\core.c(2919): warning C4311: 'type cast': pointer truncation from 'void *' to 'long'
  32. C:\Sources\httpd-2.4.25\server\core.c(3964): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
  33. C:\Sources\httpd-2.4.25\server\core.c(5175): warning C4244: '=': conversion from 'unsigned long' to 'apr_uint16_t', possible loss of data
  34. [ 2%] Building C object CMakeFiles/libhttpd.dir/server/core_filters.c.obj
  35. core_filters.c
  36. C:\Sources\httpd-2.4.25\server\core_filters.c(264): warning C4018: '<': signed/unsigned mismatch
  37. C:\Sources\httpd-2.4.25\server\core_filters.c(270): warning C4018: '<': signed/unsigned mismatch
  38. C:\Sources\httpd-2.4.25\server\core_filters.c(295): warning C4018: '<': signed/unsigned mismatch
  39. C:\Sources\httpd-2.4.25\server\core_filters.c(787): warning C4267: 'function': conversion from 'size_t' to 'apr_int32_t', possible loss of data
  40. [ 3%] Building C object CMakeFiles/libhttpd.dir/server/eoc_bucket.c.obj
  41. eoc_bucket.c
  42. [ 3%] Building C object CMakeFiles/libhttpd.dir/server/eor_bucket.c.obj
  43. eor_bucket.c
  44. [ 3%] Building C object CMakeFiles/libhttpd.dir/server/error_bucket.c.obj
  45. error_bucket.c
  46. [ 3%] Building C object CMakeFiles/libhttpd.dir/server/listen.c.obj
  47. listen.c
  48. [ 3%] Building C object CMakeFiles/libhttpd.dir/server/log.c.obj
  49. log.c
  50. C:\Sources\httpd-2.4.25\server\log.c(563): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
  51. C:\Sources\httpd-2.4.25\server\log.c(754): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
  52. C:\Sources\httpd-2.4.25\server\log.c(992): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
  53. C:\Sources\httpd-2.4.25\server\log.c(1042): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
  54. C:\Sources\httpd-2.4.25\server\log.c(1524): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
  55. [ 4%] Building C object CMakeFiles/libhttpd.dir/server/mpm/winnt/child.c.obj
  56. child.c
  57. C:\Sources\httpd-2.4.25\server\mpm\winnt\child.c(772): warning C4311: 'type cast': pointer truncation from 'void *' to 'int'
  58. C:\Sources\httpd-2.4.25\server\mpm\winnt\child.c(986): warning C4312: 'type cast': conversion from 'int' to 'void *' of greater size
  59. [ 4%] Building C object CMakeFiles/libhttpd.dir/server/mpm/winnt/mpm_winnt.c.obj
  60. mpm_winnt.c
  61. C:\Sources\httpd-2.4.25\server\mpm\winnt\mpm_winnt.c(363): warning C4090: 'function': different 'volatile' qualifiers
  62. C:\Sources\httpd-2.4.25\server\mpm\winnt\mpm_winnt.c(1088): warning C4090: 'function': different 'volatile' qualifiers
  63. [ 4%] Building C object CMakeFiles/libhttpd.dir/server/mpm/winnt/nt_eventlog.c.obj
  64. nt_eventlog.c
  65. [ 4%] Building C object CMakeFiles/libhttpd.dir/server/mpm/winnt/service.c.obj
  66. service.c
  67. [ 5%] Building C object CMakeFiles/libhttpd.dir/server/mpm_common.c.obj
  68. mpm_common.c
  69. [ 5%] Building C object CMakeFiles/libhttpd.dir/server/protocol.c.obj
  70. protocol.c
  71. C:\Sources\httpd-2.4.25\server\protocol.c(578): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
  72. C:\Sources\httpd-2.4.25\server\protocol.c(1927): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  73. C:\Sources\httpd-2.4.25\server\protocol.c(1918): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
  74. C:\Sources\httpd-2.4.25\server\protocol.c(1974): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  75. [ 5%] Building C object CMakeFiles/libhttpd.dir/server/provider.c.obj
  76. provider.c
  77. [ 5%] Building C object CMakeFiles/libhttpd.dir/server/request.c.obj
  78. request.c
  79. C:\Sources\httpd-2.4.25\server\request.c(1462): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  80. [ 5%] Building C object CMakeFiles/libhttpd.dir/server/scoreboard.c.obj
  81. scoreboard.c
  82. C:\Sources\httpd-2.4.25\server\scoreboard.c(147): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
  83. [ 6%] Building C object CMakeFiles/libhttpd.dir/server/util.c.obj
  84. util.c
  85. C:\Sources\httpd-2.4.25\server\util.c(402): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
  86. C:\Sources\httpd-2.4.25\server\util.c(508): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
  87. C:\Sources\httpd-2.4.25\server\util.c(647): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
  88. C:\Sources\httpd-2.4.25\server\util.c(679): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
  89. C:\Sources\httpd-2.4.25\server\util.c(707): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
  90. C:\Sources\httpd-2.4.25\server\util.c(804): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
  91. C:\Sources\httpd-2.4.25\server\util.c(814): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
  92. C:\Sources\httpd-2.4.25\server\util.c(858): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
  93. C:\Sources\httpd-2.4.25\server\util.c(868): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data
  94. C:\Sources\httpd-2.4.25\server\util.c(899): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
  95. C:\Sources\httpd-2.4.25\server\util.c(1072): warning C4018: '>=': signed/unsigned mismatch
  96. C:\Sources\httpd-2.4.25\server\util.c(1139): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
  97. C:\Sources\httpd-2.4.25\server\util.c(1240): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
  98. C:\Sources\httpd-2.4.25\server\util.c(1715): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  99. C:\Sources\httpd-2.4.25\server\util.c(1716): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  100. C:\Sources\httpd-2.4.25\server\util.c(2295): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
  101. C:\Sources\httpd-2.4.25\server\util.c(2304): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
  102. C:\Sources\httpd-2.4.25\server\util.c(2389): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  103. C:\Sources\httpd-2.4.25\server\util.c(3021): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  104. [ 6%] Building C object CMakeFiles/libhttpd.dir/server/util_cfgtree.c.obj
  105. util_cfgtree.c
  106. [ 6%] Building C object CMakeFiles/libhttpd.dir/server/util_cookies.c.obj
  107. util_cookies.c
  108. [ 6%] Building C object CMakeFiles/libhttpd.dir/server/util_expr_eval.c.obj
  109. util_expr_eval.c
  110. C:\Sources\httpd-2.4.25\server\util_expr_eval.c(326): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  111. C:\Sources\httpd-2.4.25\server\util_expr_eval.c(327): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  112. C:\Sources\httpd-2.4.25\server\util_expr_eval.c(384): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  113. C:\Sources\httpd-2.4.25\server\util_expr_eval.c(1073): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data
  114. C:\Sources\httpd-2.4.25\server\util_expr_eval.c(1271): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
  115. C:\Sources\httpd-2.4.25\server\util_expr_eval.c(1345): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
  116. C:\Sources\httpd-2.4.25\server\util_expr_eval.c(1456): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
  117. C:\Sources\httpd-2.4.25\server\util_expr_eval.c(1485): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
  118. [ 7%] Building C object CMakeFiles/libhttpd.dir/server/util_expr_parse.c.obj
  119. util_expr_parse.c
  120. [ 7%] Building C object CMakeFiles/libhttpd.dir/server/util_fcgi.c.obj
  121. util_fcgi.c
  122. [ 7%] Building C object CMakeFiles/libhttpd.dir/server/util_expr_scan.c.obj
  123. util_expr_scan.c
  124. util_expr_scan.c(953): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  125. util_expr_scan.l(129): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  126. util_expr_scan.l(185): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  127. util_expr_scan.l(208): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  128. util_expr_scan.l(266): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  129. util_expr_scan.l(306): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  130. util_expr_scan.c(1747): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  131. util_expr_scan.c(1756): warning C4018: '<': signed/unsigned mismatch
  132. util_expr_scan.c(1756): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  133. util_expr_scan.c(1711): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  134. util_expr_scan.c(1725): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  135. util_expr_scan.c(2189): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  136. util_expr_scan.c(2227): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  137. util_expr_scan.c(2249): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
  138. [ 7%] Building C object CMakeFiles/libhttpd.dir/server/util_filter.c.obj
  139. util_filter.c
  140. [ 7%] Building C object CMakeFiles/libhttpd.dir/server/util_md5.c.obj
  141. util_md5.c
  142. [ 8%] Building C object CMakeFiles/libhttpd.dir/server/util_mutex.c.obj
  143. util_mutex.c
  144. [ 8%] Building C object CMakeFiles/libhttpd.dir/server/util_pcre.c.obj
  145. util_pcre.c
  146. C:\Sources\httpd-2.4.25\server\util_pcre.c(208): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data
  147. C:\Sources\httpd-2.4.25\server\util_pcre.c(211): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  148. [ 8%] Building C object CMakeFiles/libhttpd.dir/server/util_regex.c.obj
  149. util_regex.c
  150. C:\Sources\httpd-2.4.25\server\util_regex.c(161): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  151. C:\Sources\httpd-2.4.25\server\util_regex.c(169): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
  152. [ 8%] Building C object CMakeFiles/libhttpd.dir/server/util_script.c.obj
  153. util_script.c
  154. C:\Sources\httpd-2.4.25\server\util_script.c(331): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  155. C:\Sources\httpd-2.4.25\server\util_script.c(332): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
  156. C:\Sources\httpd-2.4.25\server\util_script.c(513): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  157. C:\Sources\httpd-2.4.25\server\util_script.c(805): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
  158. [ 9%] Building C object CMakeFiles/libhttpd.dir/server/util_time.c.obj
  159. util_time.c
  160. [ 9%] Building C object CMakeFiles/libhttpd.dir/server/util_xml.c.obj
  161. util_xml.c
  162. [ 9%] Building C object CMakeFiles/libhttpd.dir/server/vhost.c.obj
  163. vhost.c
  164. [ 9%] Building RC object CMakeFiles/libhttpd.dir/build/win32/httpd.rc.res
  165. Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
  166. Copyright (C) Microsoft Corporation. All rights reserved.
  167.  
  168. [ 9%] Linking C shared library libhttpd.dll
  169. Creating library libhttpd.lib and object libhttpd.exp
  170. mod_win32.c.obj : error LNK2019: unresolved external symbol __imp_apr_dynamic_fn_register referenced in function ap_cgi_build_command
  171. mod_so.c.obj : error LNK2001: unresolved external symbol __imp_apr_dynamic_fn_register
  172. util_filter.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_create referenced in function add_any_filter_handle
  173. util_xml.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  174. core.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  175. core_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  176. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  177. util.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  178. byterange_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  179. http_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  180. http_request.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  181. connection.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_create
  182. protocol.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_destroy referenced in function read_request_line
  183. util.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_destroy
  184. util_xml.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_destroy
  185. byterange_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_destroy
  186. http_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_destroy
  187. http_request.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_destroy
  188. connection.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_destroy
  189. util_xml.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  190. core_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  191. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  192. util.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  193. util_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  194. byterange_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  195. chunk_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  196. http_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  197. http_request.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_cleanup
  198. protocol.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_eos_create referenced in function read_request_line
  199. byterange_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_eos_create
  200. http_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_eos_create
  201. core.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_eos_create
  202. core_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_eos_create
  203. byterange_filter.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_pool_create referenced in function ap_byterange_filter
  204. http_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_pool_create
  205. util.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_pool_create
  206. util_xml.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  207. request.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  208. util.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  209. util_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  210. util_script.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  211. byterange_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  212. chunk_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  213. http_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  214. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_eos
  215. chunk_filter.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_split_ex referenced in function ap_http_chunk_filter
  216. core_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_split_ex
  217. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_split_ex
  218. chunk_filter.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_immortal_create referenced in function ap_http_chunk_filter
  219. chunk_filter.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_transient_create referenced in function ap_http_chunk_filter
  220. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_transient_create
  221. chunk_filter.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_type_flush referenced in function ap_http_chunk_filter
  222. core_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_type_flush
  223. http_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_length referenced in function ap_http_filter
  224. http_request.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_length
  225. http_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_flatten referenced in function ap_get_client_block
  226. http_request.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_flatten
  227. http_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_write referenced in function terminate_header
  228. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_write
  229. http_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_writev referenced in function form_header_field
  230. http_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_puts referenced in function ap_send_http_trace
  231. http_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_putstrs referenced in function ap_send_http_trace
  232. util_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_flush_create
  233. http_filters.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_flush_create
  234. http_request.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_flush_create
  235. connection.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_flush_create
  236. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_flush_create
  237. scoreboard.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  238. util_expr_eval.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  239. log.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  240. mpm_common.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  241. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  242. request.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  243. http_protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  244. config.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  245. connection.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  246. core.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_sort_register
  247. scoreboard.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  248. util_expr_eval.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  249. log.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  250. mpm_common.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  251. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  252. request.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  253. http_protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  254. config.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  255. connection.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  256. core.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_show
  257. http_protocol.c.obj : error LNK2019: unresolved external symbol __imp_apr_date_parse_http referenced in function ap_condition_if_unmodified_since
  258. util_script.c.obj : error LNK2001: unresolved external symbol __imp_apr_date_parse_http
  259. scoreboard.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  260. util_expr_eval.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  261. util_filter.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  262. log.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  263. mpm_common.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  264. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  265. request.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  266. http_protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  267. config.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  268. connection.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  269. core.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_global_pool
  270. scoreboard.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  271. util_expr_eval.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  272. log.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  273. mpm_common.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  274. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  275. request.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  276. http_protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  277. config.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  278. connection.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  279. core.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_enabled
  280. scoreboard.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  281. util_expr_eval.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  282. log.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  283. mpm_common.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  284. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  285. request.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  286. http_protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  287. config.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  288. connection.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  289. core.c.obj : error LNK2001: unresolved external symbol __imp_apr_hook_debug_current
  290. config.c.obj : error LNK2019: unresolved external symbol __imp_apr_hook_sort_all referenced in function ap_setup_prelinked_modules
  291. core.c.obj : error LNK2019: unresolved external symbol __imp_apr_optional_hook_add referenced in function core_upgrade_storage
  292. core.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_insert_file referenced in function default_handler
  293. protocol.c.obj : error LNK2001: unresolved external symbol __imp_apr_brigade_insert_file
  294. core.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_socket_create referenced in function core_insert_network_bucket
  295. core.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_file_enable_mmap referenced in function default_handler
  296. core.c.obj : error LNK2019: unresolved external symbol __imp_apr_dynamic_fn_retrieve referenced in function find_module
  297. scoreboard.c.obj : error LNK2001: unresolved external symbol __imp_apr_dynamic_fn_retrieve
  298. util_expr_eval.c.obj : error LNK2001: unresolved external symbol __imp_apr_dynamic_fn_retrieve
  299. core_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_partition referenced in function ap_core_input_filter
  300. core_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_split_line referenced in function ap_core_input_filter
  301. core_filters.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_type_file referenced in function ap_core_output_filter
  302. eoc_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_destroy_noop
  303. eoc_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_setaside_noop
  304. eor_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_setaside_noop
  305. eoc_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_simple_copy
  306. eor_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_simple_copy
  307. eoc_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_split_notimpl
  308. eor_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_split_notimpl
  309. error_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_split_notimpl
  310. eoc_bucket.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_alloc referenced in function ap_bucket_eoc_create
  311. eor_bucket.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_alloc
  312. error_bucket.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_alloc
  313. eoc_bucket.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_free referenced in function ap_bucket_eoc_create
  314. eor_bucket.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_free
  315. error_bucket.c.obj : error LNK2001: unresolved external symbol __imp_apr_bucket_free
  316. error_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_shared_copy
  317. error_bucket.c.obj : error LNK2001: unresolved external symbol apr_bucket_setaside_notimpl
  318. error_bucket.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_shared_make referenced in function ap_bucket_error_make
  319. error_bucket.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_shared_destroy referenced in function ap_bucket_error_create
  320. log.c.obj : error LNK2019: unresolved external symbol __imp_apr_base64_encode_len referenced in function core_generate_log_id
  321. util.c.obj : error LNK2001: unresolved external symbol __imp_apr_base64_encode_len
  322. log.c.obj : error LNK2019: unresolved external symbol __imp_apr_base64_encode referenced in function core_generate_log_id
  323. util.c.obj : error LNK2001: unresolved external symbol __imp_apr_base64_encode
  324. child.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_alloc_create referenced in function mpm_recycle_completion_context
  325. protocol.c.obj : error LNK2019: unresolved external symbol __imp_apr_bucket_mmap_create referenced in function ap_send_mmap
  326. protocol.c.obj : error LNK2019: unresolved external symbol __imp_apr_strmatch_precompile referenced in function ap_setup_make_content_type
  327. protocol.c.obj : error LNK2019: unresolved external symbol __imp_apr_uri_parse referenced in function ap_parse_uri
  328. protocol.c.obj : error LNK2019: unresolved external symbol __imp_apr_uri_parse_hostinfo referenced in function ap_parse_uri
  329. scoreboard.c.obj : error LNK2019: unresolved external symbol __imp_apr_uri_unparse referenced in function copy_request
  330. util_script.c.obj : error LNK2001: unresolved external symbol __imp_apr_uri_unparse
  331. util.c.obj : error LNK2019: unresolved external symbol __imp_apr_base64_decode_len referenced in function ap_pbase64decode
  332. util.c.obj : error LNK2019: unresolved external symbol __imp_apr_base64_decode referenced in function ap_pbase64decode
  333. util_expr_eval.c.obj : error LNK2019: unresolved external symbol __imp_apr_sha1_init referenced in function add_vary
  334. util_expr_eval.c.obj : error LNK2019: unresolved external symbol __imp_apr_sha1_update referenced in function add_vary
  335. util_expr_eval.c.obj : error LNK2019: unresolved external symbol __imp_apr_sha1_final referenced in function add_vary
  336. util_filter.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_vputstrs referenced in function ap_fputstrs
  337. util_filter.c.obj : error LNK2019: unresolved external symbol __imp_apr_brigade_vprintf referenced in function ap_fprintf
  338. util_md5.c.obj : error LNK2019: unresolved external symbol __imp_apr_md5_init referenced in function ap_md5_binary
  339. util_md5.c.obj : error LNK2019: unresolved external symbol __imp_apr_md5_update referenced in function ap_md5_binary
  340. util_md5.c.obj : error LNK2019: unresolved external symbol __imp_apr_md5_final referenced in function ap_md5_binary
  341. util_xml.c.obj : error LNK2019: unresolved external symbol __imp_apr_xml_parser_create referenced in function ap_xml_parse_input
  342. util_xml.c.obj : error LNK2019: unresolved external symbol __imp_apr_xml_parser_feed referenced in function ap_xml_parse_input
  343. util_xml.c.obj : error LNK2019: unresolved external symbol __imp_apr_xml_parser_done referenced in function ap_xml_parse_input
  344. util_xml.c.obj : error LNK2019: unresolved external symbol __imp_apr_xml_parser_geterror referenced in function ap_xml_parse_input
  345. libhttpd.dll : fatal error LNK1120: 65 unresolved externals
  346. LINK failed. with 1120
  347. NMAKE : fatal error U1077: 'C:\Programs\cmake\bin\cmake.exe' : return code '0xffffffff'
  348. Stop.
  349. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64\nmake.exe"' : return code '0x2'
  350. Stop.
  351. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64\nmake.exe"' : return code '0x2'
  352. Stop.
  353.  
  354. c:\Sources\httpd-2.4.25\bld>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement