Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 212.77 KB | None | 0 0
  1. cloudy_emissivity.h5: OK
  2. apec_emissivity.h5: OK
  3. hdf5-1.8.14.tar.gz: OK
  4. zlib-1.2.8.tar.gz: OK
  5. bzip2-1.0.6.tar.gz: OK
  6. libpng-1.6.3.tar.gz: OK
  7. freetype-2.4.12.tar.gz: OK
  8. sqlite-autoconf-3071700.tar.gz: OK
  9. zeromq-4.0.5.tar.gz: OK
  10. pyzmq-14.5.0.tar.gz: OK
  11. tornado-4.0.2.tar.gz: OK
  12. mercurial-3.4.tar.gz: OK
  13. Python-2.7.9.tgz: OK
  14. numpy-1.9.2.tar.gz: OK
  15. matplotlib-1.4.3.tar.gz: OK
  16. ipython-2.4.1.tar.gz: OK
  17. h5py-2.5.0.tar.gz: OK
  18. Cython-0.22.tar.gz: OK
  19. reason-js-20120623.zip: OK
  20. nose-1.3.6.tar.gz: OK
  21. python-hglib-1.6.tar.gz: OK
  22. sympy-0.7.6.tar.gz: OK
  23. setuptools-18.0.1.tar.gz: OK
  24.  
  25. If compilation produces errors, or a large number of warnings,
  26. please read README.COMPILATION.PROBLEMS -- you might be able to
  27. adjust the flags in this Makefile to improve matters.
  28.  
  29. Also in README.COMPILATION.PROBLEMS are some hints that may help
  30. if your build produces an executable which is unable to correctly
  31. handle so-called 'large files' -- files of size 2GB or more.
  32.  
  33. gcc -fPIC -c blocksort.c
  34. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  35. gcc -fPIC -c huffman.c
  36. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  37. gcc -fPIC -c crctable.c
  38. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  39. gcc -fPIC -c randtable.c
  40. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  41. gcc -fPIC -c compress.c
  42. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  43. gcc -fPIC -c decompress.c
  44. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  45. gcc -fPIC -c bzlib.c
  46. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  47. rm -f libbz2.a
  48. ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
  49. ranlib libbz2.a
  50. gcc -fPIC -c bzip2.c
  51. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  52. gcc -fPIC -fPIC -o bzip2 bzip2.o -L. -lbz2
  53. gcc -fPIC -c bzip2recover.c
  54. clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
  55. bzip2recover.c:375:59: warning: length modifier 'L' results in undefined behavior or no effect with 'u' conversion specifier [-Wformat]
  56. fprintf ( stderr, " block %d runs from " MaybeUInt64_FMT
  57. ^
  58. bzip2recover.c:40:29: note: expanded from macro 'MaybeUInt64_FMT'
  59. # define MaybeUInt64_FMT "%Lu"
  60. ~^~
  61. bzip2recover.c:375:59: note: did you mean to use 'll'?
  62. bzip2recover.c:40:29: note: expanded from macro 'MaybeUInt64_FMT'
  63. # define MaybeUInt64_FMT "%Lu"
  64. ^
  65. bzip2recover.c:376:41: warning: length modifier 'L' results in undefined behavior or no effect with 'u' conversion specifier [-Wformat]
  66. " to " MaybeUInt64_FMT " (incomplete)\n",
  67. ^
  68. bzip2recover.c:40:29: note: expanded from macro 'MaybeUInt64_FMT'
  69. # define MaybeUInt64_FMT "%Lu"
  70. ~^~
  71. bzip2recover.c:376:41: note: did you mean to use 'll'?
  72. bzip2recover.c:40:29: note: expanded from macro 'MaybeUInt64_FMT'
  73. # define MaybeUInt64_FMT "%Lu"
  74. ^
  75. bzip2recover.c:397:56: warning: length modifier 'L' results in undefined behavior or no effect with 'u' conversion specifier [-Wformat]
  76. fprintf ( stderr, " block %d runs from " MaybeUInt64_FMT
  77. ^
  78. bzip2recover.c:40:29: note: expanded from macro 'MaybeUInt64_FMT'
  79. # define MaybeUInt64_FMT "%Lu"
  80. ~^~
  81. bzip2recover.c:397:56: note: did you mean to use 'll'?
  82. bzip2recover.c:40:29: note: expanded from macro 'MaybeUInt64_FMT'
  83. # define MaybeUInt64_FMT "%Lu"
  84. ^
  85. bzip2recover.c:398:38: warning: length modifier 'L' results in undefined behavior or no effect with 'u' conversion specifier [-Wformat]
  86. " to " MaybeUInt64_FMT "\n",
  87. ^
  88. bzip2recover.c:40:29: note: expanded from macro 'MaybeUInt64_FMT'
  89. # define MaybeUInt64_FMT "%Lu"
  90. ~^~
  91. bzip2recover.c:398:38: note: did you mean to use 'll'?
  92. bzip2recover.c:40:29: note: expanded from macro 'MaybeUInt64_FMT'
  93. # define MaybeUInt64_FMT "%Lu"
  94. ^
  95. 4 warnings generated.
  96. gcc -fPIC -fPIC -o bzip2recover bzip2recover.o
  97. if ( test ! -d /Users/molly/yt-x86_64/bin ) ; then mkdir -p /Users/molly/yt-x86_64/bin ; fi
  98. if ( test ! -d /Users/molly/yt-x86_64/lib ) ; then mkdir -p /Users/molly/yt-x86_64/lib ; fi
  99. if ( test ! -d /Users/molly/yt-x86_64/man ) ; then mkdir -p /Users/molly/yt-x86_64/man ; fi
  100. if ( test ! -d /Users/molly/yt-x86_64/man/man1 ) ; then mkdir -p /Users/molly/yt-x86_64/man/man1 ; fi
  101. if ( test ! -d /Users/molly/yt-x86_64/include ) ; then mkdir -p /Users/molly/yt-x86_64/include ; fi
  102. cp -f bzip2 /Users/molly/yt-x86_64/bin/bzip2
  103. cp -f bzip2 /Users/molly/yt-x86_64/bin/bunzip2
  104. cp -f bzip2 /Users/molly/yt-x86_64/bin/bzcat
  105. cp -f bzip2recover /Users/molly/yt-x86_64/bin/bzip2recover
  106. chmod a+x /Users/molly/yt-x86_64/bin/bzip2
  107. chmod a+x /Users/molly/yt-x86_64/bin/bunzip2
  108. chmod a+x /Users/molly/yt-x86_64/bin/bzcat
  109. chmod a+x /Users/molly/yt-x86_64/bin/bzip2recover
  110. cp -f bzip2.1 /Users/molly/yt-x86_64/man/man1
  111. chmod a+r /Users/molly/yt-x86_64/man/man1/bzip2.1
  112. cp -f bzlib.h /Users/molly/yt-x86_64/include
  113. chmod a+r /Users/molly/yt-x86_64/include/bzlib.h
  114. cp -f libbz2.a /Users/molly/yt-x86_64/lib
  115. chmod a+r /Users/molly/yt-x86_64/lib/libbz2.a
  116. cp -f bzgrep /Users/molly/yt-x86_64/bin/bzgrep
  117. ln -s -f /Users/molly/yt-x86_64/bin/bzgrep /Users/molly/yt-x86_64/bin/bzegrep
  118. ln -s -f /Users/molly/yt-x86_64/bin/bzgrep /Users/molly/yt-x86_64/bin/bzfgrep
  119. chmod a+x /Users/molly/yt-x86_64/bin/bzgrep
  120. cp -f bzmore /Users/molly/yt-x86_64/bin/bzmore
  121. ln -s -f /Users/molly/yt-x86_64/bin/bzmore /Users/molly/yt-x86_64/bin/bzless
  122. chmod a+x /Users/molly/yt-x86_64/bin/bzmore
  123. cp -f bzdiff /Users/molly/yt-x86_64/bin/bzdiff
  124. ln -s -f /Users/molly/yt-x86_64/bin/bzdiff /Users/molly/yt-x86_64/bin/bzcmp
  125. chmod a+x /Users/molly/yt-x86_64/bin/bzdiff
  126. cp -f bzgrep.1 bzmore.1 bzdiff.1 /Users/molly/yt-x86_64/man/man1
  127. chmod a+r /Users/molly/yt-x86_64/man/man1/bzgrep.1
  128. chmod a+r /Users/molly/yt-x86_64/man/man1/bzmore.1
  129. chmod a+r /Users/molly/yt-x86_64/man/man1/bzdiff.1
  130. echo ".so man1/bzgrep.1" > /Users/molly/yt-x86_64/man/man1/bzegrep.1
  131. echo ".so man1/bzgrep.1" > /Users/molly/yt-x86_64/man/man1/bzfgrep.1
  132. echo ".so man1/bzmore.1" > /Users/molly/yt-x86_64/man/man1/bzless.1
  133. echo ".so man1/bzdiff.1" > /Users/molly/yt-x86_64/man/man1/bzcmp.1
  134. cc -shared -Wl,-install_name -Wl,libbz2.so.1.0 -o libbz2.so.1.0.6 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
  135. cc -fPIC -o bzip2-shared bzip2.c libbz2.so.1.0.6
  136. rm -f libbz2.so.1.0
  137. ln -s libbz2.so.1.0.6 libbz2.so.1.0
  138. libbz2.so.1.0.6 -> /Users/molly/yt-x86_64/lib/libbz2.so.1.0.6
  139. Checking for shared library support...
  140. Building shared library libz.so.1.2.8 with cc.
  141. Checking for off64_t... No.
  142. Checking for fseeko... Yes.
  143. Checking for strerror... Yes.
  144. Checking for unistd.h... Yes.
  145. Checking for stdarg.h... Yes.
  146. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
  147. Checking for vsnprintf() in stdio.h... Yes.
  148. Checking for return value of vsnprintf()... Yes.
  149. cc -O -c -o adler32.o adler32.c
  150. cc -O -c -o crc32.o crc32.c
  151. cc -O -c -o deflate.o deflate.c
  152. cc -O -c -o infback.o infback.c
  153. cc -O -c -o inffast.o inffast.c
  154. cc -O -c -o inflate.o inflate.c
  155. cc -O -c -o inftrees.o inftrees.c
  156. cc -O -c -o trees.o trees.c
  157. cc -O -c -o zutil.o zutil.c
  158. cc -O -c -o compress.o compress.c
  159. cc -O -c -o uncompr.o uncompr.c
  160. cc -O -c -o gzclose.o gzclose.c
  161. cc -O -c -o gzlib.o gzlib.c
  162. cc -O -c -o gzread.o gzread.c
  163. cc -O -c -o gzwrite.o gzwrite.c
  164. ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
  165. cc -O -DPIC -c -o objs/adler32.o adler32.c
  166. cc -O -DPIC -c -o objs/crc32.o crc32.c
  167. cc -O -DPIC -c -o objs/deflate.o deflate.c
  168. cc -O -DPIC -c -o objs/infback.o infback.c
  169. cc -O -DPIC -c -o objs/inffast.o inffast.c
  170. cc -O -DPIC -c -o objs/inflate.o inflate.c
  171. cc -O -DPIC -c -o objs/inftrees.o inftrees.c
  172. cc -O -DPIC -c -o objs/trees.o trees.c
  173. cc -O -DPIC -c -o objs/zutil.o zutil.c
  174. cc -O -DPIC -c -o objs/compress.o compress.c
  175. cc -O -DPIC -c -o objs/uncompr.o uncompr.c
  176. cc -O -DPIC -c -o objs/gzclose.o gzclose.c
  177. cc -O -DPIC -c -o objs/gzlib.o gzlib.c
  178. cc -O -DPIC -c -o objs/gzread.o gzread.c
  179. cc -O -DPIC -c -o objs/gzwrite.o gzwrite.c
  180. cc -shared -O -o libz.so.1.2.8 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -lc -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/
  181. ld: warning: directory not found for option '-L/Users/molly/yt-x86_64/lib64/'
  182. rm -f libz.so libz.so.1
  183. ln -s libz.so.1.2.8 libz.so
  184. ln -s libz.so.1.2.8 libz.so.1
  185. cp libz.a /Users/molly/yt-x86_64//lib
  186. chmod 644 /Users/molly/yt-x86_64//lib/libz.a
  187. cp libz.so.1.2.8 /Users/molly/yt-x86_64//lib
  188. chmod 755 /Users/molly/yt-x86_64//lib/libz.so.1.2.8
  189. cp zlib.3 /Users/molly/yt-x86_64//share/man/man3
  190. chmod 644 /Users/molly/yt-x86_64//share/man/man3/zlib.3
  191. cp zlib.pc /Users/molly/yt-x86_64//lib/pkgconfig
  192. chmod 644 /Users/molly/yt-x86_64//lib/pkgconfig/zlib.pc
  193. cp zlib.h zconf.h /Users/molly/yt-x86_64//include
  194. chmod 644 /Users/molly/yt-x86_64//include/zlib.h /Users/molly/yt-x86_64//include/zconf.h
  195. rm -f *.o *.lo *~ \
  196. example minigzip examplesh minigzipsh \
  197. example64 minigzip64 \
  198. infcover \
  199. libz.* foo.gz so_locations \
  200. _match.s maketree contrib/infback9/*.o
  201. rm -rf objs
  202. rm -f *.gcda *.gcno *.gcov
  203. rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcov
  204. checking for a BSD-compatible install... /sw/bin/ginstall -c
  205. checking whether build environment is sane... yes
  206. checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
  207. checking for gawk... gawk
  208. checking whether make sets $(MAKE)... yes
  209. checking whether make supports nested variables... yes
  210. checking whether to enable maintainer-specific portions of Makefiles... no
  211. checking for gcc... cc
  212. checking whether the C compiler works... yes
  213. checking for C compiler default output file name... a.out
  214. checking for suffix of executables...
  215. checking whether we are cross compiling... no
  216. checking for suffix of object files... o
  217. checking whether we are using the GNU C compiler... yes
  218. checking whether cc accepts -g... yes
  219. checking for cc option to accept ISO C89... none needed
  220. checking for style of include used by make... GNU
  221. checking dependency style of cc... gcc3
  222. checking dependency style of cc... gcc3
  223. checking build system type... x86_64-apple-darwin13.4.0
  224. checking host system type... x86_64-apple-darwin13.4.0
  225. checking for a sed that does not truncate output... /sw/bin/sed
  226. checking for grep that handles long lines and -e... /sw/bin/grep
  227. checking for egrep... /sw/bin/grep -E
  228. checking for fgrep... /sw/bin/grep -F
  229. checking how to print strings... printf
  230. checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  231. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  232. checking how to run the C preprocessor... cc -E
  233. checking for gawk... (cached) gawk
  234. checking whether ln -s works... yes
  235. checking whether make sets $(MAKE)... (cached) yes
  236. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  237. checking the name lister (/usr/bin/nm) interface... BSD nm
  238. checking the maximum length of command line arguments... 196608
  239. checking whether the shell understands some XSI constructs... yes
  240. checking whether the shell understands "+="... yes
  241. checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
  242. checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
  243. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  244. checking for objdump... no
  245. checking how to recognize dependent libraries... pass_all
  246. checking for dlltool... no
  247. checking how to associate runtime and link libraries... printf %s\n
  248. checking for ar... ar
  249. checking for archiver @FILE support... no
  250. checking for strip... strip
  251. checking for ranlib... ranlib
  252. checking command to parse /usr/bin/nm output from cc object... ok
  253. checking for sysroot... no
  254. checking for mt... no
  255. checking if : is a manifest tool... no
  256. checking for dsymutil... dsymutil
  257. checking for nmedit... nmedit
  258. checking for lipo... lipo
  259. checking for otool... otool
  260. checking for otool64... no
  261. checking for -single_module linker flag... yes
  262. checking for -exported_symbols_list linker flag... yes
  263. checking for -force_load linker flag... yes
  264. checking for ANSI C header files... yes
  265. checking for sys/types.h... yes
  266. checking for sys/stat.h... yes
  267. checking for stdlib.h... yes
  268. checking for string.h... yes
  269. checking for memory.h... yes
  270. checking for strings.h... yes
  271. checking for inttypes.h... yes
  272. checking for stdint.h... yes
  273. checking for unistd.h... yes
  274. checking for dlfcn.h... yes
  275. checking for objdir... .libs
  276. checking if cc supports -fno-rtti -fno-exceptions... yes
  277. checking for cc option to produce PIC... -fno-common -DPIC
  278. checking if cc PIC flag -fno-common -DPIC works... yes
  279. checking if cc static flag -static works... no
  280. checking if cc supports -c -o file.o... yes
  281. checking if cc supports -c -o file.o... (cached) yes
  282. checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  283. checking dynamic linker characteristics... darwin13.4.0 dyld
  284. checking how to hardcode library paths into programs... immediate
  285. checking whether stripping libraries is possible... yes
  286. checking if libtool supports shared libraries... yes
  287. checking whether to build shared libraries... yes
  288. checking whether to build static libraries... yes
  289. checking that AWK works... ok
  290. checking for ANSI C header files... (cached) yes
  291. checking for an ANSI C-conforming const... yes
  292. checking for size_t... yes
  293. checking whether struct tm is in sys/time.h or time.h... time.h
  294. checking for C/C++ restrict keyword... __restrict
  295. checking for working strtod... yes
  296. checking for memset... yes
  297. checking for pow... yes
  298. checking for zlibVersion in -lz... yes
  299. checking for feenableexcept in -lm... no
  300. checking for feenableexcept... no
  301. checking if using Solaris linker... no
  302. checking if libraries can be versioned... no
  303. configure: WARNING: *** You have not enabled versioned symbols.
  304. configure: pkgconfig directory is ${libdir}/pkgconfig
  305. configure: Extra options for compiler:
  306. checking that generated files are newer than configure... done
  307. configure: creating ./config.status
  308. config.status: creating Makefile
  309. config.status: creating libpng.pc
  310. config.status: creating libpng-config
  311. config.status: creating config.h
  312. config.status: executing depfiles commands
  313. config.status: executing libtool commands
  314. rm -f pnglibconf.dfn pnglibconf.tf[45]
  315. gawk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\
  316. ./pngconf.h ./scripts/pnglibconf.dfa\
  317. ./pngusr.dfa 1>&2
  318. gawk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
  319. rm pnglibconf.tf4
  320. mv pnglibconf.tf5 pnglibconf.dfn
  321. rm -f pnglibconf.out pnglibconf.c pnglibconf.tf[12]
  322. test -d scripts || mkdir scripts || test -d scripts
  323. echo '#include "pnglibconf.dfn"' >pnglibconf.c
  324. cc -E -DHAVE_CONFIG_H -I. \
  325. -I/Users/molly/yt-x86_64/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.3' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE pnglibconf.c > pnglibconf.tf1
  326. gawk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
  327. rm -f pnglibconf.c pnglibconf.tf1
  328. mv pnglibconf.tf2 pnglibconf.out
  329. rm -f pnglibconf.h
  330. cp pnglibconf.out pnglibconf.h
  331. :>pngprefix.h
  332. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT png.lo -MD -MP -MF .deps/png.Tpo -c -o png.lo png.c
  333. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT png.lo -MD -MP -MF .deps/png.Tpo -c png.c -fno-common -DPIC -o .libs/png.o
  334. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT png.lo -MD -MP -MF .deps/png.Tpo -c png.c -o png.o >/dev/null 2>&1
  335. mv -f .deps/png.Tpo .deps/png.Plo
  336. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c -o pngerror.lo pngerror.c
  337. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -fno-common -DPIC -o .libs/pngerror.o
  338. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -o pngerror.o >/dev/null 2>&1
  339. mv -f .deps/pngerror.Tpo .deps/pngerror.Plo
  340. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c -o pngget.lo pngget.c
  341. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -fno-common -DPIC -o .libs/pngget.o
  342. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -o pngget.o >/dev/null 2>&1
  343. mv -f .deps/pngget.Tpo .deps/pngget.Plo
  344. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c -o pngmem.lo pngmem.c
  345. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -fno-common -DPIC -o .libs/pngmem.o
  346. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -o pngmem.o >/dev/null 2>&1
  347. mv -f .deps/pngmem.Tpo .deps/pngmem.Plo
  348. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c -o pngpread.lo pngpread.c
  349. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -fno-common -DPIC -o .libs/pngpread.o
  350. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -o pngpread.o >/dev/null 2>&1
  351. mv -f .deps/pngpread.Tpo .deps/pngpread.Plo
  352. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c -o pngread.lo pngread.c
  353. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -fno-common -DPIC -o .libs/pngread.o
  354. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -o pngread.o >/dev/null 2>&1
  355. mv -f .deps/pngread.Tpo .deps/pngread.Plo
  356. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c -o pngrio.lo pngrio.c
  357. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -fno-common -DPIC -o .libs/pngrio.o
  358. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -o pngrio.o >/dev/null 2>&1
  359. mv -f .deps/pngrio.Tpo .deps/pngrio.Plo
  360. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c -o pngrtran.lo pngrtran.c
  361. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -fno-common -DPIC -o .libs/pngrtran.o
  362. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -o pngrtran.o >/dev/null 2>&1
  363. mv -f .deps/pngrtran.Tpo .deps/pngrtran.Plo
  364. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c -o pngrutil.lo pngrutil.c
  365. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -fno-common -DPIC -o .libs/pngrutil.o
  366. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -o pngrutil.o >/dev/null 2>&1
  367. mv -f .deps/pngrutil.Tpo .deps/pngrutil.Plo
  368. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c -o pngset.lo pngset.c
  369. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -fno-common -DPIC -o .libs/pngset.o
  370. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -o pngset.o >/dev/null 2>&1
  371. mv -f .deps/pngset.Tpo .deps/pngset.Plo
  372. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c -o pngtrans.lo pngtrans.c
  373. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -fno-common -DPIC -o .libs/pngtrans.o
  374. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -o pngtrans.o >/dev/null 2>&1
  375. mv -f .deps/pngtrans.Tpo .deps/pngtrans.Plo
  376. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c -o pngwio.lo pngwio.c
  377. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -fno-common -DPIC -o .libs/pngwio.o
  378. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -o pngwio.o >/dev/null 2>&1
  379. mv -f .deps/pngwio.Tpo .deps/pngwio.Plo
  380. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c -o pngwrite.lo pngwrite.c
  381. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -fno-common -DPIC -o .libs/pngwrite.o
  382. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -o pngwrite.o >/dev/null 2>&1
  383. mv -f .deps/pngwrite.Tpo .deps/pngwrite.Plo
  384. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c -o pngwtran.lo pngwtran.c
  385. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -fno-common -DPIC -o .libs/pngwtran.o
  386. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -o pngwtran.o >/dev/null 2>&1
  387. mv -f .deps/pngwtran.Tpo .deps/pngwtran.Plo
  388. /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c -o pngwutil.lo pngwutil.c
  389. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -fno-common -DPIC -o .libs/pngwutil.o
  390. libtool: compile: cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -o pngwutil.o >/dev/null 2>&1
  391. mv -f .deps/pngwutil.Tpo .deps/pngwutil.Plo
  392. rm -f scripts/sym.out scripts/sym.c scripts/sym.tf[12]
  393. test -d scripts || mkdir scripts || test -d scripts
  394. echo '#include "scripts/sym.dfn"' >scripts/sym.c
  395. cc -E -DHAVE_CONFIG_H -I. \
  396. -I/Users/molly/yt-x86_64/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.3' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE scripts/sym.c > scripts/sym.tf1
  397. gawk -f "./scripts/dfn.awk" out="scripts/sym.tf2" scripts/sym.tf1 1>&2
  398. rm -f scripts/sym.c scripts/sym.tf1
  399. mv scripts/sym.tf2 scripts/sym.out
  400. rm -f libpng.sym
  401. cp scripts/sym.out libpng.sym
  402. /bin/sh ./libtool --tag=CC --mode=link cc -I/Users/molly/yt-x86_64/include -no-undefined -export-dynamic -version-number 16:3:0 -export-symbols libpng.sym -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -o libpng16.la -rpath /Users/molly/yt-x86_64/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo -lz
  403. libtool: link: sed 's,^,_,' < libpng.sym > .libs/libpng16-symbols.expsym
  404. libtool: link: cc -dynamiclib -o .libs/libpng16.16.dylib .libs/png.o .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o .libs/pngwtran.o .libs/pngwutil.o -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -lz -install_name /Users/molly/yt-x86_64/lib/libpng16.16.dylib -compatibility_version 20 -current_version 20.0 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libpng16-symbols.expsym
  405. ld: warning: directory not found for option '-L/Users/molly/yt-x86_64/lib64/'
  406. libtool: link: (cd ".libs" && rm -f "libpng16.dylib" && ln -s "libpng16.16.dylib" "libpng16.dylib")
  407. libtool: link: ar cru .libs/libpng16.a png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o
  408. libtool: link: ranlib .libs/libpng16.a
  409. libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
  410. cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT pngfix.o -MD -MP -MF .deps/pngfix.Tpo -c -o pngfix.o `test -f 'contrib/tools/pngfix.c' || echo './'`contrib/tools/pngfix.c
  411. mv -f .deps/pngfix.Tpo .deps/pngfix.Po
  412. /bin/sh ./libtool --tag=CC --mode=link cc -I/Users/molly/yt-x86_64/include -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -o pngfix pngfix.o libpng16.la -lz
  413. libtool: link: cc -I/Users/molly/yt-x86_64/include -o .libs/pngfix pngfix.o -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ ./.libs/libpng16.dylib -lz
  414. ld: warning: directory not found for option '-L/Users/molly/yt-x86_64/lib64/'
  415. cc -DHAVE_CONFIG_H -I. -I/Users/molly/yt-x86_64/include -I/Users/molly/yt-x86_64/include -MT png-fix-itxt.o -MD -MP -MF .deps/png-fix-itxt.Tpo -c -o png-fix-itxt.o `test -f 'contrib/tools/png-fix-itxt.c' || echo './'`contrib/tools/png-fix-itxt.c
  416. mv -f .deps/png-fix-itxt.Tpo .deps/png-fix-itxt.Po
  417. /bin/sh ./libtool --tag=CC --mode=link cc -I/Users/molly/yt-x86_64/include -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -o png-fix-itxt png-fix-itxt.o -lz
  418. libtool: link: cc -I/Users/molly/yt-x86_64/include -o png-fix-itxt png-fix-itxt.o -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -lz
  419. ld: warning: directory not found for option '-L/Users/molly/yt-x86_64/lib64/'
  420. cp libpng-config libpng16-config
  421. cp libpng.pc libpng16.pc
  422. make[1]: Entering directory `/Users/molly/yt-x86_64/src/libpng-1.6.3'
  423. /sw/bin/gmkdir -p '/Users/molly/yt-x86_64/lib'
  424. /bin/sh ./libtool --mode=install /sw/bin/ginstall -c libpng16.la '/Users/molly/yt-x86_64/lib'
  425. libtool: install: /sw/bin/ginstall -c .libs/libpng16.16.dylib /Users/molly/yt-x86_64/lib/libpng16.16.dylib
  426. libtool: install: (cd /Users/molly/yt-x86_64/lib && { ln -s -f libpng16.16.dylib libpng16.dylib || { rm -f libpng16.dylib && ln -s libpng16.16.dylib libpng16.dylib; }; })
  427. libtool: install: /sw/bin/ginstall -c .libs/libpng16.lai /Users/molly/yt-x86_64/lib/libpng16.la
  428. libtool: install: /sw/bin/ginstall -c .libs/libpng16.a /Users/molly/yt-x86_64/lib/libpng16.a
  429. libtool: install: chmod 644 /Users/molly/yt-x86_64/lib/libpng16.a
  430. libtool: install: ranlib /Users/molly/yt-x86_64/lib/libpng16.a
  431. /sw/bin/gmkdir -p '/Users/molly/yt-x86_64/bin'
  432. /bin/sh ./libtool --mode=install /sw/bin/ginstall -c pngfix png-fix-itxt '/Users/molly/yt-x86_64/bin'
  433. libtool: install: /sw/bin/ginstall -c .libs/pngfix /Users/molly/yt-x86_64/bin/pngfix
  434. libtool: install: /sw/bin/ginstall -c png-fix-itxt /Users/molly/yt-x86_64/bin/png-fix-itxt
  435. /sw/bin/gmkdir -p '/Users/molly/yt-x86_64/bin'
  436. /sw/bin/ginstall -c libpng16-config '/Users/molly/yt-x86_64/bin'
  437. make install-exec-hook
  438. make[2]: Entering directory `/Users/molly/yt-x86_64/src/libpng-1.6.3'
  439. cd '/Users/molly/yt-x86_64/bin'; rm -f libpng-config
  440. cd '/Users/molly/yt-x86_64/bin';\
  441. ln -s libpng16-config libpng-config
  442. + cd /Users/molly/yt-x86_64/lib
  443. + for ext in a la so so.16.3 sl dylib dll.a
  444. + rm -f libpng.a
  445. + test -f libpng16.a
  446. + ln -s libpng16.a libpng.a
  447. + for ext in a la so so.16.3 sl dylib dll.a
  448. + rm -f libpng.la
  449. + test -f libpng16.la
  450. + ln -s libpng16.la libpng.la
  451. + for ext in a la so so.16.3 sl dylib dll.a
  452. + rm -f libpng.so
  453. + test -f libpng16.so
  454. + for ext in a la so so.16.3 sl dylib dll.a
  455. + rm -f libpng.so.16.3
  456. + test -f libpng16.so.16.3
  457. + for ext in a la so so.16.3 sl dylib dll.a
  458. + rm -f libpng.sl
  459. + test -f libpng16.sl
  460. + for ext in a la so so.16.3 sl dylib dll.a
  461. + rm -f libpng.dylib
  462. + test -f libpng16.dylib
  463. + ln -s libpng16.dylib libpng.dylib
  464. + for ext in a la so so.16.3 sl dylib dll.a
  465. + rm -f libpng.dll.a
  466. + test -f libpng16.dll.a
  467. make[2]: Leaving directory `/Users/molly/yt-x86_64/src/libpng-1.6.3'
  468. /sw/bin/gmkdir -p '/Users/molly/yt-x86_64/share/man/man3'
  469. /sw/bin/ginstall -c -m 644 libpng.3 libpngpf.3 '/Users/molly/yt-x86_64/share/man/man3'
  470. /sw/bin/gmkdir -p '/Users/molly/yt-x86_64/share/man/man5'
  471. /sw/bin/ginstall -c -m 644 png.5 '/Users/molly/yt-x86_64/share/man/man5'
  472. /sw/bin/gmkdir -p '/Users/molly/yt-x86_64/include/libpng16'
  473. /sw/bin/ginstall -c -m 644 pnglibconf.h '/Users/molly/yt-x86_64/include/libpng16'
  474. /sw/bin/gmkdir -p '/Users/molly/yt-x86_64/lib/pkgconfig'
  475. /sw/bin/ginstall -c -m 644 libpng16.pc '/Users/molly/yt-x86_64/lib/pkgconfig'
  476. /sw/bin/gmkdir -p '/Users/molly/yt-x86_64/include/libpng16'
  477. /sw/bin/ginstall -c -m 644 png.h pngconf.h '/Users/molly/yt-x86_64/include/libpng16'
  478. make install-data-hook
  479. make[2]: Entering directory `/Users/molly/yt-x86_64/src/libpng-1.6.3'
  480. cd '/Users/molly/yt-x86_64/include'; rm -f png.h pngconf.h pnglibconf.h
  481. cd '/Users/molly/yt-x86_64/include'; ln -s libpng16/png.h png.h
  482. cd '/Users/molly/yt-x86_64/include'; ln -s libpng16/pngconf.h \
  483. pngconf.h
  484. cd '/Users/molly/yt-x86_64/include'; ln -s libpng16/pnglibconf.h \
  485. pnglibconf.h
  486. cd '/Users/molly/yt-x86_64/lib/pkgconfig'; rm -f libpng.pc
  487. cd '/Users/molly/yt-x86_64/lib/pkgconfig'; ln -s libpng16.pc libpng.pc
  488. make[2]: Leaving directory `/Users/molly/yt-x86_64/src/libpng-1.6.3'
  489. make[1]: Leaving directory `/Users/molly/yt-x86_64/src/libpng-1.6.3'
  490. rm -f pngfix png-fix-itxt
  491. rm -f pngtest pngunknown pngstest pngvalid
  492. test -z "*.tf? pngout.png libpng16.pc libpng16-config libpng.vers libpng.sym check.new pnglibconf.* pngprefix.h symbols.new pngtest-log.txt scripts/*.out scripts/*.chk scripts/pnglibconf.dfn" || rm -f *.tf? pngout.png libpng16.pc libpng16-config libpng.vers libpng.sym check.new pnglibconf.* pngprefix.h symbols.new pngtest-log.txt scripts/*.out scripts/*.chk scripts/pnglibconf.dfn
  493. test -z "libpng16.la" || rm -f libpng16.la
  494. rm -f ./so_locations
  495. rm -rf .libs _libs
  496. rm -f *.o
  497. test -z "tests/pngtest.log tests/pngvalid-gamma-16-to-8.log tests/pngvalid-gamma-alpha-mode.log tests/pngvalid-gamma-background.log tests/pngvalid-gamma-expand16-alpha-mode.log tests/pngvalid-gamma-expand16-background.log tests/pngvalid-gamma-expand16-transform.log tests/pngvalid-gamma-sbit.log tests/pngvalid-gamma-threshold.log tests/pngvalid-gamma-transform.log tests/pngvalid-progressive-interlace-size.log tests/pngvalid-progressive-interlace-standard.log tests/pngvalid-progressive-interlace-transform.log tests/pngvalid-progressive-standard.log tests/pngvalid-standard.log tests/pngstest-0g01.log tests/pngstest-0g02.log tests/pngstest-0g04.log tests/pngstest-0g08.log tests/pngstest-0g16.log tests/pngstest-2c08.log tests/pngstest-2c16.log tests/pngstest-3p01.log tests/pngstest-3p02.log tests/pngstest-3p04.log tests/pngstest-3p08.log tests/pngstest-4a08.log tests/pngstest-4a16.log tests/pngstest-6a08.log tests/pngstest-6a16.log tests/pngstest-error.log tests/pngunknown-IDAT.log tests/pngunknown-discard.log tests/pngunknown-if-safe.log tests/pngunknown-sAPI.log tests/pngunknown-sTER.log tests/pngunknown-save.log tests/pngunknown-vpAg.log" || rm -f tests/pngtest.log tests/pngvalid-gamma-16-to-8.log tests/pngvalid-gamma-alpha-mode.log tests/pngvalid-gamma-background.log tests/pngvalid-gamma-expand16-alpha-mode.log tests/pngvalid-gamma-expand16-background.log tests/pngvalid-gamma-expand16-transform.log tests/pngvalid-gamma-sbit.log tests/pngvalid-gamma-threshold.log tests/pngvalid-gamma-transform.log tests/pngvalid-progressive-interlace-size.log tests/pngvalid-progressive-interlace-standard.log tests/pngvalid-progressive-interlace-transform.log tests/pngvalid-progressive-standard.log tests/pngvalid-standard.log tests/pngstest-0g01.log tests/pngstest-0g02.log tests/pngstest-0g04.log tests/pngstest-0g08.log tests/pngstest-0g16.log tests/pngstest-2c08.log tests/pngstest-2c16.log tests/pngstest-3p01.log tests/pngstest-3p02.log tests/pngstest-3p04.log tests/pngstest-3p08.log tests/pngstest-4a08.log tests/pngstest-4a16.log tests/pngstest-6a08.log tests/pngstest-6a16.log tests/pngstest-error.log tests/pngunknown-IDAT.log tests/pngunknown-discard.log tests/pngunknown-if-safe.log tests/pngunknown-sAPI.log tests/pngunknown-sTER.log tests/pngunknown-save.log tests/pngunknown-vpAg.log
  498. test -z "tests/pngtest.trs tests/pngvalid-gamma-16-to-8.trs tests/pngvalid-gamma-alpha-mode.trs tests/pngvalid-gamma-background.trs tests/pngvalid-gamma-expand16-alpha-mode.trs tests/pngvalid-gamma-expand16-background.trs tests/pngvalid-gamma-expand16-transform.trs tests/pngvalid-gamma-sbit.trs tests/pngvalid-gamma-threshold.trs tests/pngvalid-gamma-transform.trs tests/pngvalid-progressive-interlace-size.trs tests/pngvalid-progressive-interlace-standard.trs tests/pngvalid-progressive-interlace-transform.trs tests/pngvalid-progressive-standard.trs tests/pngvalid-standard.trs tests/pngstest-0g01.trs tests/pngstest-0g02.trs tests/pngstest-0g04.trs tests/pngstest-0g08.trs tests/pngstest-0g16.trs tests/pngstest-2c08.trs tests/pngstest-2c16.trs tests/pngstest-3p01.trs tests/pngstest-3p02.trs tests/pngstest-3p04.trs tests/pngstest-3p08.trs tests/pngstest-4a08.trs tests/pngstest-4a16.trs tests/pngstest-6a08.trs tests/pngstest-6a16.trs tests/pngstest-error.trs tests/pngunknown-IDAT.trs tests/pngunknown-discard.trs tests/pngunknown-if-safe.trs tests/pngunknown-sAPI.trs tests/pngunknown-sTER.trs tests/pngunknown-save.trs tests/pngunknown-vpAg.trs" || rm -f tests/pngtest.trs tests/pngvalid-gamma-16-to-8.trs tests/pngvalid-gamma-alpha-mode.trs tests/pngvalid-gamma-background.trs tests/pngvalid-gamma-expand16-alpha-mode.trs tests/pngvalid-gamma-expand16-background.trs tests/pngvalid-gamma-expand16-transform.trs tests/pngvalid-gamma-sbit.trs tests/pngvalid-gamma-threshold.trs tests/pngvalid-gamma-transform.trs tests/pngvalid-progressive-interlace-size.trs tests/pngvalid-progressive-interlace-standard.trs tests/pngvalid-progressive-interlace-transform.trs tests/pngvalid-progressive-standard.trs tests/pngvalid-standard.trs tests/pngstest-0g01.trs tests/pngstest-0g02.trs tests/pngstest-0g04.trs tests/pngstest-0g08.trs tests/pngstest-0g16.trs tests/pngstest-2c08.trs tests/pngstest-2c16.trs tests/pngstest-3p01.trs tests/pngstest-3p02.trs tests/pngstest-3p04.trs tests/pngstest-3p08.trs tests/pngstest-4a08.trs tests/pngstest-4a16.trs tests/pngstest-6a08.trs tests/pngstest-6a16.trs tests/pngstest-error.trs tests/pngunknown-IDAT.trs tests/pngunknown-discard.trs tests/pngunknown-if-safe.trs tests/pngunknown-sAPI.trs tests/pngunknown-sTER.trs tests/pngunknown-save.trs tests/pngunknown-vpAg.trs
  499. test -z "test-suite.log" || rm -f test-suite.log
  500. rm -f *.lo
  501.  
  502. FreeType build system -- automatic system detection
  503.  
  504. The following settings are used:
  505.  
  506. platform unix
  507. compiler cc
  508. configuration directory ./builds/unix
  509. configuration rules ./builds/unix/unix.mk
  510.  
  511. If this does not correspond to your system or settings please remove the file
  512. `config.mk' from this directory then read the INSTALL file for help.
  513.  
  514. Otherwise, simply type `make' again to build the library,
  515. or `make refdoc' to build the API reference (the latter needs python).
  516.  
  517. Generating modules list in ./objs/ftmodule.h...
  518. * module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
  519. * module: type1 (Postscript font files with extension *.pfa or *.pfb)
  520. * module: cff (OpenType fonts with extension *.otf)
  521. * module: cid (Postscript CID-keyed fonts, no known extension)
  522. * module: pfr (PFR/TrueDoc font files with extension *.pfr)
  523. * module: type42 (Type 42 font files with no known extension)
  524. * module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
  525. * module: pcf (pcf bitmap fonts)
  526. * module: bdf (bdf bitmap fonts)
  527. * module: sfnt (helper module for TrueType & OpenType formats)
  528. * module: autofit (automatic hinting module)
  529. * module: pshinter (Postscript hinter module)
  530. * module: raster (monochrome bitmap renderer)
  531. * module: smooth (anti-aliased bitmap renderer)
  532. * module: smooth (anti-aliased bitmap renderer for LCDs)
  533. * module: smooth (anti-aliased bitmap renderer for vertical LCDs)
  534. * module: psaux (Postscript Type 1 & Type 2 helper module)
  535. * module: psnames (Postscript & Unicode Glyph name handling)
  536. done.
  537. cd builds/unix; /bin/sh ./configure 'CFLAGS=-I/Users/molly/yt-x86_64/include' '--prefix=/Users/molly/yt-x86_64/'
  538. checking build system type... x86_64-apple-darwin13.4.0
  539. checking host system type... x86_64-apple-darwin13.4.0
  540. checking for gcc... cc
  541. checking whether the C compiler works... yes
  542. checking for C compiler default output file name... a.out
  543. checking for suffix of executables...
  544. checking whether we are cross compiling... no
  545. checking for suffix of object files... o
  546. checking whether we are using the GNU C compiler... yes
  547. checking whether cc accepts -g... yes
  548. checking for cc option to accept ISO C89... none needed
  549. checking how to run the C preprocessor... cc -E
  550. checking for rmdir... rmdir
  551. checking for a BSD-compatible install... /sw/bin/ginstall -c
  552. checking for grep that handles long lines and -e... /sw/bin/grep
  553. checking for egrep... /sw/bin/grep -E
  554. checking for ANSI C header files... yes
  555. checking for sys/types.h... yes
  556. checking for sys/stat.h... yes
  557. checking for stdlib.h... yes
  558. checking for string.h... yes
  559. checking for memory.h... yes
  560. checking for strings.h... yes
  561. checking for inttypes.h... yes
  562. checking for stdint.h... yes
  563. checking for unistd.h... yes
  564. checking fcntl.h usability... yes
  565. checking fcntl.h presence... yes
  566. checking for fcntl.h... yes
  567. checking for unistd.h... (cached) yes
  568. checking for an ANSI C-conforming const... yes
  569. checking size of int... 4
  570. checking size of long... 8
  571. checking whether cpp computation of bit length in ftconfig.in works... yes
  572. checking for stdlib.h... (cached) yes
  573. checking for unistd.h... (cached) yes
  574. checking for sys/param.h... yes
  575. checking for getpagesize... yes
  576. checking for working mmap... yes
  577. checking whether munmap is declared... yes
  578. checking for munmap's first parameter type... void *
  579. checking for memcpy... yes
  580. checking for memmove... yes
  581. checking gcc compiler flag -pedantic to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
  582. checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
  583. checking for gzsetparams in -lz... yes
  584. checking zlib.h usability... yes
  585. checking zlib.h presence... yes
  586. checking for zlib.h... yes
  587. checking for BZ2_bzDecompress in -lbz2... yes
  588. checking bzlib.h usability... yes
  589. checking bzlib.h presence... yes
  590. checking for bzlib.h... yes
  591. checking how to print strings... printf
  592. checking for a sed that does not truncate output... /sw/bin/sed
  593. checking for fgrep... /sw/bin/grep -F
  594. checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  595. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  596. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  597. checking the name lister (/usr/bin/nm) interface... BSD nm
  598. checking whether ln -s works... yes
  599. checking the maximum length of command line arguments... 196608
  600. checking whether the shell understands some XSI constructs... yes
  601. checking whether the shell understands "+="... yes
  602. checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
  603. checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
  604. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  605. checking for objdump... no
  606. checking how to recognize dependent libraries... pass_all
  607. checking for dlltool... no
  608. checking how to associate runtime and link libraries... printf %s\n
  609. checking for ar... ar
  610. checking for archiver @FILE support... no
  611. checking for strip... strip
  612. checking for ranlib... ranlib
  613. checking for gawk... gawk
  614. checking command to parse /usr/bin/nm output from cc object... ok
  615. checking for sysroot... no
  616. checking for mt... no
  617. checking if : is a manifest tool... no
  618. checking for dsymutil... dsymutil
  619. checking for nmedit... nmedit
  620. checking for lipo... lipo
  621. checking for otool... otool
  622. checking for otool64... no
  623. checking for -single_module linker flag... yes
  624. checking for -exported_symbols_list linker flag... yes
  625. checking for -force_load linker flag... yes
  626. checking for dlfcn.h... yes
  627. checking for objdir... .libs
  628. checking if cc supports -fno-rtti -fno-exceptions... yes
  629. checking for cc option to produce PIC... -fno-common -DPIC
  630. checking if cc PIC flag -fno-common -DPIC works... yes
  631. checking if cc static flag -static works... no
  632. checking if cc supports -c -o file.o... yes
  633. checking if cc supports -c -o file.o... (cached) yes
  634. checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  635. checking dynamic linker characteristics... darwin13.4.0 dyld
  636. checking how to hardcode library paths into programs... immediate
  637. checking whether stripping libraries is possible... yes
  638. checking if libtool supports shared libraries... yes
  639. checking whether to build shared libraries... yes
  640. checking whether to build static libraries... yes
  641. configure: creating ./config.status
  642. config.status: creating unix-cc.mk
  643. config.status: creating unix-def.mk
  644. config.status: creating ftconfig.h
  645. config.status: executing libtool commands
  646. make: Nothing to be done for `unix'.
  647. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsystem.lo builds/unix/ftsystem.c
  648. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftsystem.o
  649. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsystem.o >/dev/null 2>&1
  650. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftdebug.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftdebug.c
  651. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftdebug.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftdebug.o
  652. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftdebug.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftdebug.o >/dev/null 2>&1
  653. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftinit.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftinit.c
  654. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftinit.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftinit.o
  655. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftinit.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftinit.o >/dev/null 2>&1
  656. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbase.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbase.c
  657. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbase.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbase.o
  658. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbase.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbase.o >/dev/null 2>&1
  659. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbbox.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbbox.c
  660. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbbox.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbbox.o
  661. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbbox.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbbox.o >/dev/null 2>&1
  662. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbdf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbdf.c
  663. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbdf.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbdf.o
  664. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbdf.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbdf.o >/dev/null 2>&1
  665. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbitmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbitmap.c
  666. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbitmap.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbitmap.o
  667. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftbitmap.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbitmap.o >/dev/null 2>&1
  668. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcid.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftcid.c
  669. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftcid.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftcid.o
  670. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftcid.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcid.o >/dev/null 2>&1
  671. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftfstype.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftfstype.c
  672. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftfstype.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftfstype.o
  673. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftfstype.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftfstype.o >/dev/null 2>&1
  674. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgasp.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftgasp.c
  675. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftgasp.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftgasp.o
  676. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftgasp.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgasp.o >/dev/null 2>&1
  677. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftglyph.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftglyph.c
  678. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftglyph.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftglyph.o
  679. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftglyph.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftglyph.o >/dev/null 2>&1
  680. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgxval.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftgxval.c
  681. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftgxval.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftgxval.o
  682. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftgxval.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgxval.o >/dev/null 2>&1
  683. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlcdfil.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftlcdfil.c
  684. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftlcdfil.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftlcdfil.o
  685. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftlcdfil.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlcdfil.o >/dev/null 2>&1
  686. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmm.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftmm.c
  687. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftmm.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftmm.o
  688. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftmm.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmm.o >/dev/null 2>&1
  689. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftotval.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftotval.c
  690. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftotval.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftotval.o
  691. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftotval.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftotval.o >/dev/null 2>&1
  692. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpatent.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftpatent.c
  693. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftpatent.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftpatent.o
  694. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftpatent.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpatent.o >/dev/null 2>&1
  695. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpfr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftpfr.c
  696. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftpfr.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftpfr.o
  697. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftpfr.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpfr.o >/dev/null 2>&1
  698. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstroke.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftstroke.c
  699. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftstroke.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftstroke.o
  700. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftstroke.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstroke.o >/dev/null 2>&1
  701. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsynth.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftsynth.c
  702. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftsynth.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftsynth.o
  703. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftsynth.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsynth.o >/dev/null 2>&1
  704. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttype1.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/fttype1.c
  705. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/fttype1.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/fttype1.o
  706. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/fttype1.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttype1.o >/dev/null 2>&1
  707. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftwinfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftwinfnt.c
  708. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftwinfnt.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftwinfnt.o
  709. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftwinfnt.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftwinfnt.o >/dev/null 2>&1
  710. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftxf86.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftxf86.c
  711. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftxf86.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftxf86.o
  712. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/base /Users/molly/yt-x86_64/src/freetype-2.4.12/src/base/ftxf86.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftxf86.o >/dev/null 2>&1
  713. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/truetype -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/truetype.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/truetype/truetype.c
  714. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/truetype /Users/molly/yt-x86_64/src/freetype-2.4.12/src/truetype/truetype.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/truetype.o
  715. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/truetype /Users/molly/yt-x86_64/src/freetype-2.4.12/src/truetype/truetype.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/truetype.o >/dev/null 2>&1
  716. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/type1 -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/type1/type1.c
  717. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/type1 /Users/molly/yt-x86_64/src/freetype-2.4.12/src/type1/type1.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/type1.o
  718. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/type1 /Users/molly/yt-x86_64/src/freetype-2.4.12/src/type1/type1.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1.o >/dev/null 2>&1
  719. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cff -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cff.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cff/cff.c
  720. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cff /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cff/cff.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/cff.o
  721. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cff /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cff/cff.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cff.o >/dev/null 2>&1
  722. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cid -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1cid.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cid/type1cid.c
  723. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cid /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cid/type1cid.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/type1cid.o
  724. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cid /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cid/type1cid.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1cid.o >/dev/null 2>&1
  725. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pfr -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pfr/pfr.c
  726. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pfr /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pfr/pfr.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/pfr.o
  727. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pfr /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pfr/pfr.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfr.o >/dev/null 2>&1
  728. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/type42 -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type42.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/type42/type42.c
  729. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/type42 /Users/molly/yt-x86_64/src/freetype-2.4.12/src/type42/type42.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/type42.o
  730. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/type42 /Users/molly/yt-x86_64/src/freetype-2.4.12/src/type42/type42.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type42.o >/dev/null 2>&1
  731. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/winfonts -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/winfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/winfonts/winfnt.c
  732. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/winfonts /Users/molly/yt-x86_64/src/freetype-2.4.12/src/winfonts/winfnt.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/winfnt.o
  733. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/winfonts /Users/molly/yt-x86_64/src/freetype-2.4.12/src/winfonts/winfnt.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/winfnt.o >/dev/null 2>&1
  734. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pcf -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pcf/pcf.c
  735. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pcf /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pcf/pcf.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/pcf.o
  736. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pcf /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pcf/pcf.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcf.o >/dev/null 2>&1
  737. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/bdf -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/bdf/bdf.c
  738. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/bdf /Users/molly/yt-x86_64/src/freetype-2.4.12/src/bdf/bdf.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/bdf.o
  739. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/bdf /Users/molly/yt-x86_64/src/freetype-2.4.12/src/bdf/bdf.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdf.o >/dev/null 2>&1
  740. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c
  741. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/sfnt.o
  742. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  743. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:552:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  744. FT_FRAME_LONG ( Created[0] ),
  745. ^ ~~~
  746. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:120:34: note: expanded from macro 'FT_FRAME_LONG'
  747. #define FT_FRAME_LONG( f ) FT_FRAME_FIELD( ft_frame_long_be, f )
  748. ^
  749. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  750. FT_FIELD_OFFSET( field ) \
  751. ^
  752. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  753. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  754. ^
  755. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  756. #define offsetof(t, d) __builtin_offsetof(t, d)
  757. ^
  758. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  759. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:553:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  760. FT_FRAME_LONG ( Created[1] ),
  761. ^ ~~~
  762. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:120:34: note: expanded from macro 'FT_FRAME_LONG'
  763. #define FT_FRAME_LONG( f ) FT_FRAME_FIELD( ft_frame_long_be, f )
  764. ^
  765. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  766. FT_FIELD_OFFSET( field ) \
  767. ^
  768. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  769. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  770. ^
  771. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  772. #define offsetof(t, d) __builtin_offsetof(t, d)
  773. ^
  774. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  775. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:554:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  776. FT_FRAME_LONG ( Modified[0] ),
  777. ^ ~~~
  778. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:120:34: note: expanded from macro 'FT_FRAME_LONG'
  779. #define FT_FRAME_LONG( f ) FT_FRAME_FIELD( ft_frame_long_be, f )
  780. ^
  781. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  782. FT_FIELD_OFFSET( field ) \
  783. ^
  784. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  785. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  786. ^
  787. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  788. #define offsetof(t, d) __builtin_offsetof(t, d)
  789. ^
  790. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  791. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:555:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  792. FT_FRAME_LONG ( Modified[1] ),
  793. ^ ~~~
  794. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:120:34: note: expanded from macro 'FT_FRAME_LONG'
  795. #define FT_FRAME_LONG( f ) FT_FRAME_FIELD( ft_frame_long_be, f )
  796. ^
  797. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  798. FT_FIELD_OFFSET( field ) \
  799. ^
  800. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  801. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  802. ^
  803. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  804. #define offsetof(t, d) __builtin_offsetof(t, d)
  805. ^
  806. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  807. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:979:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  808. FT_FRAME_BYTE ( panose[0] ),
  809. ^ ~~~
  810. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  811. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  812. ^
  813. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  814. FT_FIELD_OFFSET( field ) \
  815. ^
  816. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  817. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  818. ^
  819. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  820. #define offsetof(t, d) __builtin_offsetof(t, d)
  821. ^
  822. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  823. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:980:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  824. FT_FRAME_BYTE ( panose[1] ),
  825. ^ ~~~
  826. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  827. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  828. ^
  829. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  830. FT_FIELD_OFFSET( field ) \
  831. ^
  832. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  833. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  834. ^
  835. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  836. #define offsetof(t, d) __builtin_offsetof(t, d)
  837. ^
  838. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  839. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:981:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  840. FT_FRAME_BYTE ( panose[2] ),
  841. ^ ~~~
  842. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  843. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  844. ^
  845. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  846. FT_FIELD_OFFSET( field ) \
  847. ^
  848. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  849. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  850. ^
  851. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  852. #define offsetof(t, d) __builtin_offsetof(t, d)
  853. ^
  854. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  855. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:982:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  856. FT_FRAME_BYTE ( panose[3] ),
  857. ^ ~~~
  858. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  859. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  860. ^
  861. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  862. FT_FIELD_OFFSET( field ) \
  863. ^
  864. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  865. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  866. ^
  867. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  868. #define offsetof(t, d) __builtin_offsetof(t, d)
  869. ^
  870. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  871. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:983:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  872. FT_FRAME_BYTE ( panose[4] ),
  873. ^ ~~~
  874. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  875. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  876. ^
  877. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  878. FT_FIELD_OFFSET( field ) \
  879. ^
  880. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  881. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  882. ^
  883. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  884. #define offsetof(t, d) __builtin_offsetof(t, d)
  885. ^
  886. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  887. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:984:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  888. FT_FRAME_BYTE ( panose[5] ),
  889. ^ ~~~
  890. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  891. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  892. ^
  893. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  894. FT_FIELD_OFFSET( field ) \
  895. ^
  896. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  897. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  898. ^
  899. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  900. #define offsetof(t, d) __builtin_offsetof(t, d)
  901. ^
  902. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  903. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:985:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  904. FT_FRAME_BYTE ( panose[6] ),
  905. ^ ~~~
  906. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  907. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  908. ^
  909. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  910. FT_FIELD_OFFSET( field ) \
  911. ^
  912. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  913. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  914. ^
  915. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  916. #define offsetof(t, d) __builtin_offsetof(t, d)
  917. ^
  918. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  919. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:986:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  920. FT_FRAME_BYTE ( panose[7] ),
  921. ^ ~~~
  922. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  923. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  924. ^
  925. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  926. FT_FIELD_OFFSET( field ) \
  927. ^
  928. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  929. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  930. ^
  931. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  932. #define offsetof(t, d) __builtin_offsetof(t, d)
  933. ^
  934. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  935. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:987:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  936. FT_FRAME_BYTE ( panose[8] ),
  937. ^ ~~~
  938. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  939. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  940. ^
  941. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  942. FT_FIELD_OFFSET( field ) \
  943. ^
  944. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  945. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  946. ^
  947. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  948. #define offsetof(t, d) __builtin_offsetof(t, d)
  949. ^
  950. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  951. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:988:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  952. FT_FRAME_BYTE ( panose[9] ),
  953. ^ ~~~
  954. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  955. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  956. ^
  957. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  958. FT_FIELD_OFFSET( field ) \
  959. ^
  960. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  961. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  962. ^
  963. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  964. #define offsetof(t, d) __builtin_offsetof(t, d)
  965. ^
  966. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  967. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:993:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  968. FT_FRAME_BYTE ( achVendID[0] ),
  969. ^ ~~~
  970. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  971. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  972. ^
  973. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  974. FT_FIELD_OFFSET( field ) \
  975. ^
  976. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  977. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  978. ^
  979. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  980. #define offsetof(t, d) __builtin_offsetof(t, d)
  981. ^
  982. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  983. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:994:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  984. FT_FRAME_BYTE ( achVendID[1] ),
  985. ^ ~~~
  986. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  987. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  988. ^
  989. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  990. FT_FIELD_OFFSET( field ) \
  991. ^
  992. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  993. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  994. ^
  995. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  996. #define offsetof(t, d) __builtin_offsetof(t, d)
  997. ^
  998. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  999. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:995:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  1000. FT_FRAME_BYTE ( achVendID[2] ),
  1001. ^ ~~~
  1002. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  1003. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  1004. ^
  1005. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  1006. FT_FIELD_OFFSET( field ) \
  1007. ^
  1008. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  1009. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  1010. ^
  1011. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  1012. #define offsetof(t, d) __builtin_offsetof(t, d)
  1013. ^
  1014. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:23:
  1015. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttload.c:996:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  1016. FT_FRAME_BYTE ( achVendID[3] ),
  1017. ^ ~~~
  1018. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:126:34: note: expanded from macro 'FT_FRAME_BYTE'
  1019. #define FT_FRAME_BYTE( f ) FT_FRAME_FIELD( ft_frame_byte, f )
  1020. ^
  1021. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  1022. FT_FIELD_OFFSET( field ) \
  1023. ^
  1024. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  1025. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  1026. ^
  1027. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  1028. #define offsetof(t, d) __builtin_offsetof(t, d)
  1029. ^
  1030. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:24:
  1031. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttmtx.c:280:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  1032. FT_FRAME_SHORT ( Reserved[0] ),
  1033. ^ ~~~
  1034. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:122:34: note: expanded from macro 'FT_FRAME_SHORT'
  1035. #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f )
  1036. ^
  1037. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  1038. FT_FIELD_OFFSET( field ) \
  1039. ^
  1040. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  1041. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  1042. ^
  1043. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  1044. #define offsetof(t, d) __builtin_offsetof(t, d)
  1045. ^
  1046. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:24:
  1047. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttmtx.c:281:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  1048. FT_FRAME_SHORT ( Reserved[1] ),
  1049. ^ ~~~
  1050. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:122:34: note: expanded from macro 'FT_FRAME_SHORT'
  1051. #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f )
  1052. ^
  1053. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  1054. FT_FIELD_OFFSET( field ) \
  1055. ^
  1056. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  1057. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  1058. ^
  1059. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  1060. #define offsetof(t, d) __builtin_offsetof(t, d)
  1061. ^
  1062. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:24:
  1063. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttmtx.c:282:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  1064. FT_FRAME_SHORT ( Reserved[2] ),
  1065. ^ ~~~
  1066. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:122:34: note: expanded from macro 'FT_FRAME_SHORT'
  1067. #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f )
  1068. ^
  1069. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  1070. FT_FIELD_OFFSET( field ) \
  1071. ^
  1072. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  1073. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  1074. ^
  1075. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  1076. #define offsetof(t, d) __builtin_offsetof(t, d)
  1077. ^
  1078. In file included from /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c:24:
  1079. /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/ttmtx.c:283:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  1080. FT_FRAME_SHORT ( Reserved[3] ),
  1081. ^ ~~~
  1082. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:122:34: note: expanded from macro 'FT_FRAME_SHORT'
  1083. #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f )
  1084. ^
  1085. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:112:13: note: expanded from macro 'FT_FRAME_FIELD'
  1086. FT_FIELD_OFFSET( field ) \
  1087. ^
  1088. /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/internal/ftstream.h:106:24: note: expanded from macro 'FT_FIELD_OFFSET'
  1089. (FT_UShort)( offsetof( FT_STRUCTURE, f ) )
  1090. ^
  1091. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note: expanded from macro 'offsetof'
  1092. #define offsetof(t, d) __builtin_offsetof(t, d)
  1093. ^
  1094. 22 warnings generated.
  1095. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt /Users/molly/yt-x86_64/src/freetype-2.4.12/src/sfnt/sfnt.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfnt.o >/dev/null 2>&1
  1096. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/autofit -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/autofit.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/autofit/autofit.c
  1097. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/autofit /Users/molly/yt-x86_64/src/freetype-2.4.12/src/autofit/autofit.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/autofit.o
  1098. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/autofit /Users/molly/yt-x86_64/src/freetype-2.4.12/src/autofit/autofit.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/autofit.o >/dev/null 2>&1
  1099. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pshinter -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshinter.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pshinter/pshinter.c
  1100. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pshinter /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pshinter/pshinter.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/pshinter.o
  1101. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/pshinter /Users/molly/yt-x86_64/src/freetype-2.4.12/src/pshinter/pshinter.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshinter.o >/dev/null 2>&1
  1102. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/raster -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/raster.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/raster/raster.c
  1103. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/raster /Users/molly/yt-x86_64/src/freetype-2.4.12/src/raster/raster.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/raster.o
  1104. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/raster /Users/molly/yt-x86_64/src/freetype-2.4.12/src/raster/raster.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/raster.o >/dev/null 2>&1
  1105. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/smooth -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/smooth.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/smooth/smooth.c
  1106. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/smooth /Users/molly/yt-x86_64/src/freetype-2.4.12/src/smooth/smooth.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/smooth.o
  1107. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/smooth /Users/molly/yt-x86_64/src/freetype-2.4.12/src/smooth/smooth.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/smooth.o >/dev/null 2>&1
  1108. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cache -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcache.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cache/ftcache.c
  1109. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cache /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cache/ftcache.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftcache.o
  1110. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/cache /Users/molly/yt-x86_64/src/freetype-2.4.12/src/cache/ftcache.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcache.o >/dev/null 2>&1
  1111. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgzip.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/gzip/ftgzip.c
  1112. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/molly/yt-x86_64/src/freetype-2.4.12/src/gzip/ftgzip.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftgzip.o
  1113. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/molly/yt-x86_64/src/freetype-2.4.12/src/gzip/ftgzip.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgzip.o >/dev/null 2>&1
  1114. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/lzw -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlzw.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/lzw/ftlzw.c
  1115. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/lzw /Users/molly/yt-x86_64/src/freetype-2.4.12/src/lzw/ftlzw.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftlzw.o
  1116. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/lzw /Users/molly/yt-x86_64/src/freetype-2.4.12/src/lzw/ftlzw.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlzw.o >/dev/null 2>&1
  1117. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbzip2.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/bzip2/ftbzip2.c
  1118. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/molly/yt-x86_64/src/freetype-2.4.12/src/bzip2/ftbzip2.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbzip2.o
  1119. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/molly/yt-x86_64/src/freetype-2.4.12/src/bzip2/ftbzip2.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbzip2.o >/dev/null 2>&1
  1120. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/psaux -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psaux.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/psaux/psaux.c
  1121. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/psaux /Users/molly/yt-x86_64/src/freetype-2.4.12/src/psaux/psaux.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/psaux.o
  1122. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/psaux /Users/molly/yt-x86_64/src/freetype-2.4.12/src/psaux/psaux.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psaux.o >/dev/null 2>&1
  1123. ./builds/unix/libtool --mode=compile cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/psnames -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psnames.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/src/psnames/psmodule.c
  1124. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/psnames /Users/molly/yt-x86_64/src/freetype-2.4.12/src/psnames/psmodule.c -fno-common -DPIC -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/psnames.o
  1125. libtool: compile: cc -pedantic -ansi -I/Users/molly/yt-x86_64/src/freetype-2.4.12/objs -I./builds/unix -I/Users/molly/yt-x86_64/src/freetype-2.4.12/include -c -Wall -I/Users/molly/yt-x86_64/include -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/molly/yt-x86_64/src/freetype-2.4.12/src/psnames /Users/molly/yt-x86_64/src/freetype-2.4.12/src/psnames/psmodule.c -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psnames.o >/dev/null 2>&1
  1126. cc -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/apinames /Users/molly/yt-x86_64/src/freetype-2.4.12/src/tools/apinames.c
  1127. /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/apinames -o/Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftexport.sym /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ttnameid.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftimage.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/fttrigon.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/fterrdef.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ttunpat.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/tttags.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftsnames.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftgasp.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftmoderr.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftcffdrv.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftxf86.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftbbox.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftadvanc.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftmm.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftautoh.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftotval.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/fttypes.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/freetype.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftmac.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftwinfnt.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftgzip.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftgxval.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftcache.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftbdf.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftchapters.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftincrem.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftlist.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftbzip2.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftlzw.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftrender.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftsizes.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftpfr.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftlcdfil.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftsynth.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftoutln.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftsystem.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftmodapi.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftbitmap.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftglyph.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/fterrors.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/t1tables.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftstroke.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftcid.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/tttables.h
  1128. ./builds/unix/libtool --mode=link cc -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/libfreetype.la /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsystem.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftdebug.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftinit.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbase.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbbox.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbdf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbitmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcid.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftfstype.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgasp.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftglyph.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgxval.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlcdfil.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmm.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftotval.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpatent.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpfr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstroke.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsynth.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttype1.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftwinfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftxf86.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/truetype.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cff.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1cid.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type42.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/winfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/autofit.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshinter.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/raster.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/smooth.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcache.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgzip.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlzw.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbzip2.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psaux.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psnames.lo -rpath /Users/molly/yt-x86_64/lib -version-info 16:1:10 -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -lz -lbz2 -no-undefined
  1129. libtool: link: cc -dynamiclib -o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/libfreetype.6.dylib /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftsystem.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftdebug.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftinit.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbase.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbbox.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbdf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbitmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftcid.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftfstype.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftgasp.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftglyph.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftgxval.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftlcdfil.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftmm.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftotval.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftpatent.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftpfr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftstroke.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftsynth.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/fttype1.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftwinfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftxf86.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/truetype.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/type1.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/cff.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/type1cid.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/pfr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/type42.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/winfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/pcf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/bdf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/sfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/autofit.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/pshinter.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/raster.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/smooth.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftcache.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftgzip.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftlzw.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/ftbzip2.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/psaux.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/psnames.o -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -lz -lbz2 -install_name /Users/molly/yt-x86_64/lib/libfreetype.6.dylib -compatibility_version 17 -current_version 17.1 -Wl,-single_module
  1130. ld: warning: directory not found for option '-L/Users/molly/yt-x86_64/lib64/'
  1131. libtool: link: (cd "/Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs" && rm -f "libfreetype.dylib" && ln -s "libfreetype.6.dylib" "libfreetype.dylib")
  1132. libtool: link: ar cru /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/libfreetype.a /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsystem.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftdebug.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftinit.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbase.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbbox.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbdf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbitmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcid.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftfstype.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgasp.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftglyph.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgxval.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlcdfil.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmm.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftotval.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpatent.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpfr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstroke.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsynth.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttype1.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftwinfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftxf86.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/truetype.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cff.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1cid.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type42.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/winfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/autofit.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshinter.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/raster.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/smooth.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcache.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgzip.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlzw.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbzip2.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psaux.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psnames.o
  1133. libtool: link: ranlib /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/libfreetype.a
  1134. libtool: link: ( cd "/Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" )
  1135. rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp
  1136. sed -e 's|%FT2_EXTRA_LIBS%||' \
  1137. -e 's|%LIBBZ2%|-lbz2|' \
  1138. -e 's|%LIBZ%|-lz|' \
  1139. -e 's|%build_libtool_libs%||' \
  1140. -e 's|%exec_prefix%|/Users/molly/yt-x86_64|' \
  1141. -e 's|%ft_version%|16.1.10|' \
  1142. -e 's|%includedir%|/Users/molly/yt-x86_64/include|' \
  1143. -e 's|%libdir%|/Users/molly/yt-x86_64/lib|' \
  1144. -e 's|%prefix%|/Users/molly/yt-x86_64|' \
  1145. /Users/molly/yt-x86_64/src/freetype-2.4.12/builds/unix/freetype-config.in \
  1146. > builds/unix/freetype-config.tmp
  1147. chmod +x builds/unix/freetype-config.tmp
  1148. chmod a-w builds/unix/freetype-config.tmp
  1149. mv builds/unix/freetype-config.tmp builds/unix/freetype-config
  1150. rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp
  1151. sed -e 's|%FT2_EXTRA_LIBS%||' \
  1152. -e 's|%LIBBZ2%|-lbz2|' \
  1153. -e 's|%LIBZ%|-lz|' \
  1154. -e 's|%build_libtool_libs%||' \
  1155. -e 's|%exec_prefix%|/Users/molly/yt-x86_64|' \
  1156. -e 's|%ft_version%|16.1.10|' \
  1157. -e 's|%includedir%|/Users/molly/yt-x86_64/include|' \
  1158. -e 's|%libdir%|/Users/molly/yt-x86_64/lib|' \
  1159. -e 's|%prefix%|/Users/molly/yt-x86_64|' \
  1160. /Users/molly/yt-x86_64/src/freetype-2.4.12/builds/unix/freetype2.in \
  1161. > builds/unix/freetype2.pc.tmp
  1162. chmod +x builds/unix/freetype2.pc.tmp
  1163. chmod a-w builds/unix/freetype2.pc.tmp
  1164. mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc
  1165. ./builds/unix/mkinstalldirs /Users/molly/yt-x86_64/lib \
  1166. /Users/molly/yt-x86_64/lib/pkgconfig \
  1167. /Users/molly/yt-x86_64/include/freetype2/freetype/config \
  1168. /Users/molly/yt-x86_64/include/freetype2/freetype/cache \
  1169. /Users/molly/yt-x86_64/bin \
  1170. /Users/molly/yt-x86_64/share/aclocal
  1171. mkdir /Users/molly/yt-x86_64/include/freetype2
  1172. mkdir /Users/molly/yt-x86_64/include/freetype2/freetype
  1173. mkdir /Users/molly/yt-x86_64/include/freetype2/freetype/config
  1174. mkdir /Users/molly/yt-x86_64/include/freetype2/freetype/cache
  1175. mkdir /Users/molly/yt-x86_64/share/aclocal
  1176. ./builds/unix/libtool --mode=install /sw/bin/ginstall -c \
  1177. /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/libfreetype.la /Users/molly/yt-x86_64/lib
  1178. libtool: install: /sw/bin/ginstall -c /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/libfreetype.6.dylib /Users/molly/yt-x86_64/lib/libfreetype.6.dylib
  1179. libtool: install: (cd /Users/molly/yt-x86_64/lib && { ln -s -f libfreetype.6.dylib libfreetype.dylib || { rm -f libfreetype.dylib && ln -s libfreetype.6.dylib libfreetype.dylib; }; })
  1180. libtool: install: /sw/bin/ginstall -c /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/libfreetype.lai /Users/molly/yt-x86_64/lib/libfreetype.la
  1181. libtool: install: /sw/bin/ginstall -c /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/.libs/libfreetype.a /Users/molly/yt-x86_64/lib/libfreetype.a
  1182. libtool: install: chmod 644 /Users/molly/yt-x86_64/lib/libfreetype.a
  1183. libtool: install: ranlib /Users/molly/yt-x86_64/lib/libfreetype.a
  1184. for P in /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ttnameid.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftimage.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/fttrigon.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/fterrdef.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ttunpat.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/tttags.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftsnames.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftgasp.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftmoderr.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftcffdrv.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftxf86.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftbbox.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftadvanc.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftmm.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftautoh.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftotval.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/fttypes.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/freetype.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftmac.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftwinfnt.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftgzip.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftgxval.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftcache.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftbdf.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftchapters.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftincrem.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftlist.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftbzip2.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftlzw.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftrender.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftsizes.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftpfr.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftlcdfil.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftsynth.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftoutln.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftsystem.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftmodapi.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftbitmap.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftglyph.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/fterrors.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/t1tables.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftstroke.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/ftcid.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/tttables.h ; do \
  1185. /sw/bin/ginstall -c -m 644 \
  1186. $P /Users/molly/yt-x86_64/include/freetype2/freetype ; \
  1187. done
  1188. for P in /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/config/ftheader.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/config/ftoption.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/config/ftmodule.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/config/ftconfig.h /Users/molly/yt-x86_64/src/freetype-2.4.12/include/freetype/config/ftstdlib.h /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmodule.h ; do \
  1189. /sw/bin/ginstall -c -m 644 \
  1190. $P /Users/molly/yt-x86_64/include/freetype2/freetype/config ; \
  1191. done
  1192. rm -f /Users/molly/yt-x86_64/include/freetype2/freetype/cache/*
  1193. rmdir /Users/molly/yt-x86_64/include/freetype2/freetype/cache
  1194. rm -f /Users/molly/yt-x86_64/include/freetype2/freetype/internal/*
  1195. rmdir /Users/molly/yt-x86_64/include/freetype2/freetype/internal
  1196. rmdir: /Users/molly/yt-x86_64/include/freetype2/freetype/internal: No such file or directory
  1197. make: [install] Error 1 (ignored)
  1198. /sw/bin/ginstall -c -m 644 ./builds/unix/ft2unix.h \
  1199. /Users/molly/yt-x86_64/include/ft2build.h
  1200. /sw/bin/ginstall -c -m 644 ./builds/unix/ftconfig.h \
  1201. /Users/molly/yt-x86_64/include/freetype2/freetype/config/ftconfig.h
  1202. /sw/bin/ginstall -c -m 644 /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmodule.h \
  1203. /Users/molly/yt-x86_64/include/freetype2/freetype/config/ftmodule.h
  1204. /sw/bin/ginstall -c -m 755 ./builds/unix/freetype-config \
  1205. /Users/molly/yt-x86_64/bin/freetype-config
  1206. /sw/bin/ginstall -c -m 644 ./builds/unix/freetype2.m4 \
  1207. /Users/molly/yt-x86_64/share/aclocal/freetype2.m4
  1208. /sw/bin/ginstall -c -m 644 ./builds/unix/freetype2.pc \
  1209. /Users/molly/yt-x86_64/lib/pkgconfig/freetype2.pc
  1210. rm -f /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsystem.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftdebug.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftinit.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftadvanc.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcalc.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftdbgmem.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgloadr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftobjs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftoutln.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftrfork.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsnames.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstream.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttrigon.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftutil.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbbox.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbdf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbitmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcid.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftfstype.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgasp.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftglyph.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgxval.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlcdfil.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmm.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftotval.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpatent.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpfr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstroke.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsynth.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttype1.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftwinfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftxf86.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttdriver.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttgload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttgxvar.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttinterp.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttobjs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttpic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttpload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttsubpix.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1parse.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1load.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1driver.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1afm.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1gload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1objs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffcmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffdrivr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffgload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffobjs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffparse.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffpic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2arrst.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2blues.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2error.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2font.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2ft.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2hints.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2intrp.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2read.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2stack.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidparse.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidriver.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidgload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidobjs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrgload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrcmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrdrivr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrsbit.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrobjs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t42objs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t42parse.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t42drivr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/winfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcfdrivr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcfread.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcfutil.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdflib.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdfdrivr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttload.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttmtx.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttcmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttsbit.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttpost.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttkern.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttbdf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfobjs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfdriver.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfntpic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afangles.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afcjk.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afdummy.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afglobal.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afhints.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afindic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/aflatin.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afloader.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afmodule.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afpic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afwarp.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshalgo.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshglob.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshmod.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshpic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshrec.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftraster.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftrend1.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/rastpic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgrays.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsmooth.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftspic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcbasic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftccache.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftccmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcglyph.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcimage.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcmanag.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcmru.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcsbits.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgzip.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlzw.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbzip2.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psobjs.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1decode.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1cmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afmparse.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psconv.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psauxmod.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psmodule.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pspic.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbase.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbbox.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbdf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbitmap.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcid.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftfstype.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgasp.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftglyph.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgxval.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlcdfil.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmm.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftotval.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpatent.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpfr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstroke.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsynth.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttype1.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftwinfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftxf86.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/truetype.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cff.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1cid.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfr.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type42.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/winfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdf.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfnt.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/autofit.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshinter.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/raster.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/smooth.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcache.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgzip.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlzw.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbzip2.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psaux.lo /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psnames.lo
  1211. rm -f /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsystem.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftdebug.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftinit.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftadvanc.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcalc.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftdbgmem.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgloadr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftobjs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftoutln.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftrfork.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsnames.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstream.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttrigon.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftutil.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbbox.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbdf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbitmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcid.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftfstype.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgasp.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftglyph.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgxval.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlcdfil.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmm.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftotval.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpatent.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpfr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstroke.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsynth.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttype1.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftwinfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftxf86.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttdriver.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttgload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttgxvar.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttinterp.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttobjs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttpic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttpload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttsubpix.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1parse.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1load.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1driver.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1afm.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1gload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1objs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffcmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffdrivr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffgload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffobjs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffparse.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cffpic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2arrst.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2blues.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2error.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2font.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2ft.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2hints.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2intrp.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2read.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cf2stack.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidparse.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidriver.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidgload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cidobjs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrgload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrcmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrdrivr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrsbit.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfrobjs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t42objs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t42parse.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t42drivr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/winfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcfdrivr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcfread.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcfutil.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdflib.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdfdrivr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttload.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttmtx.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttcmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttsbit.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttpost.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttkern.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ttbdf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfobjs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfdriver.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfntpic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afangles.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afcjk.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afdummy.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afglobal.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afhints.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afindic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/aflatin.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afloader.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afmodule.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afpic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afwarp.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshalgo.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshglob.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshmod.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshpic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshrec.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftraster.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftrend1.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/rastpic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgrays.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsmooth.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftspic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcbasic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftccache.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftccmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcglyph.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcimage.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcmanag.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcmru.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcsbits.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgzip.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlzw.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbzip2.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psobjs.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1decode.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/t1cmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/afmparse.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psconv.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psauxmod.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psmodule.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pspic.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbase.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbbox.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbdf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbitmap.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcid.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftfstype.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgasp.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftglyph.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgxval.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlcdfil.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftmm.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftotval.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpatent.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftpfr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftstroke.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftsynth.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/fttype1.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftwinfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftxf86.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/truetype.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/cff.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type1cid.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pfr.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/type42.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/winfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pcf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/bdf.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/sfnt.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/autofit.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/pshinter.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/raster.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/smooth.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftcache.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftgzip.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftlzw.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftbzip2.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psaux.o /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/psnames.o \
  1212. /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/ftexport.sym /Users/molly/yt-x86_64/src/freetype-2.4.12/objs/apinames
  1213. checking for a BSD-compatible install... /sw/bin/ginstall -c
  1214. checking whether build environment is sane... yes
  1215. checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
  1216. checking for gawk... gawk
  1217. checking whether make sets $(MAKE)... yes
  1218. checking whether make supports nested variables... yes
  1219. checking whether make supports nested variables... (cached) yes
  1220. checking whether to enable maintainer-specific portions of Makefiles... no
  1221. checking build system type... i386-apple-darwin13.4.0
  1222. checking host system type... i386-apple-darwin13.4.0
  1223. checking shell variables initial values... done
  1224. checking if basename works... yes
  1225. checking if xargs works... yes
  1226. checking for cached host... none
  1227. checking for config i386-apple-darwin13.4.0... no
  1228. checking for config i386-apple-darwin13.4.0... no
  1229. checking for config apple-darwin13.4.0... no
  1230. checking for config apple-darwin13.4.0... no
  1231. checking for config i386-darwin13.4.0... no
  1232. checking for config i386-darwin13.4.0... no
  1233. checking for config i386-apple... no
  1234. checking for config darwin13.4.0... no
  1235. checking for config darwin13.4.0... no
  1236. checking for config apple... found
  1237. No match to get cc_version_info for cc
  1238. No match to get fc_version_info and flags for
  1239. No match to get cxx_version_info for
  1240. checking for config ./config/site-specific/host-oak.stsci.edu... no
  1241. checking for config ./config/site-specific/host-stsci.edu... no
  1242. checking for config ./config/site-specific/host-edu... no
  1243. checking for gcc... cc
  1244. checking whether the C compiler works... yes
  1245. checking for C compiler default output file name... a.out
  1246. checking for suffix of executables...
  1247. checking whether we are cross compiling... no
  1248. checking for suffix of object files... o
  1249. checking whether we are using the GNU C compiler... yes
  1250. checking whether cc accepts -g... yes
  1251. checking for cc option to accept ISO C89... none needed
  1252. checking whether cc understands -c and -o together... yes
  1253. checking for style of include used by make... GNU
  1254. checking dependency style of cc... gcc3
  1255. checking if unsupported combinations of configure options are allowed... no
  1256. checking if Fortran interface enabled... no
  1257. checking if Fortran 2003 interface enabled... yes
  1258. checking for g++... g++
  1259. checking whether we are using the GNU C++ compiler... yes
  1260. checking whether g++ accepts -g... yes
  1261. checking dependency style of g++... gcc3
  1262. checking how to run the C++ preprocessor... g++ -E
  1263. checking if c++ interface enabled... no
  1264. checking for perl... perl
  1265. checking for ar... ar
  1266. checking whether make sets $(MAKE)... (cached) yes
  1267. checking for tr... /usr/bin/tr
  1268. checking if srcdir= and time commands work together... yes
  1269. checking how to print strings... printf
  1270. checking for a sed that does not truncate output... /sw/bin/sed
  1271. checking for grep that handles long lines and -e... /sw/bin/grep
  1272. checking for egrep... /sw/bin/grep -E
  1273. checking for fgrep... /sw/bin/grep -F
  1274. checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  1275. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  1276. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  1277. checking the name lister (/usr/bin/nm) interface... BSD nm
  1278. checking whether ln -s works... yes
  1279. checking the maximum length of command line arguments... 196608
  1280. checking whether the shell understands some XSI constructs... yes
  1281. checking whether the shell understands "+="... yes
  1282. checking how to convert i386-apple-darwin13.4.0 file names to i386-apple-darwin13.4.0 format... func_convert_file_noop
  1283. checking how to convert i386-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
  1284. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  1285. checking for objdump... objdump
  1286. checking how to recognize dependent libraries... pass_all
  1287. checking for dlltool... dlltool
  1288. checking how to associate runtime and link libraries... printf %s\n
  1289. checking for archiver @FILE support... no
  1290. checking for strip... strip
  1291. checking for ranlib... ranlib
  1292. checking command to parse /usr/bin/nm output from cc object... ok
  1293. checking for sysroot... no
  1294. checking for mt... no
  1295. checking if : is a manifest tool... no
  1296. checking for dsymutil... dsymutil
  1297. checking for nmedit... nmedit
  1298. checking for lipo... lipo
  1299. checking for otool... otool
  1300. checking for otool64... no
  1301. checking for -single_module linker flag... yes
  1302. checking for -exported_symbols_list linker flag... yes
  1303. checking for -force_load linker flag... yes
  1304. checking how to run the C preprocessor... cc -E
  1305. checking for ANSI C header files... yes
  1306. checking for sys/types.h... yes
  1307. checking for sys/stat.h... yes
  1308. checking for stdlib.h... yes
  1309. checking for string.h... yes
  1310. checking for memory.h... yes
  1311. checking for strings.h... yes
  1312. checking for inttypes.h... yes
  1313. checking for stdint.h... yes
  1314. checking for unistd.h... yes
  1315. checking for dlfcn.h... yes
  1316. checking for objdir... .libs
  1317. checking if cc supports -fno-rtti -fno-exceptions... yes
  1318. checking for cc option to produce PIC... -fno-common -DPIC
  1319. checking if cc PIC flag -fno-common -DPIC works... yes
  1320. checking if cc static flag -static works... no
  1321. checking if cc supports -c -o file.o... yes
  1322. checking if cc supports -c -o file.o... (cached) yes
  1323. checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  1324. checking dynamic linker characteristics... darwin13.4.0 dyld
  1325. checking how to hardcode library paths into programs... immediate
  1326. checking for dlopen in -ldl... yes
  1327. checking whether a program can dlopen itself... yes
  1328. checking whether a statically linked program can dlopen itself... yes
  1329. checking whether stripping libraries is possible... yes
  1330. checking if libtool supports shared libraries... yes
  1331. checking whether to build shared libraries... yes
  1332. checking whether to build static libraries... yes
  1333. checking if we should install only statically linked executables... no
  1334. checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes
  1335. checking how make searches directories... VPATH=DIR1 DIR2 ...
  1336. checking whether make will build with undefined variables... yes
  1337. checking for production mode... production
  1338. checking for ceil in -lm... yes
  1339. checking for dlopen in -ldl... (cached) yes
  1340. checking for ANSI C header files... (cached) yes
  1341. checking whether time.h and sys/time.h may both be included... yes
  1342. checking for difftime... yes
  1343. checking for gettimeofday... yes
  1344. checking for library containing clock_gettime... no
  1345. checking for clock_gettime... no
  1346. checking sys/resource.h usability... yes
  1347. checking sys/resource.h presence... yes
  1348. checking for sys/resource.h... yes
  1349. checking sys/time.h usability... yes
  1350. checking sys/time.h presence... yes
  1351. checking for sys/time.h... yes
  1352. checking for unistd.h... (cached) yes
  1353. checking sys/ioctl.h usability... yes
  1354. checking sys/ioctl.h presence... yes
  1355. checking for sys/ioctl.h... yes
  1356. checking for sys/stat.h... (cached) yes
  1357. checking sys/socket.h usability... yes
  1358. checking sys/socket.h presence... yes
  1359. checking for sys/socket.h... yes
  1360. checking for sys/types.h... (cached) yes
  1361. checking stddef.h usability... yes
  1362. checking stddef.h presence... yes
  1363. checking for stddef.h... yes
  1364. checking setjmp.h usability... yes
  1365. checking setjmp.h presence... yes
  1366. checking for setjmp.h... yes
  1367. checking features.h usability... no
  1368. checking features.h presence... no
  1369. checking for features.h... no
  1370. checking dirent.h usability... yes
  1371. checking dirent.h presence... yes
  1372. checking for dirent.h... yes
  1373. checking for stdint.h... (cached) yes
  1374. checking mach/mach_time.h usability... yes
  1375. checking mach/mach_time.h presence... yes
  1376. checking for mach/mach_time.h... yes
  1377. checking io.h usability... no
  1378. checking io.h presence... no
  1379. checking for io.h... no
  1380. checking winsock2.h usability... no
  1381. checking winsock2.h presence... no
  1382. checking for winsock2.h... no
  1383. checking sys/timeb.h usability... yes
  1384. checking sys/timeb.h presence... yes
  1385. checking for sys/timeb.h... yes
  1386. checking if libtool needs -no-undefined flag to build shared libraries... no
  1387. checking if configure should try to set up large file support... yes
  1388. checking for special C compiler options needed for large files... no
  1389. checking for _FILE_OFFSET_BITS value needed for large files... no
  1390. checking if large (64-bit) files are supported on this system.... yes
  1391. skipping test for lseek64(), fseeko64 , ftello64, ftruncate64() because off64_t is not defined
  1392. checking for fseeko... yes
  1393. checking for ftello... yes
  1394. checking for stat64... yes
  1395. checking for fstat64... yes
  1396. checking for off_t... yes
  1397. checking for size_t... yes
  1398. checking for ssize_t... yes
  1399. checking for ptrdiff_t... yes
  1400. checking whether byte ordering is bigendian... no
  1401. checking size of char... 1
  1402. checking size of short... 2
  1403. checking size of int... 4
  1404. checking size of unsigned... 4
  1405. checking size of long... 8
  1406. checking size of long long... 8
  1407. checking size of __int64... 0
  1408. checking size of float... 4
  1409. checking size of double... 8
  1410. checking size of long double... 16
  1411. checking size of int8_t... 1
  1412. checking size of uint8_t... 1
  1413. checking size of int_least8_t... 1
  1414. checking size of uint_least8_t... 1
  1415. checking size of int_fast8_t... 1
  1416. checking size of uint_fast8_t... 1
  1417. checking size of int16_t... 2
  1418. checking size of uint16_t... 2
  1419. checking size of int_least16_t... 2
  1420. checking size of uint_least16_t... 2
  1421. checking size of int_fast16_t... 2
  1422. checking size of uint_fast16_t... 2
  1423. checking size of int32_t... 4
  1424. checking size of uint32_t... 4
  1425. checking size of int_least32_t... 4
  1426. checking size of uint_least32_t... 4
  1427. checking size of int_fast32_t... 4
  1428. checking size of uint_fast32_t... 4
  1429. checking size of int64_t... 8
  1430. checking size of uint64_t... 8
  1431. checking size of int_least64_t... 8
  1432. checking size of uint_least64_t... 8
  1433. checking size of int_fast64_t... 8
  1434. checking size of uint_fast64_t... 8
  1435. checking size of size_t... 8
  1436. checking size of ssize_t... 8
  1437. checking size of ptrdiff_t... 8
  1438. checking size of off_t... 8
  1439. checking size of off64_t... 0
  1440. checking if dev_t is scalar... yes
  1441. checking for dmalloc library... suppressed
  1442. checking zlib.h usability... yes
  1443. checking zlib.h presence... yes
  1444. checking for zlib.h... yes
  1445. checking for compress2 in -lz... yes
  1446. checking for compress2... yes
  1447. checking for szlib... suppressed
  1448. checking for thread safe support... no
  1449. checking whether CLOCK_MONOTONIC is declared... no
  1450. checking for tm_gmtoff in struct tm... yes
  1451. checking for __tm_gmtoff in struct tm... no
  1452. checking for global timezone variable... yes
  1453. checking whether struct tm is in sys/time.h or time.h... time.h
  1454. checking for struct tm.tm_zone... yes
  1455. checking for struct timezone... yes
  1456. checking whether gettimeofday() gives timezone... no
  1457. checking for st_blocks in struct stat... yes
  1458. checking for _getvideoconfig... no
  1459. checking for gettextinfo... no
  1460. checking for GetConsoleScreenBufferInfo... no
  1461. checking for _scrsize... no
  1462. checking for ioctl... yes
  1463. checking for struct videoconfig... no
  1464. checking for struct text_info... no
  1465. checking for TIOCGWINSZ... yes
  1466. checking for TIOCGETD... yes
  1467. checking for alarm... yes
  1468. checking for BSDgettimeofday... no
  1469. checking for fork... yes
  1470. checking for frexpf... yes
  1471. checking for frexpl... yes
  1472. checking for gethostname... yes
  1473. checking for getpwuid... yes
  1474. checking for getrusage... yes
  1475. checking for lstat... yes
  1476. checking for rand_r... yes
  1477. checking for random... yes
  1478. checking for setsysinfo... no
  1479. checking for signal... yes
  1480. checking for longjmp... yes
  1481. checking for setjmp... yes
  1482. checking for siglongjmp... yes
  1483. checking for sigsetjmp... yes
  1484. checking for sigprocmask... yes
  1485. checking for snprintf... yes
  1486. checking for srandom... yes
  1487. checking for strdup... yes
  1488. checking for symlink... yes
  1489. checking for system... yes
  1490. checking for tmpfile... yes
  1491. checking for asprintf... yes
  1492. checking for vasprintf... yes
  1493. checking for waitpid... yes
  1494. checking for vsnprintf... yes
  1495. checking if vsnprintf returns correct value... no
  1496. checking if lone colon can be used as an argument... no
  1497. checking for an ANSI C-conforming const... yes
  1498. checking for inline... inline
  1499. checking for __attribute__ extension... yes
  1500. checking for __func__ extension... yes
  1501. checking for __FUNCTION__ extension... yes
  1502. checking for C99 designated initialization support... yes
  1503. checking how to print long long... %unknownd and %unknownu
  1504. checking Threads support system scope... no
  1505. checking for debug flags... none
  1506. checking whether function stack tracking is enabled... no
  1507. checking whether metadata trace file code is enabled... no
  1508. checking for API tracing... no
  1509. checking for instrumented library... no
  1510. checking whether to clear file buffers... yes
  1511. checking whether a memory checking tool will be used... no
  1512. checking for parallel support files... skipped
  1513. checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset)
  1514. checking for Default Virtual File Driver definition... yes
  1515. checking for Direct Virtual File Driver support... no
  1516. checking for custom plugin default path definition... /usr/local/hdf5/lib/plugin
  1517. checking whether exception handling functions is checked during data conversions... yes
  1518. checking whether data accuracy is guaranteed during data conversions... yes
  1519. checking if converting denormalized floating-point values is possible... yes
  1520. checking if converting floating-point values to long long is not working... false
  1521. checking if the machine has window style path name... no
  1522. checking if converting from long double to integers is accurate... yes
  1523. checking if converting from long double to integers works... no
  1524. checking if accurately converting from integers to long double... yes
  1525. checking if accurately converting unsigned long to float values... no
  1526. checking if accurately converting unsigned long long to floating-point values... yes
  1527. checking if accurately roundup converting floating-point to unsigned long long values... no
  1528. checking if right maximum converting floating-point to unsigned long long values... no
  1529. checking if correctly converting long double to unsigned int values... no
  1530. checking if compiling unsigned long long to floating-point typecasts work... yes
  1531. checking if compiling long long to floating-point typecasts work... yes
  1532. checking if converting unsigned long long to long double with precision... no
  1533. checking if overflows normally converting floating-point to integer values... no
  1534. checking if using special algorithm to convert long double to (unsigned) long values... no
  1535. checking if using special algorithm to convert (unsigned) long to long double values... no
  1536. checking if correctly converting long double to (unsigned) long long values... no
  1537. checking if correctly converting (unsigned) long long to long double values... no
  1538. checking if bad code for log2 routine is generated... no
  1539. checking if high level library is enabled... yes
  1540. checking additional programs should be built... no
  1541. checking if deprecated public symbols are available... yes
  1542. checking which version of public symbols to use by default... v18
  1543. checking whether to perform strict file format checks... no
  1544. checking whether to have library information embedded in the executables... yes
  1545. checking if alignment restrictions are strictly enforced... yes
  1546. configure: creating ./config.lt
  1547. config.lt: creating libtool
  1548. checking that generated files are newer than configure... done
  1549. configure: creating ./config.status
  1550. config.status: creating src/libhdf5.settings
  1551. config.status: creating Makefile
  1552. config.status: creating src/Makefile
  1553. config.status: creating test/Makefile
  1554. config.status: creating test/testcheck_version.sh
  1555. config.status: creating test/testerror.sh
  1556. config.status: creating test/H5srcdir_str.h
  1557. config.status: creating test/testlibinfo.sh
  1558. config.status: creating test/testlinks_env.sh
  1559. config.status: creating test/test_plugin.sh
  1560. config.status: creating testpar/Makefile
  1561. config.status: creating perform/Makefile
  1562. config.status: creating tools/Makefile
  1563. config.status: creating tools/h5dump/Makefile
  1564. config.status: creating tools/h5dump/testh5dump.sh
  1565. config.status: creating tools/h5dump/testh5dumppbits.sh
  1566. config.status: creating tools/h5dump/testh5dumpxml.sh
  1567. config.status: creating tools/h5ls/testh5ls.sh
  1568. config.status: creating tools/h5import/Makefile
  1569. config.status: creating tools/h5import/h5importtestutil.sh
  1570. config.status: creating tools/h5diff/Makefile
  1571. config.status: creating tools/h5diff/testh5diff.sh
  1572. config.status: creating tools/h5diff/testph5diff.sh
  1573. config.status: creating tools/h5jam/Makefile
  1574. config.status: creating tools/h5jam/testh5jam.sh
  1575. config.status: creating tools/h5repack/Makefile
  1576. config.status: creating tools/h5repack/h5repack.sh
  1577. config.status: creating tools/h5repack/h5repack_plugin.sh
  1578. config.status: creating tools/h5ls/Makefile
  1579. config.status: creating tools/h5copy/Makefile
  1580. config.status: creating tools/h5copy/testh5copy.sh
  1581. config.status: creating tools/lib/Makefile
  1582. config.status: creating tools/misc/Makefile
  1583. config.status: creating tools/misc/h5cc
  1584. config.status: creating tools/misc/testh5mkgrp.sh
  1585. config.status: creating tools/misc/testh5repart.sh
  1586. config.status: creating tools/h5stat/testh5stat.sh
  1587. config.status: creating tools/h5stat/Makefile
  1588. config.status: creating examples/Makefile
  1589. config.status: creating examples/run-c-ex.sh
  1590. config.status: creating examples/testh5cc.sh
  1591. config.status: creating c++/Makefile
  1592. config.status: creating c++/src/Makefile
  1593. config.status: creating c++/src/h5c++
  1594. config.status: creating c++/test/Makefile
  1595. config.status: creating c++/test/H5srcdir_str.h
  1596. config.status: creating c++/examples/Makefile
  1597. config.status: creating c++/examples/run-c++-ex.sh
  1598. config.status: creating c++/examples/testh5c++.sh
  1599. config.status: creating fortran/Makefile
  1600. config.status: creating fortran/src/h5fc
  1601. config.status: creating fortran/src/Makefile
  1602. config.status: creating fortran/test/Makefile
  1603. config.status: creating fortran/testpar/Makefile
  1604. config.status: creating fortran/examples/Makefile
  1605. config.status: creating fortran/examples/run-fortran-ex.sh
  1606. config.status: creating fortran/examples/testh5fc.sh
  1607. config.status: creating hl/Makefile
  1608. config.status: creating hl/src/Makefile
  1609. config.status: creating hl/test/Makefile
  1610. config.status: creating hl/test/H5srcdir_str.h
  1611. config.status: creating hl/tools/Makefile
  1612. config.status: creating hl/tools/gif2h5/Makefile
  1613. config.status: creating hl/tools/gif2h5/h52giftest.sh
  1614. config.status: creating hl/examples/Makefile
  1615. config.status: creating hl/examples/run-hlc-ex.sh
  1616. config.status: creating hl/c++/Makefile
  1617. config.status: creating hl/c++/src/Makefile
  1618. config.status: creating hl/c++/test/Makefile
  1619. config.status: creating hl/c++/examples/Makefile
  1620. config.status: creating hl/c++/examples/run-hlc++-ex.sh
  1621. config.status: creating hl/fortran/Makefile
  1622. config.status: creating hl/fortran/src/Makefile
  1623. config.status: creating hl/fortran/test/Makefile
  1624. config.status: creating hl/fortran/examples/Makefile
  1625. config.status: creating hl/fortran/examples/run-hlfortran-ex.sh
  1626. config.status: creating src/H5config.h
  1627. config.status: executing pubconf commands
  1628. creating src/H5pubconf.h
  1629. Post process src/libhdf5.settings
  1630. config.status: executing depfiles commands
  1631. config.status: executing libtool commands
  1632. SUMMARY OF THE HDF5 CONFIGURATION
  1633. =================================
  1634.  
  1635. General Information:
  1636. -------------------
  1637. HDF5 Version: 1.8.14
  1638. Configured on: Fri Jul 31 10:03:29 EDT 2015
  1639. Configured by: molly@oak.stsci.edu
  1640. Configure mode: production
  1641. Host system: i386-apple-darwin13.4.0
  1642. Uname information: Darwin oak.stsci.edu 13.4.0 Darwin Kernel Version 13.4.0: Wed Dec 17 19:05:52 PST 2014; root:xnu-2422.115.10~1/RELEASE_X86_64 x86_64
  1643. Byte sex: little-endian
  1644. Libraries: static, shared
  1645. Installation point: /Users/molly/yt-x86_64
  1646.  
  1647. Compiling Options:
  1648. ------------------
  1649. Compilation Mode: production
  1650. C Compiler: /usr/bin/cc
  1651. CFLAGS:
  1652. H5_CFLAGS:
  1653. AM_CFLAGS:
  1654. CPPFLAGS:
  1655. H5_CPPFLAGS: -DNDEBUG -UH5_DEBUG_API
  1656. AM_CPPFLAGS:
  1657. Shared C Library: yes
  1658. Static C Library: yes
  1659. Statically Linked Executables: no
  1660. LDFLAGS: -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/
  1661. H5_LDFLAGS:
  1662. AM_LDFLAGS: -L/Users/molly/yt-x86_64/lib
  1663. Extra libraries: -lz -ldl -lm
  1664. Archiver: ar
  1665. Ranlib: ranlib
  1666. Debugged Packages:
  1667. API Tracing: no
  1668.  
  1669. Languages:
  1670. ----------
  1671. Fortran: no
  1672.  
  1673. C++: no
  1674.  
  1675. Features:
  1676. ---------
  1677. Parallel HDF5: no
  1678. High Level library: yes
  1679. Threadsafety: no
  1680. Default API Mapping: v18
  1681. With Deprecated Public Symbols: yes
  1682. I/O filters (external): deflate(zlib)
  1683. I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset
  1684. MPE: no
  1685. Direct VFD: no
  1686. dmalloc: no
  1687. Clear file buffers before write: yes
  1688. Using memory checker: no
  1689. Function Stack Tracing: no
  1690. Strict File Format Checks: no
  1691. Optimization Instrumentation: no
  1692. Large File Support (LFS): yes
  1693. Making install in src
  1694. make[1]: Entering directory `/Users/molly/yt-x86_64/src/hdf5-1.8.14/src'
  1695. CC H5.lo
  1696. CC H5checksum.lo
  1697. CC H5dbg.lo
  1698. CC H5system.lo
  1699. CC H5timer.lo
  1700. CC H5trace.lo
  1701. CC H5A.lo
  1702. CC H5Abtree2.lo
  1703. CC H5Adense.lo
  1704. CC H5Adeprec.lo
  1705. CC H5Aint.lo
  1706. H5Aint.c:202:45: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1707. if(NULL == (attr->shared->dt = H5T_copy(type, H5T_COPY_ALL)))
  1708. ^~~~
  1709. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1710. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1711. ^
  1712. H5Aint.c:529:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1713. if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0 ||
  1714. ^~~~~~~~
  1715. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1716. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1717. ^
  1718. H5Aint.c:646:71: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1719. (dst_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0)
  1720. ^~~~~~~~
  1721. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1722. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1723. ^
  1724. 3 warnings generated.
  1725. CC H5Atest.lo
  1726. CC H5AC.lo
  1727. H5AC.c:2008:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  1728. if ( ( cache_ptr == NULL )
  1729. ~~~~~~~~~~^~~~~~~
  1730. H5AC.c:2008:22: note: remove extraneous parentheses around the comparison to silence this warning
  1731. if ( ( cache_ptr == NULL )
  1732. ~~ ^ ~
  1733. H5AC.c:2008:22: note: use '=' to turn this equality comparison into an assignment
  1734. if ( ( cache_ptr == NULL )
  1735. ^~
  1736. =
  1737. 1 warning generated.
  1738. CC H5B.lo
  1739. CC H5Bcache.lo
  1740. CC H5Bdbg.lo
  1741. CC H5B2.lo
  1742. CC H5B2cache.lo
  1743. CC H5B2dbg.lo
  1744. CC H5B2hdr.lo
  1745. CC H5B2int.lo
  1746. CC H5B2stat.lo
  1747. CC H5B2test.lo
  1748. CC H5C.lo
  1749. CC H5CS.lo
  1750. CC H5D.lo
  1751. CC H5Dbtree.lo
  1752. CC H5Dchunk.lo
  1753. H5Dchunk.c:4840:39: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1754. if(NULL == (dt_mem = H5T_copy(dt_src, H5T_COPY_TRANSIENT)))
  1755. ^~~~~~
  1756. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1757. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1758. ^
  1759. H5Dchunk.c:4848:39: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1760. if(NULL == (dt_dst = H5T_copy(dt_src, H5T_COPY_TRANSIENT)))
  1761. ^~~~~~
  1762. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1763. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1764. ^
  1765. 2 warnings generated.
  1766. CC H5Dcompact.lo
  1767. CC H5Dcontig.lo
  1768. CC H5Ddbg.lo
  1769. CC H5Ddeprec.lo
  1770. CC H5Defl.lo
  1771. CC H5Dfill.lo
  1772. H5Dfill.c:234:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1773. if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(fill_type, H5T_COPY_ALL), FALSE)) < 0)
  1774. ^~~~~~~~~
  1775. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1776. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1777. ^
  1778. H5Dfill.c:237:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1779. if((dst_id = H5I_register(H5I_DATATYPE, H5T_copy(buf_type, H5T_COPY_ALL), FALSE)) < 0)
  1780. ^~~~~~~~
  1781. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1782. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1783. ^
  1784. H5Dfill.c:407:54: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1785. if(NULL == (fb_info->mem_type = H5T_copy(dset_type, H5T_COPY_REOPEN)))
  1786. ^~~~~~~~~
  1787. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1788. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1789. ^
  1790. 3 warnings generated.
  1791. CC H5Dint.lo
  1792. H5Dint.c:638:43: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1793. if((dset->shared->type = H5T_copy(type, H5T_COPY_ALL)) == NULL)
  1794. ^~~~
  1795. ./H5Tprivate.h:109:31: note: passing argument to parameter 'old_dt' here
  1796. H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
  1797. ^
  1798. 1 warning generated.
  1799. CC H5Dio.lo
  1800. CC H5Dlayout.lo
  1801. CC H5Dmpio.lo
  1802. CC H5Doh.lo
  1803. CC H5Dscatgath.lo
  1804. CC H5Dselect.lo
  1805. CC H5Dtest.lo
  1806. CC H5E.lo
  1807. CC H5Edeprec.lo
  1808. CC H5Eint.lo
  1809. CC H5F.lo
  1810. CC H5Fint.lo
  1811. CC H5Faccum.lo
  1812. CC H5Fcwfs.lo
  1813. CC H5Fdbg.lo
  1814. CC H5Fefc.lo
  1815. CC H5Ffake.lo
  1816. CC H5Fio.lo
  1817. CC H5Fmount.lo
  1818. CC H5Fmpi.lo
  1819. CC H5Fquery.lo
  1820. CC H5Fsfile.lo
  1821. CC H5Fsuper.lo
  1822. CC H5Fsuper_cache.lo
  1823. CC H5Ftest.lo
  1824. CC H5FD.lo
  1825. CC H5FDcore.lo
  1826. CC H5FDdirect.lo
  1827. CC H5FDfamily.lo
  1828. CC H5FDint.lo
  1829. CC H5FDlog.lo
  1830. CC H5FDmpi.lo
  1831. CC H5FDmpio.lo
  1832. CC H5FDmulti.lo
  1833. CC H5FDsec2.lo
  1834. CC H5FDspace.lo
  1835. CC H5FDstdio.lo
  1836. CC H5FL.lo
  1837. CC H5FO.lo
  1838. CC H5FS.lo
  1839. CC H5FScache.lo
  1840. CC H5FSdbg.lo
  1841. CC H5FSsection.lo
  1842. H5FSsection.c:2338:24: warning: passing 'const H5F_t *' (aka 'const struct H5F_t *') to parameter of type 'H5F_t *' (aka 'struct H5F_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1843. if(H5FS_sinfo_lock(f, dxpl_id, fspace, H5AC_WRITE) < 0)
  1844. ^
  1845. H5FSsection.c:207:24: note: passing argument to parameter 'f' here
  1846. H5FS_sinfo_lock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, H5AC_protect_t accmode)
  1847. ^
  1848. H5FSsection.c:2338:36: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1849. if(H5FS_sinfo_lock(f, dxpl_id, fspace, H5AC_WRITE) < 0)
  1850. ^~~~~~
  1851. H5FSsection.c:207:50: note: passing argument to parameter 'fspace' here
  1852. H5FS_sinfo_lock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, H5AC_protect_t accmode)
  1853. ^
  1854. H5FSsection.c:2362:32: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1855. if(H5FS_sect_remove_real(fspace, tmp_sect) < 0)
  1856. ^~~~~~
  1857. H5FSsection.c:859:31: note: passing argument to parameter 'fspace' here
  1858. H5FS_sect_remove_real(H5FS_t *fspace, H5FS_section_info_t *sect)
  1859. ^
  1860. H5FSsection.c:2376:41: warning: passing 'const H5F_t *' (aka 'const struct H5F_t *') to parameter of type 'H5F_t *' (aka 'struct H5F_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1861. if(sinfo_valid && H5FS_sinfo_unlock(f, dxpl_id, fspace, section_removed) < 0)
  1862. ^
  1863. H5FSsection.c:313:26: note: passing argument to parameter 'f' here
  1864. H5FS_sinfo_unlock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, hbool_t modified)
  1865. ^
  1866. H5FSsection.c:2376:53: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1867. if(sinfo_valid && H5FS_sinfo_unlock(f, dxpl_id, fspace, section_removed) < 0)
  1868. ^~~~~~
  1869. H5FSsection.c:313:52: note: passing argument to parameter 'fspace' here
  1870. H5FS_sinfo_unlock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, hbool_t modified)
  1871. ^
  1872. 5 warnings generated.
  1873. CC H5FSstat.lo
  1874. CC H5FStest.lo
  1875. CC H5G.lo
  1876. CC H5Gbtree2.lo
  1877. CC H5Gcache.lo
  1878. CC H5Gcompact.lo
  1879. CC H5Gdense.lo
  1880. CC H5Gdeprec.lo
  1881. CC H5Gent.lo
  1882. CC H5Gint.lo
  1883. CC H5Glink.lo
  1884. CC H5Gloc.lo
  1885. CC H5Gname.lo
  1886. CC H5Gnode.lo
  1887. CC H5Gobj.lo
  1888. CC H5Goh.lo
  1889. CC H5Groot.lo
  1890. CC H5Gstab.lo
  1891. CC H5Gtest.lo
  1892. CC H5Gtraverse.lo
  1893. CC H5HF.lo
  1894. CC H5HFbtree2.lo
  1895. CC H5HFcache.lo
  1896. CC H5HFdbg.lo
  1897. CC H5HFdblock.lo
  1898. CC H5HFdtable.lo
  1899. CC H5HFhdr.lo
  1900. CC H5HFhuge.lo
  1901. CC H5HFiblock.lo
  1902. CC H5HFiter.lo
  1903. CC H5HFman.lo
  1904. CC H5HFsection.lo
  1905. CC H5HFspace.lo
  1906. CC H5HFstat.lo
  1907. CC H5HFtest.lo
  1908. CC H5HFtiny.lo
  1909. CC H5HG.lo
  1910. CC H5HGcache.lo
  1911. CC H5HGdbg.lo
  1912. CC H5HGquery.lo
  1913. CC H5HL.lo
  1914. CC H5HLcache.lo
  1915. CC H5HLdbg.lo
  1916. CC H5HLint.lo
  1917. CC H5HP.lo
  1918. CC H5I.lo
  1919. H5I.c:258:22: warning: comparison of constant 127 with expression of type 'H5I_type_t' (aka 'enum H5I_type_t') is always true [-Wtautological-constant-out-of-range-compare]
  1920. if(H5I_next_type < H5I_MAX_NUM_TYPES) {
  1921. ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
  1922. 1 warning generated.
  1923. CC H5Itest.lo
  1924. CC H5L.lo
  1925. CC H5Lexternal.lo
  1926. CC H5make_libsettings.o
  1927. CCLD H5make_libsettings
  1928. ld: warning: directory not found for option '-L/Users/molly/yt-x86_64/lib64/'
  1929. LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ | \
  1930. sed -e 's/-L/:/g' -e 's/ //g'`" \
  1931. ./H5make_libsettings > H5lib_settings.c || \
  1932. (test $HDF5_Make_Ignore && echo "*** Error ignored") || \
  1933. (rm -f H5lib_settings.c ; exit 1)
  1934. dyld: Library not loaded: libz.so.1.2.8
  1935. Referenced from: /Users/molly/yt-x86_64/src/hdf5-1.8.14/src/./H5make_libsettings
  1936. Reason: image not found
  1937. /bin/sh: line 4: 43261 Trace/BPT trap: 5 LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ -L/Users/molly/yt-x86_64/lib/ -L/Users/molly/yt-x86_64/lib64/ | sed -e 's/-L/:/g' -e 's/ //g'`" ./H5make_libsettings > H5lib_settings.c
  1938. make[1]: *** [H5lib_settings.c] Error 1
  1939. make[1]: Leaving directory `/Users/molly/yt-x86_64/src/hdf5-1.8.14/src'
  1940. make: *** [install-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement