| 1 | /Applications/Xcode.app/Contents/Developer/usr/bin/make -f objs/Makefile
|
|---|
| 2 | cd /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 \
|
|---|
| 3 | && if [ -f Makefile ]; then /Applications/Xcode.app/Contents/Developer/usr/bin/make distclean; fi \
|
|---|
| 4 | && CC="cc" CFLAGS="-O2 -pipe " \
|
|---|
| 5 | ./configure --disable-shared
|
|---|
| 6 | checking for a BSD-compatible install... /Users/asukakenji/symlinks/install -c
|
|---|
| 7 | checking whether build environment is sane... yes
|
|---|
| 8 | checking for a thread-safe mkdir -p... /Users/asukakenji/symlinks/mkdir -p
|
|---|
| 9 | checking for gawk... gawk
|
|---|
| 10 | checking whether make sets $(MAKE)... yes
|
|---|
| 11 | checking whether make supports nested variables... yes
|
|---|
| 12 | checking whether make supports nested variables... (cached) yes
|
|---|
| 13 | checking for style of include used by make... GNU
|
|---|
| 14 | checking for gcc... cc
|
|---|
| 15 | checking whether the C compiler works... yes
|
|---|
| 16 | checking for C compiler default output file name... a.out
|
|---|
| 17 | checking for suffix of executables...
|
|---|
| 18 | checking whether we are cross compiling... no
|
|---|
| 19 | checking for suffix of object files... o
|
|---|
| 20 | checking whether we are using the GNU C compiler... yes
|
|---|
| 21 | checking whether cc accepts -g... yes
|
|---|
| 22 | checking for cc option to accept ISO C89... none needed
|
|---|
| 23 | checking whether cc understands -c and -o together... yes
|
|---|
| 24 | checking dependency style of cc... gcc3
|
|---|
| 25 | checking for ar... ar
|
|---|
| 26 | checking the archiver (ar) interface... ar
|
|---|
| 27 | checking for gcc... (cached) cc
|
|---|
| 28 | checking whether we are using the GNU C compiler... (cached) yes
|
|---|
| 29 | checking whether cc accepts -g... (cached) yes
|
|---|
| 30 | checking for cc option to accept ISO C89... (cached) none needed
|
|---|
| 31 | checking whether cc understands -c and -o together... (cached) yes
|
|---|
| 32 | checking dependency style of cc... (cached) gcc3
|
|---|
| 33 | checking for g++... g++
|
|---|
| 34 | checking whether we are using the GNU C++ compiler... yes
|
|---|
| 35 | checking whether g++ accepts -g... yes
|
|---|
| 36 | checking dependency style of g++... gcc3
|
|---|
| 37 | checking how to run the C preprocessor... cc -E
|
|---|
| 38 | checking for grep that handles long lines and -e... /opt/local/bin/grep
|
|---|
| 39 | checking for egrep... /opt/local/bin/grep -E
|
|---|
| 40 | checking for ANSI C header files... yes
|
|---|
| 41 | checking for sys/types.h... yes
|
|---|
| 42 | checking for sys/stat.h... yes
|
|---|
| 43 | checking for stdlib.h... yes
|
|---|
| 44 | checking for string.h... yes
|
|---|
| 45 | checking for memory.h... yes
|
|---|
| 46 | checking for strings.h... yes
|
|---|
| 47 | checking for inttypes.h... yes
|
|---|
| 48 | checking for stdint.h... yes
|
|---|
| 49 | checking for unistd.h... yes
|
|---|
| 50 | checking for int64_t... yes
|
|---|
| 51 | checking build system type... x86_64-apple-darwin13.2.0
|
|---|
| 52 | checking host system type... x86_64-apple-darwin13.2.0
|
|---|
| 53 | checking how to print strings... printf
|
|---|
| 54 | checking for a sed that does not truncate output... /usr/bin/sed
|
|---|
| 55 | checking for fgrep... /opt/local/bin/grep -F
|
|---|
| 56 | checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|---|
| 57 | checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
|
|---|
| 58 | checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
|
|---|
| 59 | checking the name lister (/usr/bin/nm) interface... BSD nm
|
|---|
| 60 | checking whether ln -s works... yes
|
|---|
| 61 | checking the maximum length of command line arguments... 196608
|
|---|
| 62 | checking whether the shell understands some XSI constructs... yes
|
|---|
| 63 | checking whether the shell understands "+="... yes
|
|---|
| 64 | checking how to convert x86_64-apple-darwin13.2.0 file names to x86_64-apple-darwin13.2.0 format... func_convert_file_noop
|
|---|
| 65 | checking how to convert x86_64-apple-darwin13.2.0 file names to toolchain format... func_convert_file_noop
|
|---|
| 66 | checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
|
|---|
| 67 | checking for objdump... objdump
|
|---|
| 68 | checking how to recognize dependent libraries... pass_all
|
|---|
| 69 | checking for dlltool... dlltool
|
|---|
| 70 | checking how to associate runtime and link libraries... printf %s\n
|
|---|
| 71 | checking for archiver @FILE support... no
|
|---|
| 72 | checking for strip... strip
|
|---|
| 73 | checking for ranlib... ranlib
|
|---|
| 74 | checking command to parse /usr/bin/nm output from cc object... ok
|
|---|
| 75 | checking for sysroot... no
|
|---|
| 76 | checking for mt... no
|
|---|
| 77 | checking if : is a manifest tool... no
|
|---|
| 78 | checking for dsymutil... dsymutil
|
|---|
| 79 | checking for nmedit... nmedit
|
|---|
| 80 | checking for lipo... lipo
|
|---|
| 81 | checking for otool... otool
|
|---|
| 82 | checking for otool64... no
|
|---|
| 83 | checking for -single_module linker flag... yes
|
|---|
| 84 | checking for -exported_symbols_list linker flag... yes
|
|---|
| 85 | checking for -force_load linker flag... yes
|
|---|
| 86 | checking for dlfcn.h... yes
|
|---|
| 87 | checking for objdir... .libs
|
|---|
| 88 | checking if cc supports -fno-rtti -fno-exceptions... yes
|
|---|
| 89 | checking for cc option to produce PIC... -fno-common -DPIC
|
|---|
| 90 | checking if cc PIC flag -fno-common -DPIC works... yes
|
|---|
| 91 | checking if cc static flag -static works... no
|
|---|
| 92 | checking if cc supports -c -o file.o... yes
|
|---|
| 93 | checking if cc supports -c -o file.o... (cached) yes
|
|---|
| 94 | checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
|
|---|
| 95 | checking dynamic linker characteristics... darwin13.2.0 dyld
|
|---|
| 96 | checking how to hardcode library paths into programs... immediate
|
|---|
| 97 | checking whether stripping libraries is possible... yes
|
|---|
| 98 | checking if libtool supports shared libraries... yes
|
|---|
| 99 | checking whether to build shared libraries... no
|
|---|
| 100 | checking whether to build static libraries... yes
|
|---|
| 101 | checking how to run the C++ preprocessor... g++ -E
|
|---|
| 102 | checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|---|
| 103 | checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
|
|---|
| 104 | checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
|
|---|
| 105 | checking for g++ option to produce PIC... -fno-common -DPIC
|
|---|
| 106 | checking if g++ PIC flag -fno-common -DPIC works... yes
|
|---|
| 107 | checking if g++ static flag -static works... no
|
|---|
| 108 | checking if g++ supports -c -o file.o... yes
|
|---|
| 109 | checking if g++ supports -c -o file.o... (cached) yes
|
|---|
| 110 | checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
|
|---|
| 111 | checking dynamic linker characteristics... darwin13.2.0 dyld
|
|---|
| 112 | checking how to hardcode library paths into programs... immediate
|
|---|
| 113 | checking whether ln -s works... yes
|
|---|
| 114 | checking whether the -Werror option is usable... yes
|
|---|
| 115 | checking for simple visibility declarations... yes
|
|---|
| 116 | checking for ANSI C header files... (cached) yes
|
|---|
| 117 | checking limits.h usability... yes
|
|---|
| 118 | checking limits.h presence... yes
|
|---|
| 119 | checking for limits.h... yes
|
|---|
| 120 | checking for sys/types.h... (cached) yes
|
|---|
| 121 | checking for sys/stat.h... (cached) yes
|
|---|
| 122 | checking dirent.h usability... yes
|
|---|
| 123 | checking dirent.h presence... yes
|
|---|
| 124 | checking for dirent.h... yes
|
|---|
| 125 | checking windows.h usability... no
|
|---|
| 126 | checking windows.h presence... no
|
|---|
| 127 | checking for windows.h... no
|
|---|
| 128 | checking for alias support in the linker... yes
|
|---|
| 129 | checking string usability... yes
|
|---|
| 130 | checking string presence... yes
|
|---|
| 131 | checking for string... yes
|
|---|
| 132 | checking bits/type_traits.h usability... no
|
|---|
| 133 | checking bits/type_traits.h presence... no
|
|---|
| 134 | checking for bits/type_traits.h... no
|
|---|
| 135 | checking type_traits.h usability... no
|
|---|
| 136 | checking type_traits.h presence... no
|
|---|
| 137 | checking for type_traits.h... no
|
|---|
| 138 | checking for strtoq... yes
|
|---|
| 139 | checking for long long... yes
|
|---|
| 140 | checking for unsigned long long... yes
|
|---|
| 141 | checking for an ANSI C-conforming const... yes
|
|---|
| 142 | checking for size_t... yes
|
|---|
| 143 | checking for bcopy... yes
|
|---|
| 144 | checking for memmove... yes
|
|---|
| 145 | checking for strerror... yes
|
|---|
| 146 | checking zlib.h usability... yes
|
|---|
| 147 | checking zlib.h presence... yes
|
|---|
| 148 | checking for zlib.h... yes
|
|---|
| 149 | checking for gzopen in -lz... yes
|
|---|
| 150 | checking bzlib.h usability... yes
|
|---|
| 151 | checking bzlib.h presence... yes
|
|---|
| 152 | checking for bzlib.h... yes
|
|---|
| 153 | checking for libbz2... yes
|
|---|
| 154 | checking that generated files are newer than configure... done
|
|---|
| 155 | configure: creating ./config.status
|
|---|
| 156 | config.status: creating Makefile
|
|---|
| 157 | config.status: creating libpcre.pc
|
|---|
| 158 | config.status: creating libpcre16.pc
|
|---|
| 159 | config.status: creating libpcre32.pc
|
|---|
| 160 | config.status: creating libpcreposix.pc
|
|---|
| 161 | config.status: creating libpcrecpp.pc
|
|---|
| 162 | config.status: creating pcre-config
|
|---|
| 163 | config.status: creating pcre.h
|
|---|
| 164 | config.status: creating pcre_stringpiece.h
|
|---|
| 165 | config.status: creating pcrecpparg.h
|
|---|
| 166 | config.status: creating config.h
|
|---|
| 167 | config.status: executing depfiles commands
|
|---|
| 168 | config.status: executing libtool commands
|
|---|
| 169 | config.status: executing script-chmod commands
|
|---|
| 170 | config.status: executing delete-old-chartables commands
|
|---|
| 171 |
|
|---|
| 172 | pcre-8.35 configuration summary:
|
|---|
| 173 |
|
|---|
| 174 | Install prefix .................. : /usr/local
|
|---|
| 175 | C preprocessor .................. : cc -E
|
|---|
| 176 | C compiler ...................... : cc
|
|---|
| 177 | C++ preprocessor ................ : g++ -E
|
|---|
| 178 | C++ compiler .................... : g++
|
|---|
| 179 | Linker .......................... : /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|---|
| 180 | C preprocessor flags ............ :
|
|---|
| 181 | C compiler flags ................ : -O2 -pipe -fvisibility=hidden
|
|---|
| 182 | C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden
|
|---|
| 183 | Linker flags .................... :
|
|---|
| 184 | Extra libraries ................. :
|
|---|
| 185 |
|
|---|
| 186 | Build 8 bit pcre library ........ : yes
|
|---|
| 187 | Build 16 bit pcre library ....... : no
|
|---|
| 188 | Build 32 bit pcre library ....... : no
|
|---|
| 189 | Build C++ library ............... : yes
|
|---|
| 190 | Enable JIT compiling support .... : no
|
|---|
| 191 | Enable UTF-8/16/32 support ...... : no
|
|---|
| 192 | Unicode properties .............. : no
|
|---|
| 193 | Newline char/sequence ........... : lf
|
|---|
| 194 | \R matches only ANYCRLF ......... : no
|
|---|
| 195 | EBCDIC coding ................... : no
|
|---|
| 196 | EBCDIC code for NL .............. : n/a
|
|---|
| 197 | Rebuild char tables ............. : no
|
|---|
| 198 | Use stack recursion ............. : yes
|
|---|
| 199 | POSIX mem threshold ............. : 10
|
|---|
| 200 | Internal link size .............. : 2
|
|---|
| 201 | Nested parentheses limit ........ : 250
|
|---|
| 202 | Match limit ..................... : 10000000
|
|---|
| 203 | Match limit recursion ........... : MATCH_LIMIT
|
|---|
| 204 | Build shared libs ............... : no
|
|---|
| 205 | Build static libs ............... : yes
|
|---|
| 206 | Use JIT in pcregrep ............. : no
|
|---|
| 207 | Buffer size for pcregrep ........ : 20480
|
|---|
| 208 | Link pcregrep with libz ......... : no
|
|---|
| 209 | Link pcregrep with libbz2 ....... : no
|
|---|
| 210 | Link pcretest with libedit ...... : no
|
|---|
| 211 | Link pcretest with libreadline .. : no
|
|---|
| 212 | Valgrind support ................ : no
|
|---|
| 213 | Code coverage ................... : no
|
|---|
| 214 |
|
|---|
| 215 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 216 | -o objs/src/core/nginx.o \
|
|---|
| 217 | src/core/nginx.c
|
|---|
| 218 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 219 | -o objs/src/core/ngx_log.o \
|
|---|
| 220 | src/core/ngx_log.c
|
|---|
| 221 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 222 | -o objs/src/core/ngx_palloc.o \
|
|---|
| 223 | src/core/ngx_palloc.c
|
|---|
| 224 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 225 | -o objs/src/core/ngx_array.o \
|
|---|
| 226 | src/core/ngx_array.c
|
|---|
| 227 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 228 | -o objs/src/core/ngx_list.o \
|
|---|
| 229 | src/core/ngx_list.c
|
|---|
| 230 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 231 | -o objs/src/core/ngx_hash.o \
|
|---|
| 232 | src/core/ngx_hash.c
|
|---|
| 233 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 234 | -o objs/src/core/ngx_buf.o \
|
|---|
| 235 | src/core/ngx_buf.c
|
|---|
| 236 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 237 | -o objs/src/core/ngx_queue.o \
|
|---|
| 238 | src/core/ngx_queue.c
|
|---|
| 239 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 240 | -o objs/src/core/ngx_output_chain.o \
|
|---|
| 241 | src/core/ngx_output_chain.c
|
|---|
| 242 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 243 | -o objs/src/core/ngx_string.o \
|
|---|
| 244 | src/core/ngx_string.c
|
|---|
| 245 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 246 | -o objs/src/core/ngx_parse.o \
|
|---|
| 247 | src/core/ngx_parse.c
|
|---|
| 248 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 249 | -o objs/src/core/ngx_inet.o \
|
|---|
| 250 | src/core/ngx_inet.c
|
|---|
| 251 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 252 | -o objs/src/core/ngx_file.o \
|
|---|
| 253 | src/core/ngx_file.c
|
|---|
| 254 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 255 | -o objs/src/core/ngx_crc32.o \
|
|---|
| 256 | src/core/ngx_crc32.c
|
|---|
| 257 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 258 | -o objs/src/core/ngx_murmurhash.o \
|
|---|
| 259 | src/core/ngx_murmurhash.c
|
|---|
| 260 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 261 | -o objs/src/core/ngx_md5.o \
|
|---|
| 262 | src/core/ngx_md5.c
|
|---|
| 263 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 264 | -o objs/src/core/ngx_rbtree.o \
|
|---|
| 265 | src/core/ngx_rbtree.c
|
|---|
| 266 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 267 | -o objs/src/core/ngx_radix_tree.o \
|
|---|
| 268 | src/core/ngx_radix_tree.c
|
|---|
| 269 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 270 | -o objs/src/core/ngx_slab.o \
|
|---|
| 271 | src/core/ngx_slab.c
|
|---|
| 272 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 273 | -o objs/src/core/ngx_times.o \
|
|---|
| 274 | src/core/ngx_times.c
|
|---|
| 275 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 276 | -o objs/src/core/ngx_shmtx.o \
|
|---|
| 277 | src/core/ngx_shmtx.c
|
|---|
| 278 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 279 | -o objs/src/core/ngx_connection.o \
|
|---|
| 280 | src/core/ngx_connection.c
|
|---|
| 281 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 282 | -o objs/src/core/ngx_cycle.o \
|
|---|
| 283 | src/core/ngx_cycle.c
|
|---|
| 284 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 285 | -o objs/src/core/ngx_spinlock.o \
|
|---|
| 286 | src/core/ngx_spinlock.c
|
|---|
| 287 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 288 | -o objs/src/core/ngx_cpuinfo.o \
|
|---|
| 289 | src/core/ngx_cpuinfo.c
|
|---|
| 290 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 291 | -o objs/src/core/ngx_conf_file.o \
|
|---|
| 292 | src/core/ngx_conf_file.c
|
|---|
| 293 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 294 | -o objs/src/core/ngx_resolver.o \
|
|---|
| 295 | src/core/ngx_resolver.c
|
|---|
| 296 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 297 | -o objs/src/core/ngx_open_file_cache.o \
|
|---|
| 298 | src/core/ngx_open_file_cache.c
|
|---|
| 299 | cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
|
|---|
| 300 | -o objs/src/core/ngx_crypt.o \
|
|---|
| 301 | src/core/ngx_crypt.c
|
|---|
| 302 | src/core/ngx_crypt.c:82:5: error: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 303 | ngx_md5_init(&md5);
|
|---|
| 304 | ^
|
|---|
| 305 | src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
|
|---|
| 306 | #define ngx_md5_init MD5_Init
|
|---|
| 307 | ^
|
|---|
| 308 | /usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
|
|---|
| 309 | int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 310 | ^
|
|---|
| 311 | src/core/ngx_crypt.c:83:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 312 | ngx_md5_update(&md5, key, keylen);
|
|---|
| 313 | ^
|
|---|
| 314 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 315 | #define ngx_md5_update MD5_Update
|
|---|
| 316 | ^
|
|---|
| 317 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 318 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 319 | ^
|
|---|
| 320 | src/core/ngx_crypt.c:84:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 321 | ngx_md5_update(&md5, (u_char *) "$apr1$", sizeof("$apr1$") - 1);
|
|---|
| 322 | ^
|
|---|
| 323 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 324 | #define ngx_md5_update MD5_Update
|
|---|
| 325 | ^
|
|---|
| 326 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 327 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 328 | ^
|
|---|
| 329 | src/core/ngx_crypt.c:85:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 330 | ngx_md5_update(&md5, salt, saltlen);
|
|---|
| 331 | ^
|
|---|
| 332 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 333 | #define ngx_md5_update MD5_Update
|
|---|
| 334 | ^
|
|---|
| 335 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 336 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 337 | ^
|
|---|
| 338 | src/core/ngx_crypt.c:87:5: error: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 339 | ngx_md5_init(&ctx1);
|
|---|
| 340 | ^
|
|---|
| 341 | src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
|
|---|
| 342 | #define ngx_md5_init MD5_Init
|
|---|
| 343 | ^
|
|---|
| 344 | /usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
|
|---|
| 345 | int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 346 | ^
|
|---|
| 347 | src/core/ngx_crypt.c:88:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 348 | ngx_md5_update(&ctx1, key, keylen);
|
|---|
| 349 | ^
|
|---|
| 350 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 351 | #define ngx_md5_update MD5_Update
|
|---|
| 352 | ^
|
|---|
| 353 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 354 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 355 | ^
|
|---|
| 356 | src/core/ngx_crypt.c:89:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 357 | ngx_md5_update(&ctx1, salt, saltlen);
|
|---|
| 358 | ^
|
|---|
| 359 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 360 | #define ngx_md5_update MD5_Update
|
|---|
| 361 | ^
|
|---|
| 362 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 363 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 364 | ^
|
|---|
| 365 | src/core/ngx_crypt.c:90:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 366 | ngx_md5_update(&ctx1, key, keylen);
|
|---|
| 367 | ^
|
|---|
| 368 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 369 | #define ngx_md5_update MD5_Update
|
|---|
| 370 | ^
|
|---|
| 371 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 372 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 373 | ^
|
|---|
| 374 | src/core/ngx_crypt.c:91:5: error: 'MD5_Final' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 375 | ngx_md5_final(final, &ctx1);
|
|---|
| 376 | ^
|
|---|
| 377 | src/core/ngx_md5.h:32:25: note: expanded from macro 'ngx_md5_final'
|
|---|
| 378 | #define ngx_md5_final MD5_Final
|
|---|
| 379 | ^
|
|---|
| 380 | /usr/include/openssl/md5.h:115:5: note: 'MD5_Final' declared here
|
|---|
| 381 | int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 382 | ^
|
|---|
| 383 | src/core/ngx_crypt.c:94:9: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 384 | ngx_md5_update(&md5, final, n > 16 ? 16 : n);
|
|---|
| 385 | ^
|
|---|
| 386 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 387 | #define ngx_md5_update MD5_Update
|
|---|
| 388 | ^
|
|---|
| 389 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 390 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 391 | ^
|
|---|
| 392 | src/core/ngx_crypt.c:101:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 393 | ngx_md5_update(&md5, final, 1);
|
|---|
| 394 | ^
|
|---|
| 395 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 396 | #define ngx_md5_update MD5_Update
|
|---|
| 397 | ^
|
|---|
| 398 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 399 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 400 | ^
|
|---|
| 401 | src/core/ngx_crypt.c:104:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 402 | ngx_md5_update(&md5, key, 1);
|
|---|
| 403 | ^
|
|---|
| 404 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 405 | #define ngx_md5_update MD5_Update
|
|---|
| 406 | ^
|
|---|
| 407 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 408 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 409 | ^
|
|---|
| 410 | src/core/ngx_crypt.c:108:5: error: 'MD5_Final' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 411 | ngx_md5_final(final, &md5);
|
|---|
| 412 | ^
|
|---|
| 413 | src/core/ngx_md5.h:32:25: note: expanded from macro 'ngx_md5_final'
|
|---|
| 414 | #define ngx_md5_final MD5_Final
|
|---|
| 415 | ^
|
|---|
| 416 | /usr/include/openssl/md5.h:115:5: note: 'MD5_Final' declared here
|
|---|
| 417 | int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 418 | ^
|
|---|
| 419 | src/core/ngx_crypt.c:111:9: error: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 420 | ngx_md5_init(&ctx1);
|
|---|
| 421 | ^
|
|---|
| 422 | src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
|
|---|
| 423 | #define ngx_md5_init MD5_Init
|
|---|
| 424 | ^
|
|---|
| 425 | /usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
|
|---|
| 426 | int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 427 | ^
|
|---|
| 428 | src/core/ngx_crypt.c:114:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 429 | ngx_md5_update(&ctx1, key, keylen);
|
|---|
| 430 | ^
|
|---|
| 431 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 432 | #define ngx_md5_update MD5_Update
|
|---|
| 433 | ^
|
|---|
| 434 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 435 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 436 | ^
|
|---|
| 437 | src/core/ngx_crypt.c:117:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 438 | ngx_md5_update(&ctx1, final, 16);
|
|---|
| 439 | ^
|
|---|
| 440 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 441 | #define ngx_md5_update MD5_Update
|
|---|
| 442 | ^
|
|---|
| 443 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 444 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 445 | ^
|
|---|
| 446 | src/core/ngx_crypt.c:121:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 447 | ngx_md5_update(&ctx1, salt, saltlen);
|
|---|
| 448 | ^
|
|---|
| 449 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 450 | #define ngx_md5_update MD5_Update
|
|---|
| 451 | ^
|
|---|
| 452 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 453 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 454 | ^
|
|---|
| 455 | src/core/ngx_crypt.c:125:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 456 | ngx_md5_update(&ctx1, key, keylen);
|
|---|
| 457 | ^
|
|---|
| 458 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 459 | #define ngx_md5_update MD5_Update
|
|---|
| 460 | ^
|
|---|
| 461 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 462 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 463 | ^
|
|---|
| 464 | src/core/ngx_crypt.c:129:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
|
|---|
| 465 | ngx_md5_update(&ctx1, final, 16);
|
|---|
| 466 | ^
|
|---|
| 467 | src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
|
|---|
| 468 | #define ngx_md5_update MD5_Update
|
|---|
| 469 | ^
|
|---|
| 470 | /usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
|
|---|
| 471 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 472 | ^
|
|---|
| 473 | fatal error: too many errors emitted, stopping now [-ferror-limit=]
|
|---|
| 474 | 20 errors generated.
|
|---|
| 475 | make[1]: *** [objs/src/core/ngx_crypt.o] Error 1
|
|---|
| 476 | make: *** [build] Error 2
|
|---|