Advertisement
joseluisbz

Untitled

Mar 29th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 KB | None | 0 0
  1.  
  2. c:\Sources\httpd-2.4.25\bld>
  3. c:\Sources\httpd-2.4.25\bld>cmake . -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=%Progs%/httpd -DPCRE_INCLUDE_DIR=%Progs%/pcre/include -DPCRE_LIBRARIES=%Progs%/pcre/lib/pcre.lib -DAPR_INCLUDE_DIR=%Progs%/apr/include -DAPR_LIBRARIES=%Progs%/apr/lib/libapr-1.lib -DOPENSSL_ROOT_DIR=%Progs%/openssl -DCMAKE_BUILD_TYPE="Release|x64" -DENABLE_MODULES=i -DWITH_LIBHTTPD:BOOL=OFF ..
  4. -- Could NOT find Lua51 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
  5. --
  6. -- Summary of feature detection:
  7. --
  8. -- LIBXML2_FOUND ............ : TRUE
  9. -- LUA51_FOUND .............. : FALSE
  10. -- NGHTTP2_FOUND ............ : FALSE
  11. -- OPENSSL_FOUND ............ : TRUE
  12. -- ZLIB_FOUND ............... : TRUE
  13. -- APR_HAS_LDAP ............. : FALSE
  14. -- APR_HAS_XLATE ............ : FALSE
  15. -- APU_HAVE_CRYPTO .......... : FALSE
  16. --
  17. CMake Warning (dev) at CMakeLists.txt:491 (ELSEIF):
  18. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  19. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  20. details. Use the cmake_policy command to set the policy and suppress this
  21. warning.
  22.  
  23. Quoted variables like "i" will no longer be dereferenced when the policy is
  24. set to NEW. Since the policy is not set the OLD behavior will be used.
  25. This warning is for project developers. Use -Wno-dev to suppress it.
  26.  
  27. CMake Warning (dev) at CMakeLists.txt:543 (GET_TARGET_PROPERTY):
  28. Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  29. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
  30. command to set the policy and suppress this warning.
  31.  
  32. The LOCATION property should not be read from target "gen_test_char". Use
  33. the target name directly with add_custom_command, or use the generator
  34. expression $<TARGET_FILE>, as appropriate.
  35.  
  36. This warning is for project developers. Use -Wno-dev to suppress it.
  37.  
  38. CMake Warning (dev) at CMakeLists.txt:103 (ELSEIF):
  39. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  40. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  41. details. Use the cmake_policy command to set the policy and suppress this
  42. warning.
  43.  
  44. Quoted variables like "i" will no longer be dereferenced when the policy is
  45. set to NEW. Since the policy is not set the OLD behavior will be used.
  46. Call Stack (most recent call first):
  47. CMakeLists.txt:680 (GET_MOD_ENABLE_RANK)
  48. This warning is for project developers. Use -Wno-dev to suppress it.
  49.  
  50. -- mod_authnz_ldap was requested but couldn't be built due to a missing prerequisite (APR_HAS_LDAP)
  51. -- mod_socache_dc was requested but couldn't be built due to a missing prerequisite (AN_UNIMPLEMENTED_SUPPORT_LIBRARY_REQUIREMENT)
  52. -- mod_charset_lite was requested but couldn't be built due to a missing prerequisite (APR_HAS_XLATE)
  53. -- mod_http2 was requested but couldn't be built due to a missing prerequisite (NGHTTP2_FOUND)
  54. -- mod_ldap was requested but couldn't be built due to a missing prerequisite (APR_HAS_LDAP)
  55. -- mod_lua was requested but couldn't be built due to a missing prerequisite (LUA51_FOUND)
  56. -- mod_proxy_http2 was requested but couldn't be built due to a missing prerequisite (NGHTTP2_FOUND)
  57. -- mod_session_crypto was requested but couldn't be built due to a missing prerequisite (APU_HAVE_CRYPTO)
  58. --
  59. --
  60. -- Apache httpd configuration summary:
  61. --
  62. -- Build type ...................... : Release|x64
  63. -- Install .pdb (if available)...... : ON
  64. -- Install manual .................. : ON
  65. -- Install prefix .................. : C:/Programs/httpd
  66. -- C compiler ...................... : C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX64/x64/cl.exe
  67. -- APR include directory ........... : c:/Programs/apr/include
  68. -- APR libraries ................... : c:/Programs/apr/lib/libapr-1.lib
  69. -- OpenSSL include directory ....... : C:/Custom/openssl/include
  70. -- OpenSSL libraries ............... : C:/Custom/openssl/lib/ssleay32.lib;C:/Custom/openssl/lib/libeay32.lib
  71. -- PCRE include directory .......... : c:/Programs/pcre/include
  72. -- PCRE libraries .................. : c:/Programs/pcre/lib/pcre.lib
  73. -- libxml2 iconv prereq include dir. :
  74. -- libxml2 iconv prereq libraries .. :
  75. -- Extra include directories ....... :
  76. -- Extra compile flags ............. :
  77. -- Extra libraries ................. :
  78. -- Modules built and loaded:
  79. -- mod_access_compat
  80. -- mod_auth_basic
  81. -- mod_authn_core
  82. -- mod_authn_file
  83. -- mod_authz_core
  84. -- mod_authz_groupfile
  85. -- mod_authz_host
  86. -- mod_authz_user
  87. -- mod_filter
  88. -- mod_reqtimeout
  89. -- mod_autoindex
  90. -- mod_mime
  91. -- mod_log_config
  92. -- mod_alias
  93. -- mod_dir
  94. -- mod_env
  95. -- mod_headers
  96. -- mod_setenvif
  97. -- mod_version
  98. -- Modules built but not loaded:
  99. -- mod_allowmethods
  100. -- mod_auth_digest
  101. -- mod_auth_form
  102. -- mod_authn_anon
  103. -- mod_authn_dbd
  104. -- mod_authn_dbm
  105. -- mod_authn_socache
  106. -- mod_authnz_fcgi
  107. -- mod_authz_dbd
  108. -- mod_authz_dbm
  109. -- mod_authz_owner
  110. -- mod_isapi
  111. -- mod_cache
  112. -- mod_cache_disk
  113. -- mod_cache_socache
  114. -- mod_file_cache
  115. -- mod_socache_dbm
  116. -- mod_socache_memcache
  117. -- mod_socache_shmcb
  118. -- mod_heartbeat
  119. -- mod_heartmonitor
  120. -- mod_macro
  121. -- mod_watchdog
  122. -- mod_dbd
  123. -- mod_dav_fs
  124. -- mod_dav_lock
  125. -- mod_dav
  126. -- mod_bucketeer
  127. -- mod_dumpio
  128. -- mod_echo
  129. -- mod_case_filter
  130. -- mod_case_filter_in
  131. -- mod_example_hooks
  132. -- mod_example_ipc
  133. -- mod_buffer
  134. -- mod_data
  135. -- mod_deflate
  136. -- mod_ext_filter
  137. -- mod_include
  138. -- mod_proxy_html
  139. -- mod_ratelimit
  140. -- mod_reflector
  141. -- mod_request
  142. -- mod_sed
  143. -- mod_substitute
  144. -- mod_xml2enc
  145. -- mod_asis
  146. -- mod_cgi
  147. -- mod_info
  148. -- mod_status
  149. -- mod_log_debug
  150. -- mod_log_forensic
  151. -- mod_logio
  152. -- mod_actions
  153. -- mod_imagemap
  154. -- mod_negotiation
  155. -- mod_rewrite
  156. -- mod_speling
  157. -- mod_userdir
  158. -- mod_vhost_alias
  159. -- mod_cern_meta
  160. -- mod_expires
  161. -- mod_ident
  162. -- mod_mime_magic
  163. -- mod_remoteip
  164. -- mod_unique_id
  165. -- mod_usertrack
  166. -- mod_lbmethod_bybusyness
  167. -- mod_lbmethod_byrequests
  168. -- mod_lbmethod_bytraffic
  169. -- mod_lbmethod_heartbeat
  170. -- mod_proxy_ajp
  171. -- mod_proxy_balancer
  172. -- mod_proxy
  173. -- mod_proxy_connect
  174. -- mod_proxy_express
  175. -- mod_proxy_fcgi
  176. -- mod_proxy_ftp
  177. -- mod_proxy_http
  178. -- mod_proxy_hcheck
  179. -- mod_proxy_scgi
  180. -- mod_proxy_wstunnel
  181. -- mod_session
  182. -- mod_session_cookie
  183. -- mod_session_dbd
  184. -- mod_slotmem_plain
  185. -- mod_slotmem_shm
  186. -- mod_ssl
  187. -- mod_dialup
  188. -- mod_optional_fn_export
  189. -- mod_optional_fn_import
  190. -- mod_optional_hook_export
  191. -- mod_optional_hook_import
  192. -- Modules not built:
  193. -- mod_authnz_ldap
  194. -- mod_socache_dc
  195. -- mod_charset_lite
  196. -- mod_http2
  197. -- mod_ldap
  198. -- mod_lua
  199. -- mod_proxy_http2
  200. -- mod_session_crypto
  201. -- Configuring done
  202. -- Generating done
  203. CMake Warning:
  204. Manually-specified variables were not used by the project:
  205.  
  206. WITH_LIBHTTPD
  207.  
  208.  
  209. -- Build files have been written to: C:/Sources/httpd-2.4.25/bld
  210.  
  211. c:\Sources\httpd-2.4.25\bld>
  212. c:\Sources\httpd-2.4.25\bld>nmake
  213.  
  214. Microsoft (R) Program Maintenance Utility Version 14.10.25017.0
  215. Copyright (C) Microsoft Corporation. All rights reserved.
  216.  
  217. [ 0%] Built target gen_test_char
  218. [ 1%] Built target test_char_header
  219. [ 1%] Building C object CMakeFiles/libhttpd.dir/os/win32/ap_regkey.c.obj
  220. ap_regkey.c
  221. C:\Sources\httpd-2.4.25\os\win32\ap_regkey.c(19): fatal error C1083: Cannot open include file: 'arch/win32/apr_arch_file_io.h': No such file or directory
  222. NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1\2017\COMMUN~1\VC\Tools\MSVC\1410~1.250\bin\HostX64\x64\cl.exe' : return code '0x2'
  223. Stop.
  224. 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'
  225. Stop.
  226. 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'
  227. Stop.
  228.  
  229. c:\Sources\httpd-2.4.25\bld>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement