Skip to content

Instantly share code, notes, and snippets.

@LTGIV
Last active October 2, 2015 10:55
Show Gist options
  • Save LTGIV/400efe772af16031c7dd to your computer and use it in GitHub Desktop.
Save LTGIV/400efe772af16031c7dd to your computer and use it in GitHub Desktop.
2015-10-02: kivy-ios toolchain build failure (on fresh OSX 10.11 install)
This file has been truncated, but you can view the full file.
Last login: Fri Oct 2 05:15:22 on ttys000
Louiss-Mac:~ ltgiv$ which git
/usr/bin/git
Louiss-Mac:~ ltgiv$
Louiss-Mac:~ ltgiv$ git clone git://github.com/kivy/kivy-ios
Cloning into 'kivy-ios'...
remote: Counting objects: 11936, done.
remote: Compressing objects: 100% (6663/6663), done.
remote: Total 11936 (delta 4907), reused 11810 (delta 4782), pack-reused 0
Receiving objects: 100% (11936/11936), 92.34 MiB | 2.46 MiB/s, done.
Resolving deltas: 100% (4907/4907), done.
Checking connectivity... done.
Louiss-Mac:~ ltgiv$ cd kivy-ios/
Louiss-Mac:kivy-ios ltgiv$
Louiss-Mac:kivy-ios ltgiv$ ./toolchain.py build kivy
Missing requirement: cython is not installed
Missing requirement: pkg-config is not installed
Missing requirement: autoconf is not installed
Missing requirement: automake is not installed
Louiss-Mac:kivy-ios ltgiv$ xcode-select --install
xcode-select: note: install requested for command line developer tools
Louiss-Mac:kivy-ios ltgiv$ brew install autoconf automake libtool pkg-config
==> Downloading https://homebrew.bintray.com/bottles/autoconf-2.69.el_capitan.bo
######################################################################## 100.0%
==> Pouring autoconf-2.69.el_capitan.bottle.4.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/
Add the following to your init file to have packages installed by
Homebrew added to your load-path:
(let ((default-directory "/usr/local/share/emacs/site-lisp/"))
(normal-top-level-add-subdirs-to-load-path))
==> Summary
🍺 /usr/local/Cellar/autoconf/2.69: 70 files, 3.1M
==> Downloading https://homebrew.bintray.com/bottles/automake-1.15.el_capitan.bo
######################################################################## 100.0%
==> Pouring automake-1.15.el_capitan.bottle.2.tar.gz
🍺 /usr/local/Cellar/automake/1.15: 130 files, 3.2M
==> Downloading https://homebrew.bintray.com/bottles/libtool-2.4.6.el_capitan.bo
######################################################################## 100.0%
==> Pouring libtool-2.4.6.el_capitan.bottle.tar.gz
==> Caveats
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> Summary
🍺 /usr/local/Cellar/libtool/2.4.6: 69 files, 3.8M
==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.28.el_capitan.
######################################################################## 100.0%
==> Pouring pkg-config-0.28.el_capitan.bottle.2.tar.gz
🍺 /usr/local/Cellar/pkg-config/0.28: 10 files, 600K
Louiss-Mac:kivy-ios ltgiv$ brew link libtool
Warning: Already linked: /usr/local/Cellar/libtool/2.4.6
To relink: brew unlink libtool && brew link libtool
Louiss-Mac:kivy-ios ltgiv$ pip install cython==0.21
-bash: pip: command not found
Louiss-Mac:kivy-ios ltgiv$ which python
/usr/bin/python
Louiss-Mac:kivy-ios ltgiv$ brew install pip
Error: No available formula for pip
Homebrew provides pip via: `brew install python`. However you will then
have two Pythons installed on your Mac, so alternatively you can:
sudo easy_install pip
Louiss-Mac:kivy-ios ltgiv$ sudo easy_install pip
Password:
Searching for pip
Reading https://pypi.python.org/simple/pip/
Best match: pip 7.1.2
Downloading https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz#md5=3823d2343d9f3aaab21cf9c917710196
Processing pip-7.1.2.tar.gz
Writing /tmp/easy_install-kKnux5/pip-7.1.2/setup.cfg
Running pip-7.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-kKnux5/pip-7.1.2/egg-dist-tmp-VToKDu
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.mailmap'
warning: no previously-included files found matching '.travis.yml'
warning: no previously-included files found matching 'pip/_vendor/Makefile'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'dev-requirements.txt'
no previously-included directories found matching '.travis'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'contrib'
no previously-included directories found matching 'tasks'
no previously-included directories found matching 'tests'
Adding pip 7.1.2 to easy-install.pth file
Installing pip script to /usr/local/bin
Installing pip2.7 script to /usr/local/bin
Installing pip2 script to /usr/local/bin
Installed /Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg
Processing dependencies for pip
Finished processing dependencies for pip
Louiss-Mac:kivy-ios ltgiv$ pip install cython==0.21
Collecting cython==0.21
Downloading Cython-0.21.tar.gz (1.5MB)
100% |████████████████████████████████| 1.5MB 286kB/s
Installing collected packages: cython
Running setup.py install for cython
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-COFKNB-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.macosx-10.11-intel-2.7
copying cython.py -> build/lib.macosx-10.11-intel-2.7
creating build/lib.macosx-10.11-intel-2.7/Cython
copying Cython/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython
copying Cython/CodeWriter.py -> build/lib.macosx-10.11-intel-2.7/Cython
copying Cython/Debugging.py -> build/lib.macosx-10.11-intel-2.7/Cython
copying Cython/Shadow.py -> build/lib.macosx-10.11-intel-2.7/Cython
copying Cython/StringIOTree.py -> build/lib.macosx-10.11-intel-2.7/Cython
copying Cython/TestUtils.py -> build/lib.macosx-10.11-intel-2.7/Cython
copying Cython/Utils.py -> build/lib.macosx-10.11-intel-2.7/Cython
creating build/lib.macosx-10.11-intel-2.7/Cython/Build
copying Cython/Build/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build
copying Cython/Build/BuildExecutable.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build
copying Cython/Build/Cythonize.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build
copying Cython/Build/Dependencies.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build
copying Cython/Build/Inline.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build
copying Cython/Build/IpythonMagic.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build
creating build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Annotate.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/AutoDocTransforms.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Buffer.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Builtin.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/CmdLine.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Code.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/CodeGeneration.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/CythonScope.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/DebugFlags.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Errors.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/ExprNodes.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/FlowControl.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/FusedNode.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Future.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Interpreter.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Lexicon.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Main.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/MemoryView.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/ModuleNode.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Naming.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Nodes.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Optimize.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Options.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Parsing.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Pipeline.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/PyrexTypes.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Scanning.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/StringEncoding.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Symtab.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/TreeFragment.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/TreePath.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/TypeInference.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/TypeSlots.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/UtilityCode.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/UtilNodes.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Version.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Visitor.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
creating build/lib.macosx-10.11-intel-2.7/Cython/Runtime
copying Cython/Runtime/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Runtime
creating build/lib.macosx-10.11-intel-2.7/Cython/Distutils
copying Cython/Distutils/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Distutils
copying Cython/Distutils/build_ext.py -> build/lib.macosx-10.11-intel-2.7/Cython/Distutils
copying Cython/Distutils/extension.py -> build/lib.macosx-10.11-intel-2.7/Cython/Distutils
creating build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Actions.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/DFA.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Errors.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Lexicons.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Machines.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Regexps.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Scanners.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Timing.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Traditional.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Transitions.py -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
creating build/lib.macosx-10.11-intel-2.7/Cython/Tests
copying Cython/Tests/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tests
copying Cython/Tests/TestCodeWriter.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tests
copying Cython/Tests/TestJediTyper.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tests
copying Cython/Tests/TestStringIOTree.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tests
copying Cython/Tests/xmlrunner.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tests
creating build/lib.macosx-10.11-intel-2.7/Cython/Build/Tests
copying Cython/Build/Tests/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestInline.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.macosx-10.11-intel-2.7/Cython/Build/Tests
creating build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestMemView.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Tests
creating build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
creating build/lib.macosx-10.11-intel-2.7/Cython/Tempita
copying Cython/Tempita/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tempita
copying Cython/Tempita/_looper.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tempita
copying Cython/Tempita/_tempita.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tempita
copying Cython/Tempita/compat3.py -> build/lib.macosx-10.11-intel-2.7/Cython/Tempita
creating build/lib.macosx-10.11-intel-2.7/pyximport
copying pyximport/__init__.py -> build/lib.macosx-10.11-intel-2.7/pyximport
copying pyximport/pyxbuild.py -> build/lib.macosx-10.11-intel-2.7/pyximport
copying pyximport/pyximport.py -> build/lib.macosx-10.11-intel-2.7/pyximport
creating build/lib.macosx-10.11-intel-2.7/Cython/Debugger
copying Cython/Debugger/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger
copying Cython/Debugger/Cygdb.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger
copying Cython/Debugger/DebugWriter.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger
copying Cython/Debugger/libcython.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger
copying Cython/Debugger/libpython.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger
creating build/lib.macosx-10.11-intel-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger/Tests
creating build/lib.macosx-10.11-intel-2.7/Cython/Includes
copying Cython/Includes/openmp.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes
creating build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/__init__.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/array.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/bool.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/buffer.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/bytes.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/cobject.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/complex.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/datetime.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/dict.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/exc.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/float.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/function.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/getargs.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/instance.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/int.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/iterator.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/list.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/long.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/mapping.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/mem.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/method.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/module.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/number.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/object.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pystate.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pythread.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/ref.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/sequence.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/set.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/string.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/tuple.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/type.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/unicode.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/version.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/weakref.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/cpython
creating build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python2.5.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stl.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/Deprecated
creating build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/__init__.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/errno.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/float.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/limits.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/locale.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/math.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/setjmp.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/signal.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stddef.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdint.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdio.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdlib.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
copying Cython/Includes/libc/string.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libc
creating build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/__init__.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/cast.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/complex.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/deque.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/list.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/map.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/pair.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/queue.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/set.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/stack.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/string.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/utility.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/vector.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/libcpp
creating build/lib.macosx-10.11-intel-2.7/Cython/Includes/numpy
copying Cython/Includes/numpy/__init__.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/numpy
copying Cython/Includes/numpy/math.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/numpy
creating build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/__init__.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/fcntl.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/ioctl.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/resource.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/signal.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/stat.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/stdlib.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/time.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/types.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Includes/posix/unistd.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Includes/posix
copying Cython/Compiler/Code.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/FlowControl.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Parsing.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Scanning.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Compiler/Visitor.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Compiler
copying Cython/Runtime/refnanny.pyx -> build/lib.macosx-10.11-intel-2.7/Cython/Runtime
copying Cython/Plex/Actions.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Plex/Scanners.pxd -> build/lib.macosx-10.11-intel-2.7/Cython/Plex
copying Cython/Utility/CppConvert.pyx -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/MemoryView.pyx -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/TestCythonScope.pyx -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Buffer.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Builtins.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Capsule.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/CommonTypes.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/CythonFunction.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Embed.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Exceptions.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/ExtensionTypes.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/FunctionArguments.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Generator.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/ImportExport.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/MemoryView_C.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/ModuleSetupCode.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/ObjectHandling.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Optimize.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Overflow.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Printing.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/Profile.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/StringTools.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/TestUtilityLoader.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/TypeConversion.c -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/arrayarray.h -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Utility/CppSupport.cpp -> build/lib.macosx-10.11-intel-2.7/Cython/Utility
copying Cython/Debugger/Tests/codefile -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/cfuncs.c -> build/lib.macosx-10.11-intel-2.7/Cython/Debugger/Tests
running build_ext
building 'Cython.Plex.Scanners' extension
creating build/temp.macosx-10.11-intel-2.7
creating build/temp.macosx-10.11-intel-2.7/private
creating build/temp.macosx-10.11-intel-2.7/private/var
creating build/temp.macosx-10.11-intel-2.7/private/var/folders
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:8116:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:8113:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:8253:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:6737:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:6996:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:7892:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
7 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:8116:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:8113:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:8253:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:6737:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:6996:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.c:7892:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
7 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Scanners.o -o build/lib.macosx-10.11-intel-2.7/Cython/Plex/Scanners.so
building 'Cython.Plex.Actions' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3796:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3793:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3858:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3908:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3933:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3511:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3558:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3653:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
9 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3796:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3793:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3858:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3908:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3933:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3511:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3558:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.c:3653:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
9 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Plex/Actions.o -o build/lib.macosx-10.11-intel-2.7/Cython/Plex/Actions.so
building 'Cython.Compiler.Lexicon' extension
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6285:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6282:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6347:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6397:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6422:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:5743:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:5752:27: warning: unused function '__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *func, PyObject *tuple) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:5757:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:5762:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6000:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6047:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6142:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
13 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6285:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6282:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6347:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6397:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6422:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:5743:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:5752:27: warning: unused function '__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *func, PyObject *tuple) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:5757:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:5762:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6000:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6047:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.c:6142:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
13 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Lexicon.o -o build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Lexicon.so
building 'Cython.Compiler.Scanning' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:17108:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:17105:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:17245:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:15427:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:15532:32: warning: unused function '__Pyx__PyObject_Pop' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx__PyObject_Pop(PyObject* L) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:16355:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:16369:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:16374:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
9 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:17108:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:17105:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:17245:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:15427:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:15532:32: warning: unused function '__Pyx__PyObject_Pop' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx__PyObject_Pop(PyObject* L) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:16355:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:16369:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.c:16374:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
9 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Scanning.o -o build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Scanning.so
building 'Cython.Compiler.Parsing' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59728:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59725:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59865:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58021:32: warning: unused function '__Pyx_PyTuple_GetSlice' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyTuple_GetSlice(
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58938:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58947:27: warning: unused function '__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *func, PyObject *tuple) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58952:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58957:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59287:26: warning: unused function '__Pyx_UnicodeContainsUCS4' [-Wunused-function]
static CYTHON_INLINE int __Pyx_UnicodeContainsUCS4(PyObject* unicode, Py_UCS4 character) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59326:32: warning: unused function '__Pyx_PyInt_From_int' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59373:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59468:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
13 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59728:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59725:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59865:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58021:32: warning: unused function '__Pyx_PyTuple_GetSlice' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyTuple_GetSlice(
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58938:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58947:27: warning: unused function '__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *func, PyObject *tuple) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58952:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:58957:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59287:26: warning: unused function '__Pyx_UnicodeContainsUCS4' [-Wunused-function]
static CYTHON_INLINE int __Pyx_UnicodeContainsUCS4(PyObject* unicode, Py_UCS4 character) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59326:32: warning: unused function '__Pyx_PyInt_From_int' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59373:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.c:59468:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
13 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Parsing.o -o build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Parsing.so
building 'Cython.Compiler.Visitor' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20424:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20421:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20561:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:18162:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:18397:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:18581:32: warning: unused function '__Pyx__PyObject_Pop' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx__PyObject_Pop(PyObject* L) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:18846:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:19649:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:19663:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:19668:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20160:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20281:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
13 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20424:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20421:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20561:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:18162:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:18397:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:18581:32: warning: unused function '__Pyx__PyObject_Pop' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx__PyObject_Pop(PyObject* L) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:18846:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:19649:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:19663:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:19668:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20160:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.c:20281:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
13 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Visitor.o -o build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Visitor.so
building 'Cython.Compiler.FlowControl' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:36030:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:36027:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:36167:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:34142:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:34254:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:34413:27: warning: unused function '__Pyx_ExceptionSave' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35297:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35311:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35316:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35675:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35770:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
12 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:36030:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:36027:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:36167:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:34142:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:34254:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:34413:27: warning: unused function '__Pyx_ExceptionSave' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35297:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function]
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35311:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35316:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35675:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.c:35770:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
12 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/FlowControl.o -o build/lib.macosx-10.11-intel-2.7/Cython/Compiler/FlowControl.so
building 'Cython.Compiler.Code' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71900:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71897:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:69716:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:69868:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:70851:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:70856:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71066:32: warning: unused function '__Pyx_PyList_GetSlice' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyList_GetSlice(
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71662:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71757:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
10 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71900:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71897:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:69716:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:69868:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:70851:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:70856:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71066:32: warning: unused function '__Pyx_PyList_GetSlice' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyList_GetSlice(
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71662:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.c:71757:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
10 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Compiler/Code.o -o build/lib.macosx-10.11-intel-2.7/Cython/Compiler/Code.so
building 'Cython.Runtime.refnanny' extension
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5556:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5553:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5693:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:4696:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:4710:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5318:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5413:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
8 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5556:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5553:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5693:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:4696:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:4710:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5318:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.c:5413:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
8 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Runtime/refnanny.o -o build/lib.macosx-10.11-intel-2.7/Cython/Runtime/refnanny.so
building 'Cython.Tempita._tempita' extension
creating build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c -o build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.o
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34862:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34859:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34999:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:32304:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:32601:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:33075:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:33924:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:33929:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34310:32: warning: unused function '__Pyx_PyExec2' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyExec2(PyObject* o, PyObject* globals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34624:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34719:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
12 warnings generated.
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34862:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34859:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:290:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34999:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:32304:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:32601:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:33075:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:33924:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:33929:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function]
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34310:32: warning: unused function '__Pyx_PyExec2' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyExec2(PyObject* o, PyObject* globals) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34624:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.c:34719:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
12 warnings generated.
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/Cython/Tempita/_tempita.o -o build/lib.macosx-10.11-intel-2.7/Cython/Tempita/_tempita.so
running install_lib
creating /Library/Python/2.7/site-packages/Cython
error: could not create '/Library/Python/2.7/site-packages/Cython': Permission denied
----------------------------------------
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-COFKNB-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/T/pip-build-jAHsvX/cython
Louiss-Mac:kivy-ios ltgiv$ sudo pip install cython==0.21
The directory '/Users/ltgiv/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/ltgiv/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting cython==0.21
Downloading Cython-0.21.tar.gz (1.5MB)
100% |████████████████████████████████| 1.5MB 278kB/s
Installing collected packages: cython
Running setup.py install for cython
Successfully installed cython-0.21
Louiss-Mac:kivy-ios ltgiv$
Louiss-Mac:kivy-ios ltgiv$ ./toolchain.py build kivy
Want to build ['kivy']
Loaded recipe kivy (depends of ['python', 'sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'ios'], optional are [])
Loaded recipe python (depends of ['hostpython', 'libffi'], optional are ['openssl'])
Loaded recipe sdl2 (depends of [], optional are [])
Loaded recipe sdl2_image (depends of ['sdl2'], optional are [])
Loaded recipe sdl2_mixer (depends of ['sdl2'], optional are [])
Loaded recipe sdl2_ttf (depends of ['sdl2', 'freetype'], optional are [])
Loaded recipe ios (depends of ['python'], optional are [])
Loaded recipe hostpython (depends of ['libffi'], optional are [])
Loaded recipe libffi (depends of [], optional are [])
Loaded recipe freetype (depends of [], optional are [])
Build order is ['freetype', 'libffi', 'sdl2', 'hostpython', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python', 'ios', 'kivy']
Include dir added: {arch.arch}/freetype
Include dir added: {arch.arch}/libffi
Include dir added: common/sdl2
Global: hostpython located at /Users/ltgiv/kivy-ios/dist/hostpython/bin/python
Global: hostpgen located at /Users/ltgiv/kivy-ios/dist/hostpython/bin/pgen
Include dir added: common/sdl2_image
Include dir added: common/sdl2_mixer
Include dir added: common/sdl2_ttf
Download freetype
Downloading http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2
Extract freetype4%
Extract freetype for i386
Extract /Users/ltgiv/kivy-ios/.cache/freetype-freetype-2.5.5.tar.bz2 into /Users/ltgiv/kivy-ios/build/freetype/i386
x freetype-2.5.5/
x freetype-2.5.5/configure
x freetype-2.5.5/ChangeLog
x freetype-2.5.5/docs/
x freetype-2.5.5/docs/TODO
x freetype-2.5.5/docs/INSTALL.UNIX
x freetype-2.5.5/docs/FTL.TXT
x freetype-2.5.5/docs/formats.txt
x freetype-2.5.5/docs/reference/
x freetype-2.5.5/docs/reference/ft2-raster.html
x freetype-2.5.5/docs/reference/ft2-header_inclusion.html
x freetype-2.5.5/docs/reference/ft2-index.html
x freetype-2.5.5/docs/reference/ft2-computations.html
x freetype-2.5.5/docs/reference/ft2-auto_hinter.html
x freetype-2.5.5/docs/reference/ft2-ot_validation.html
x freetype-2.5.5/docs/reference/ft2-user_allocation.html
x freetype-2.5.5/docs/reference/ft2-system_interface.html
x freetype-2.5.5/docs/reference/ft2-truetype_engine.html
x freetype-2.5.5/docs/reference/ft2-gzip.html
x freetype-2.5.5/docs/reference/ft2-bzip2.html
x freetype-2.5.5/docs/reference/ft2-lzw.html
x freetype-2.5.5/docs/reference/ft2-gx_validation.html
x freetype-2.5.5/docs/reference/ft2-incremental.html
x freetype-2.5.5/docs/reference/ft2-basic_types.html
x freetype-2.5.5/docs/reference/ft2-list_processing.html
x freetype-2.5.5/docs/reference/ft2-header_file_macros.html
x freetype-2.5.5/docs/reference/ft2-sfnt_names.html
x freetype-2.5.5/docs/reference/README
x freetype-2.5.5/docs/reference/ft2-font_formats.html
x freetype-2.5.5/docs/reference/ft2-lcd_filtering.html
x freetype-2.5.5/docs/reference/ft2-version.html
x freetype-2.5.5/docs/reference/ft2-glyph_management.html
x freetype-2.5.5/docs/reference/ft2-type1_tables.html
x freetype-2.5.5/docs/reference/ft2-cid_fonts.html
x freetype-2.5.5/docs/reference/ft2-base_interface.html
x freetype-2.5.5/docs/reference/ft2-pfr_fonts.html
x freetype-2.5.5/docs/reference/ft2-glyph_variants.html
x freetype-2.5.5/docs/reference/ft2-tt_driver.html
x freetype-2.5.5/docs/reference/ft2-module_management.html
x freetype-2.5.5/docs/reference/ft2-toc.html
x freetype-2.5.5/docs/reference/ft2-winfnt_fonts.html
x freetype-2.5.5/docs/reference/ft2-multiple_masters.html
x freetype-2.5.5/docs/reference/ft2-cache_subsystem.html
x freetype-2.5.5/docs/reference/ft2-quick_advance.html
x freetype-2.5.5/docs/reference/ft2-truetype_tables.html
x freetype-2.5.5/docs/reference/ft2-cff_driver.html
x freetype-2.5.5/docs/reference/ft2-sizes_management.html
x freetype-2.5.5/docs/reference/ft2-glyph_stroker.html
x freetype-2.5.5/docs/reference/ft2-bdf_fonts.html
x freetype-2.5.5/docs/reference/ft2-mac_specific.html
x freetype-2.5.5/docs/reference/ft2-bitmap_handling.html
x freetype-2.5.5/docs/reference/ft2-gasp_table.html
x freetype-2.5.5/docs/reference/ft2-outline_processing.html
x freetype-2.5.5/docs/CUSTOMIZE
x freetype-2.5.5/docs/INSTALL.CROSS
x freetype-2.5.5/docs/VERSION.DLL
x freetype-2.5.5/docs/release
x freetype-2.5.5/docs/INSTALL.VMS
x freetype-2.5.5/docs/INSTALL.ANY
x freetype-2.5.5/docs/raster.txt
x freetype-2.5.5/docs/PROBLEMS
x freetype-2.5.5/docs/INSTALL.MAC
x freetype-2.5.5/docs/freetype-config.1
x freetype-2.5.5/docs/CHANGES
x freetype-2.5.5/docs/LICENSE.TXT
x freetype-2.5.5/docs/CMAKE
x freetype-2.5.5/docs/GPLv2.TXT
x freetype-2.5.5/docs/INSTALL.GNU
x freetype-2.5.5/docs/MAKEPP
x freetype-2.5.5/docs/DEBUG
x freetype-2.5.5/docs/INSTALL
x freetype-2.5.5/ChangeLog.24
x freetype-2.5.5/ChangeLog.23
x freetype-2.5.5/Makefile
x freetype-2.5.5/Jamrules
x freetype-2.5.5/version.sed
x freetype-2.5.5/modules.cfg
x freetype-2.5.5/ChangeLog.22
x freetype-2.5.5/Jamfile
x freetype-2.5.5/README
x freetype-2.5.5/CMakeLists.txt
x freetype-2.5.5/include/
x freetype-2.5.5/include/ftwinfnt.h
x freetype-2.5.5/include/tttables.h
x freetype-2.5.5/include/ftbitmap.h
x freetype-2.5.5/include/ttnameid.h
x freetype-2.5.5/include/ftsnames.h
x freetype-2.5.5/include/ftcffdrv.h
x freetype-2.5.5/include/fterrdef.h
x freetype-2.5.5/include/t1tables.h
x freetype-2.5.5/include/ftautoh.h
x freetype-2.5.5/include/fttypes.h
x freetype-2.5.5/include/ftcid.h
x freetype-2.5.5/include/ftsystem.h
x freetype-2.5.5/include/ftgasp.h
x freetype-2.5.5/include/ftlzw.h
x freetype-2.5.5/include/ftchapters.h
x freetype-2.5.5/include/freetype.h
x freetype-2.5.5/include/ftpfr.h
x freetype-2.5.5/include/ftbdf.h
x freetype-2.5.5/include/ftadvanc.h
x freetype-2.5.5/include/ftmac.h
x freetype-2.5.5/include/ftrender.h
x freetype-2.5.5/include/tttags.h
x freetype-2.5.5/include/internal/
x freetype-2.5.5/include/internal/autohint.h
x freetype-2.5.5/include/internal/ftgloadr.h
x freetype-2.5.5/include/internal/ftobjs.h
x freetype-2.5.5/include/internal/ftdebug.h
x freetype-2.5.5/include/internal/t1types.h
x freetype-2.5.5/include/internal/tttypes.h
x freetype-2.5.5/include/internal/psaux.h
x freetype-2.5.5/include/internal/pshints.h
x freetype-2.5.5/include/internal/ftdriver.h
x freetype-2.5.5/include/internal/sfnt.h
x freetype-2.5.5/include/internal/ftstream.h
x freetype-2.5.5/include/internal/fttrace.h
x freetype-2.5.5/include/internal/services/
x freetype-2.5.5/include/internal/services/svpscmap.h
x freetype-2.5.5/include/internal/services/svkern.h
x freetype-2.5.5/include/internal/services/svgxval.h
x freetype-2.5.5/include/internal/services/svgldict.h
x freetype-2.5.5/include/internal/services/svprop.h
x freetype-2.5.5/include/internal/services/svmm.h
x freetype-2.5.5/include/internal/services/svpsinfo.h
x freetype-2.5.5/include/internal/services/svbdf.h
x freetype-2.5.5/include/internal/services/svotval.h
x freetype-2.5.5/include/internal/services/svttglyf.h
x freetype-2.5.5/include/internal/services/svwinfnt.h
x freetype-2.5.5/include/internal/services/svpostnm.h
x freetype-2.5.5/include/internal/services/svpfr.h
x freetype-2.5.5/include/internal/services/svsfnt.h
x freetype-2.5.5/include/internal/services/svtteng.h
x freetype-2.5.5/include/internal/services/svcid.h
x freetype-2.5.5/include/internal/services/svxf86nm.h
x freetype-2.5.5/include/internal/services/svttcmap.h
x freetype-2.5.5/include/internal/ftmemory.h
x freetype-2.5.5/include/internal/ftrfork.h
x freetype-2.5.5/include/internal/ftcalc.h
x freetype-2.5.5/include/internal/ftpic.h
x freetype-2.5.5/include/internal/ftvalid.h
x freetype-2.5.5/include/internal/ftserv.h
x freetype-2.5.5/include/internal/internal.h
x freetype-2.5.5/include/ftsynth.h
x freetype-2.5.5/include/ftttdrv.h
x freetype-2.5.5/include/ttunpat.h
x freetype-2.5.5/include/ftgxval.h
x freetype-2.5.5/include/ftsizes.h
x freetype-2.5.5/include/ftbbox.h
x freetype-2.5.5/include/ftoutln.h
x freetype-2.5.5/include/ftimage.h
x freetype-2.5.5/include/ftmodapi.h
x freetype-2.5.5/include/ftgzip.h
x freetype-2.5.5/include/ftbzip2.h
x freetype-2.5.5/include/ftlcdfil.h
x freetype-2.5.5/include/ftglyph.h
x freetype-2.5.5/include/ftmm.h
x freetype-2.5.5/include/fttrigon.h
x freetype-2.5.5/include/ftmoderr.h
x freetype-2.5.5/include/ftcache.h
x freetype-2.5.5/include/ft2build.h
x freetype-2.5.5/include/ftotval.h
x freetype-2.5.5/include/ftstroke.h
x freetype-2.5.5/include/ftincrem.h
x freetype-2.5.5/include/ftlist.h
x freetype-2.5.5/include/ftxf86.h
x freetype-2.5.5/include/config/
x freetype-2.5.5/include/config/ftheader.h
x freetype-2.5.5/include/config/ftstdlib.h
x freetype-2.5.5/include/config/ftconfig.h
x freetype-2.5.5/include/config/ftmodule.h
x freetype-2.5.5/include/config/ftoption.h
x freetype-2.5.5/include/fterrors.h
x freetype-2.5.5/src/
x freetype-2.5.5/src/raster/
x freetype-2.5.5/src/raster/rasterrs.h
x freetype-2.5.5/src/raster/rules.mk
x freetype-2.5.5/src/raster/module.mk
x freetype-2.5.5/src/raster/rastpic.c
x freetype-2.5.5/src/raster/ftmisc.h
x freetype-2.5.5/src/raster/Jamfile
x freetype-2.5.5/src/raster/ftraster.h
x freetype-2.5.5/src/raster/ftrend1.c
x freetype-2.5.5/src/raster/ftrend1.h
x freetype-2.5.5/src/raster/raster.c
x freetype-2.5.5/src/raster/rastpic.h
x freetype-2.5.5/src/raster/ftraster.c
x freetype-2.5.5/src/bdf/
x freetype-2.5.5/src/bdf/rules.mk
x freetype-2.5.5/src/bdf/module.mk
x freetype-2.5.5/src/bdf/Jamfile
x freetype-2.5.5/src/bdf/README
x freetype-2.5.5/src/bdf/bdf.h
x freetype-2.5.5/src/bdf/bdfdrivr.h
x freetype-2.5.5/src/bdf/bdferror.h
x freetype-2.5.5/src/bdf/bdfdrivr.c
x freetype-2.5.5/src/bdf/bdflib.c
x freetype-2.5.5/src/bdf/bdf.c
x freetype-2.5.5/src/winfonts/
x freetype-2.5.5/src/winfonts/rules.mk
x freetype-2.5.5/src/winfonts/module.mk
x freetype-2.5.5/src/winfonts/fnterrs.h
x freetype-2.5.5/src/winfonts/Jamfile
x freetype-2.5.5/src/winfonts/winfnt.h
x freetype-2.5.5/src/winfonts/winfnt.c
x freetype-2.5.5/src/pshinter/
x freetype-2.5.5/src/pshinter/rules.mk
x freetype-2.5.5/src/pshinter/module.mk
x freetype-2.5.5/src/pshinter/pshalgo.c
x freetype-2.5.5/src/pshinter/pshpic.c
x freetype-2.5.5/src/pshinter/pshmod.h
x freetype-2.5.5/src/pshinter/pshrec.c
x freetype-2.5.5/src/pshinter/pshpic.h
x freetype-2.5.5/src/pshinter/pshmod.c
x freetype-2.5.5/src/pshinter/pshglob.h
x freetype-2.5.5/src/pshinter/Jamfile
x freetype-2.5.5/src/pshinter/pshrec.h
x freetype-2.5.5/src/pshinter/pshalgo.h
x freetype-2.5.5/src/pshinter/pshinter.c
x freetype-2.5.5/src/pshinter/pshnterr.h
x freetype-2.5.5/src/pshinter/pshglob.c
x freetype-2.5.5/src/psaux/
x freetype-2.5.5/src/psaux/psobjs.c
x freetype-2.5.5/src/psaux/rules.mk
x freetype-2.5.5/src/psaux/psconv.c
x freetype-2.5.5/src/psaux/module.mk
x freetype-2.5.5/src/psaux/psauxmod.c
x freetype-2.5.5/src/psaux/t1cmap.c
x freetype-2.5.5/src/psaux/afmparse.h
x freetype-2.5.5/src/psaux/psauxmod.h
x freetype-2.5.5/src/psaux/Jamfile
x freetype-2.5.5/src/psaux/psauxerr.h
x freetype-2.5.5/src/psaux/t1cmap.h
x freetype-2.5.5/src/psaux/psconv.h
x freetype-2.5.5/src/psaux/t1decode.h
x freetype-2.5.5/src/psaux/psaux.c
x freetype-2.5.5/src/psaux/afmparse.c
x freetype-2.5.5/src/psaux/t1decode.c
x freetype-2.5.5/src/psaux/psobjs.h
x freetype-2.5.5/src/cid/
x freetype-2.5.5/src/cid/rules.mk
x freetype-2.5.5/src/cid/module.mk
x freetype-2.5.5/src/cid/cidparse.c
x freetype-2.5.5/src/cid/cidload.h
x freetype-2.5.5/src/cid/cidgload.c
x freetype-2.5.5/src/cid/cidtoken.h
x freetype-2.5.5/src/cid/cidobjs.h
x freetype-2.5.5/src/cid/Jamfile
x freetype-2.5.5/src/cid/cidgload.h
x freetype-2.5.5/src/cid/cidriver.c
x freetype-2.5.5/src/cid/cidparse.h
x freetype-2.5.5/src/cid/ciderrs.h
x freetype-2.5.5/src/cid/cidriver.h
x freetype-2.5.5/src/cid/cidobjs.c
x freetype-2.5.5/src/cid/type1cid.c
x freetype-2.5.5/src/cid/cidload.c
x freetype-2.5.5/src/sfnt/
x freetype-2.5.5/src/sfnt/sferrors.h
x freetype-2.5.5/src/sfnt/rules.mk
x freetype-2.5.5/src/sfnt/module.mk
x freetype-2.5.5/src/sfnt/sfntpic.h
x freetype-2.5.5/src/sfnt/ttmtx.h
x freetype-2.5.5/src/sfnt/ttpost.c
x freetype-2.5.5/src/sfnt/sfdriver.c
x freetype-2.5.5/src/sfnt/ttkern.c
x freetype-2.5.5/src/sfnt/sfobjs.h
x freetype-2.5.5/src/sfnt/pngshim.h
x freetype-2.5.5/src/sfnt/ttload.c
x freetype-2.5.5/src/sfnt/sfobjs.c
x freetype-2.5.5/src/sfnt/pngshim.c
x freetype-2.5.5/src/sfnt/Jamfile
x freetype-2.5.5/src/sfnt/ttload.h
x freetype-2.5.5/src/sfnt/ttmtx.c
x freetype-2.5.5/src/sfnt/sfntpic.c
x freetype-2.5.5/src/sfnt/ttkern.h
x freetype-2.5.5/src/sfnt/ttbdf.c
x freetype-2.5.5/src/sfnt/ttcmapc.h
x freetype-2.5.5/src/sfnt/ttsbit.c
x freetype-2.5.5/src/sfnt/ttpost.h
x freetype-2.5.5/src/sfnt/ttcmap.c
x freetype-2.5.5/src/sfnt/ttsbit.h
x freetype-2.5.5/src/sfnt/ttbdf.h
x freetype-2.5.5/src/sfnt/sfnt.c
x freetype-2.5.5/src/sfnt/ttcmap.h
x freetype-2.5.5/src/sfnt/sfdriver.h
x freetype-2.5.5/src/gxvalid/
x freetype-2.5.5/src/gxvalid/gxvmort2.c
x freetype-2.5.5/src/gxvalid/rules.mk
x freetype-2.5.5/src/gxvalid/gxvfeat.h
x freetype-2.5.5/src/gxvalid/gxvmorx.c
x freetype-2.5.5/src/gxvalid/gxverror.h
x freetype-2.5.5/src/gxvalid/module.mk
x freetype-2.5.5/src/gxvalid/gxvcommn.h
x freetype-2.5.5/src/gxvalid/gxvalid.h
x freetype-2.5.5/src/gxvalid/gxvmort5.c
x freetype-2.5.5/src/gxvalid/gxvalid.c
x freetype-2.5.5/src/gxvalid/gxvmod.h
x freetype-2.5.5/src/gxvalid/gxvmorx4.c
x freetype-2.5.5/src/gxvalid/gxvtrak.c
x freetype-2.5.5/src/gxvalid/gxvmorx5.c
x freetype-2.5.5/src/gxvalid/gxvfgen.c
x freetype-2.5.5/src/gxvalid/gxvmorx1.c
x freetype-2.5.5/src/gxvalid/gxvmorx0.c
x freetype-2.5.5/src/gxvalid/Jamfile
x freetype-2.5.5/src/gxvalid/README
x freetype-2.5.5/src/gxvalid/gxvkern.c
x freetype-2.5.5/src/gxvalid/gxvmod.c
x freetype-2.5.5/src/gxvalid/gxvlcar.c
x freetype-2.5.5/src/gxvalid/gxvmorx2.c
x freetype-2.5.5/src/gxvalid/gxvmort0.c
x freetype-2.5.5/src/gxvalid/gxvprop.c
x freetype-2.5.5/src/gxvalid/gxvmort1.c
x freetype-2.5.5/src/gxvalid/gxvopbd.c
x freetype-2.5.5/src/gxvalid/gxvbsln.c
x freetype-2.5.5/src/gxvalid/gxvcommn.c
x freetype-2.5.5/src/gxvalid/gxvjust.c
x freetype-2.5.5/src/gxvalid/gxvmorx.h
x freetype-2.5.5/src/gxvalid/gxvmort4.c
x freetype-2.5.5/src/gxvalid/gxvmort.c
x freetype-2.5.5/src/gxvalid/gxvfeat.c
x freetype-2.5.5/src/gxvalid/gxvmort.h
x freetype-2.5.5/src/otvalid/
x freetype-2.5.5/src/otvalid/rules.mk
x freetype-2.5.5/src/otvalid/otvmath.c
x freetype-2.5.5/src/otvalid/module.mk
x freetype-2.5.5/src/otvalid/otverror.h
x freetype-2.5.5/src/otvalid/Jamfile
x freetype-2.5.5/src/otvalid/otvalid.h
x freetype-2.5.5/src/otvalid/otvgsub.c
x freetype-2.5.5/src/otvalid/otvgpos.c
x freetype-2.5.5/src/otvalid/otvgdef.c
x freetype-2.5.5/src/otvalid/otvmod.h
x freetype-2.5.5/src/otvalid/otvalid.c
x freetype-2.5.5/src/otvalid/otvcommn.c
x freetype-2.5.5/src/otvalid/otvbase.c
x freetype-2.5.5/src/otvalid/otvjstf.c
x freetype-2.5.5/src/otvalid/otvmod.c
x freetype-2.5.5/src/otvalid/otvcommn.h
x freetype-2.5.5/src/otvalid/otvgpos.h
x freetype-2.5.5/src/tools/
x freetype-2.5.5/src/tools/cordic.py
x freetype-2.5.5/src/tools/afblue.pl
x freetype-2.5.5/src/tools/glnames.py
x freetype-2.5.5/src/tools/docmaker/
x freetype-2.5.5/src/tools/docmaker/tohtml.py
x freetype-2.5.5/src/tools/docmaker/docbeauty.py
x freetype-2.5.5/src/tools/docmaker/docmaker.py
x freetype-2.5.5/src/tools/docmaker/sources.py
x freetype-2.5.5/src/tools/docmaker/content.py
x freetype-2.5.5/src/tools/docmaker/utils.py
x freetype-2.5.5/src/tools/docmaker/formatter.py
x freetype-2.5.5/src/tools/chktrcmp.py
x freetype-2.5.5/src/tools/Jamfile
x freetype-2.5.5/src/tools/ftrandom/
x freetype-2.5.5/src/tools/ftrandom/Makefile
x freetype-2.5.5/src/tools/ftrandom/README
x freetype-2.5.5/src/tools/ftrandom/ftrandom.c
x freetype-2.5.5/src/tools/test_bbox.c
x freetype-2.5.5/src/tools/test_afm.c
x freetype-2.5.5/src/tools/test_trig.c
x freetype-2.5.5/src/tools/apinames.c
x freetype-2.5.5/src/Jamfile
x freetype-2.5.5/src/cff/
x freetype-2.5.5/src/cff/rules.mk
x freetype-2.5.5/src/cff/cffgload.h
x freetype-2.5.5/src/cff/cf2ft.h
x freetype-2.5.5/src/cff/module.mk
x freetype-2.5.5/src/cff/cffpic.c
x freetype-2.5.5/src/cff/cf2ft.c
x freetype-2.5.5/src/cff/cf2error.h
x freetype-2.5.5/src/cff/cffparse.c
x freetype-2.5.5/src/cff/cffobjs.c
x freetype-2.5.5/src/cff/cf2error.c
x freetype-2.5.5/src/cff/cf2blues.h
x freetype-2.5.5/src/cff/cf2fixed.h
x freetype-2.5.5/src/cff/cf2intrp.h
x freetype-2.5.5/src/cff/cf2glue.h
x freetype-2.5.5/src/cff/cfferrs.h
x freetype-2.5.5/src/cff/cffobjs.h
x freetype-2.5.5/src/cff/cf2types.h
x freetype-2.5.5/src/cff/cffgload.c
x freetype-2.5.5/src/cff/cf2hints.c
x freetype-2.5.5/src/cff/Jamfile
x freetype-2.5.5/src/cff/cf2stack.c
x freetype-2.5.5/src/cff/cf2arrst.c
x freetype-2.5.5/src/cff/cf2blues.c
x freetype-2.5.5/src/cff/cfftypes.h
x freetype-2.5.5/src/cff/cffcmap.c
x freetype-2.5.5/src/cff/cffcmap.h
x freetype-2.5.5/src/cff/cf2read.h
x freetype-2.5.5/src/cff/cf2arrst.h
x freetype-2.5.5/src/cff/cff.c
x freetype-2.5.5/src/cff/cffdrivr.h
x freetype-2.5.5/src/cff/cf2read.c
x freetype-2.5.5/src/cff/cffpic.h
x freetype-2.5.5/src/cff/cfftoken.h
x freetype-2.5.5/src/cff/cf2hints.h
x freetype-2.5.5/src/cff/cf2font.h
x freetype-2.5.5/src/cff/cffload.h
x freetype-2.5.5/src/cff/cf2stack.h
x freetype-2.5.5/src/cff/cffparse.h
x freetype-2.5.5/src/cff/cffload.c
x freetype-2.5.5/src/cff/cf2font.c
x freetype-2.5.5/src/cff/cf2intrp.c
x freetype-2.5.5/src/cff/cffdrivr.c
x freetype-2.5.5/src/pfr/
x freetype-2.5.5/src/pfr/rules.mk
x freetype-2.5.5/src/pfr/pfrload.c
x freetype-2.5.5/src/pfr/module.mk
x freetype-2.5.5/src/pfr/pfrobjs.h
x freetype-2.5.5/src/pfr/pfrsbit.c
x freetype-2.5.5/src/pfr/pfrdrivr.h
x freetype-2.5.5/src/pfr/pfrcmap.c
x freetype-2.5.5/src/pfr/pfrtypes.h
x freetype-2.5.5/src/pfr/pfrobjs.c
x freetype-2.5.5/src/pfr/pfrdrivr.c
x freetype-2.5.5/src/pfr/pfrload.h
x freetype-2.5.5/src/pfr/pfrgload.h
x freetype-2.5.5/src/pfr/Jamfile
x freetype-2.5.5/src/pfr/pfrsbit.h
x freetype-2.5.5/src/pfr/pfrerror.h
x freetype-2.5.5/src/pfr/pfrgload.c
x freetype-2.5.5/src/pfr/pfrcmap.h
x freetype-2.5.5/src/pfr/pfr.c
x freetype-2.5.5/src/pcf/
x freetype-2.5.5/src/pcf/rules.mk
x freetype-2.5.5/src/pcf/pcfdrivr.h
x freetype-2.5.5/src/pcf/module.mk
x freetype-2.5.5/src/pcf/pcfutil.h
x freetype-2.5.5/src/pcf/pcfread.c
x freetype-2.5.5/src/pcf/Jamfile
x freetype-2.5.5/src/pcf/README
x freetype-2.5.5/src/pcf/pcf.h
x freetype-2.5.5/src/pcf/pcf.c
x freetype-2.5.5/src/pcf/pcfdrivr.c
x freetype-2.5.5/src/pcf/pcferror.h
x freetype-2.5.5/src/pcf/pcfread.h
x freetype-2.5.5/src/pcf/pcfutil.c
x freetype-2.5.5/src/cache/
x freetype-2.5.5/src/cache/rules.mk
x freetype-2.5.5/src/cache/ftcerror.h
x freetype-2.5.5/src/cache/ftcmanag.h
x freetype-2.5.5/src/cache/ftcbasic.c
x freetype-2.5.5/src/cache/ftcmanag.c
x freetype-2.5.5/src/cache/ftcmru.h
x freetype-2.5.5/src/cache/ftcsbits.h
x freetype-2.5.5/src/cache/Jamfile
x freetype-2.5.5/src/cache/ftccmap.c
x freetype-2.5.5/src/cache/ftcmru.c
x freetype-2.5.5/src/cache/ftcglyph.h
x freetype-2.5.5/src/cache/ftcglyph.c
x freetype-2.5.5/src/cache/ftcimage.c
x freetype-2.5.5/src/cache/ftccache.h
x freetype-2.5.5/src/cache/ftccback.h
x freetype-2.5.5/src/cache/ftcimage.h
x freetype-2.5.5/src/cache/ftcache.c
x freetype-2.5.5/src/cache/ftcsbits.c
x freetype-2.5.5/src/cache/ftccache.c
x freetype-2.5.5/src/bzip2/
x freetype-2.5.5/src/bzip2/ftbzip2.c
x freetype-2.5.5/src/bzip2/rules.mk
x freetype-2.5.5/src/bzip2/Jamfile
x freetype-2.5.5/src/autofit/
x freetype-2.5.5/src/autofit/aflatin.c
x freetype-2.5.5/src/autofit/rules.mk
x freetype-2.5.5/src/autofit/afranges.h
x freetype-2.5.5/src/autofit/afindic.c
x freetype-2.5.5/src/autofit/module.mk
x freetype-2.5.5/src/autofit/afblue.dat
x freetype-2.5.5/src/autofit/afglobal.h
x freetype-2.5.5/src/autofit/afhints.h
x freetype-2.5.5/src/autofit/autofit.c
x freetype-2.5.5/src/autofit/afwrtsys.h
x freetype-2.5.5/src/autofit/afglobal.c
x freetype-2.5.5/src/autofit/afloader.h
x freetype-2.5.5/src/autofit/aflatin2.c
x freetype-2.5.5/src/autofit/afblue.hin
x freetype-2.5.5/src/autofit/aftypes.h
x freetype-2.5.5/src/autofit/afindic.h
x freetype-2.5.5/src/autofit/hbshim.c
x freetype-2.5.5/src/autofit/afloader.c
x freetype-2.5.5/src/autofit/afpic.h
x freetype-2.5.5/src/autofit/afmodule.c
x freetype-2.5.5/src/autofit/afangles.c
x freetype-2.5.5/src/autofit/Jamfile
x freetype-2.5.5/src/autofit/aferrors.h
x freetype-2.5.5/src/autofit/afwarp.h
x freetype-2.5.5/src/autofit/afscript.h
x freetype-2.5.5/src/autofit/afmodule.h
x freetype-2.5.5/src/autofit/afhints.c
x freetype-2.5.5/src/autofit/afblue.c
x freetype-2.5.5/src/autofit/afranges.c
x freetype-2.5.5/src/autofit/afdummy.c
x freetype-2.5.5/src/autofit/afdummy.h
x freetype-2.5.5/src/autofit/afcjk.c
x freetype-2.5.5/src/autofit/hbshim.h
x freetype-2.5.5/src/autofit/afblue.h
x freetype-2.5.5/src/autofit/afcjk.h
x freetype-2.5.5/src/autofit/aflatin2.h
x freetype-2.5.5/src/autofit/afpic.c
x freetype-2.5.5/src/autofit/afstyles.h
x freetype-2.5.5/src/autofit/afcover.h
x freetype-2.5.5/src/autofit/afwarp.c
x freetype-2.5.5/src/autofit/afangles.h
x freetype-2.5.5/src/autofit/afblue.cin
x freetype-2.5.5/src/autofit/aflatin.h
x freetype-2.5.5/src/gzip/
x freetype-2.5.5/src/gzip/rules.mk
x freetype-2.5.5/src/gzip/zlib.h
x freetype-2.5.5/src/gzip/infcodes.c
x freetype-2.5.5/src/gzip/infblock.h
x freetype-2.5.5/src/gzip/inftrees.c
x freetype-2.5.5/src/gzip/adler32.c
x freetype-2.5.5/src/gzip/infblock.c
x freetype-2.5.5/src/gzip/zconf.h
x freetype-2.5.5/src/gzip/infutil.h
x freetype-2.5.5/src/gzip/inffixed.h
x freetype-2.5.5/src/gzip/infcodes.h
x freetype-2.5.5/src/gzip/ftgzip.c
x freetype-2.5.5/src/gzip/Jamfile
x freetype-2.5.5/src/gzip/infutil.c
x freetype-2.5.5/src/gzip/zutil.c
x freetype-2.5.5/src/gzip/zutil.h
x freetype-2.5.5/src/gzip/inftrees.h
x freetype-2.5.5/src/gzip/inflate.c
x freetype-2.5.5/src/lzw/
x freetype-2.5.5/src/lzw/rules.mk
x freetype-2.5.5/src/lzw/ftzopen.c
x freetype-2.5.5/src/lzw/Jamfile
x freetype-2.5.5/src/lzw/ftlzw.c
x freetype-2.5.5/src/lzw/ftzopen.h
x freetype-2.5.5/src/smooth/
x freetype-2.5.5/src/smooth/rules.mk
x freetype-2.5.5/src/smooth/module.mk
x freetype-2.5.5/src/smooth/ftgrays.c
x freetype-2.5.5/src/smooth/ftsmooth.c
x freetype-2.5.5/src/smooth/ftgrays.h
x freetype-2.5.5/src/smooth/Jamfile
x freetype-2.5.5/src/smooth/ftspic.c
x freetype-2.5.5/src/smooth/smooth.c
x freetype-2.5.5/src/smooth/ftsmerrs.h
x freetype-2.5.5/src/smooth/ftsmooth.h
x freetype-2.5.5/src/smooth/ftspic.h
x freetype-2.5.5/src/truetype/
x freetype-2.5.5/src/truetype/rules.mk
x freetype-2.5.5/src/truetype/ttpload.h
x freetype-2.5.5/src/truetype/ttgxvar.c
x freetype-2.5.5/src/truetype/module.mk
x freetype-2.5.5/src/truetype/ttgload.h
x freetype-2.5.5/src/truetype/ttobjs.h
x freetype-2.5.5/src/truetype/ttgxvar.h
x freetype-2.5.5/src/truetype/ttdriver.c
x freetype-2.5.5/src/truetype/ttdriver.h
x freetype-2.5.5/src/truetype/ttpic.h
x freetype-2.5.5/src/truetype/ttinterp.c
x freetype-2.5.5/src/truetype/ttsubpix.c
x freetype-2.5.5/src/truetype/ttinterp.h
x freetype-2.5.5/src/truetype/ttobjs.c
x freetype-2.5.5/src/truetype/Jamfile
x freetype-2.5.5/src/truetype/ttgload.c
x freetype-2.5.5/src/truetype/ttsubpix.h
x freetype-2.5.5/src/truetype/ttpic.c
x freetype-2.5.5/src/truetype/tterrors.h
x freetype-2.5.5/src/truetype/ttpload.c
x freetype-2.5.5/src/truetype/truetype.c
x freetype-2.5.5/src/type42/
x freetype-2.5.5/src/type42/rules.mk
x freetype-2.5.5/src/type42/type42.c
x freetype-2.5.5/src/type42/module.mk
x freetype-2.5.5/src/type42/t42error.h
x freetype-2.5.5/src/type42/t42objs.h
x freetype-2.5.5/src/type42/t42parse.h
x freetype-2.5.5/src/type42/t42objs.c
x freetype-2.5.5/src/type42/Jamfile
x freetype-2.5.5/src/type42/t42types.h
x freetype-2.5.5/src/type42/t42drivr.c
x freetype-2.5.5/src/type42/t42drivr.h
x freetype-2.5.5/src/type42/t42parse.c
x freetype-2.5.5/src/base/
x freetype-2.5.5/src/base/md5.c
x freetype-2.5.5/src/base/rules.mk
x freetype-2.5.5/src/base/ftmac.c
x freetype-2.5.5/src/base/ftpatent.c
x freetype-2.5.5/src/base/fttype1.c
x freetype-2.5.5/src/base/ftfstype.c
x freetype-2.5.5/src/base/ftlcdfil.c
x freetype-2.5.5/src/base/ftcid.c
x freetype-2.5.5/src/base/basepic.h
x freetype-2.5.5/src/base/ftstream.c
x freetype-2.5.5/src/base/ftgxval.c
x freetype-2.5.5/src/base/ftapi.c
x freetype-2.5.5/src/base/Jamfile
x freetype-2.5.5/src/base/ftsnames.c
x freetype-2.5.5/src/base/basepic.c
x freetype-2.5.5/src/base/fttrigon.c
x freetype-2.5.5/src/base/ftinit.c
x freetype-2.5.5/src/base/ftpfr.c
x freetype-2.5.5/src/base/ftmm.c
x freetype-2.5.5/src/base/ftbase.c
x freetype-2.5.5/src/base/md5.h
x freetype-2.5.5/src/base/ftadvanc.c
x freetype-2.5.5/src/base/ftbase.h
x freetype-2.5.5/src/base/ftotval.c
x freetype-2.5.5/src/base/ftobjs.c
x freetype-2.5.5/src/base/ftoutln.c
x freetype-2.5.5/src/base/ftbdf.c
x freetype-2.5.5/src/base/ftsynth.c
x freetype-2.5.5/src/base/ftgasp.c
x freetype-2.5.5/src/base/ftstroke.c
x freetype-2.5.5/src/base/ftbitmap.c
x freetype-2.5.5/src/base/ftrfork.c
x freetype-2.5.5/src/base/ftpic.c
x freetype-2.5.5/src/base/ftwinfnt.c
x freetype-2.5.5/src/base/ftglyph.c
x freetype-2.5.5/src/base/ftbbox.c
x freetype-2.5.5/src/base/ftgloadr.c
x freetype-2.5.5/src/base/ftcalc.c
x freetype-2.5.5/src/base/ftutil.c
x freetype-2.5.5/src/base/ftdbgmem.c
x freetype-2.5.5/src/base/ftxf86.c
x freetype-2.5.5/src/base/ftdebug.c
x freetype-2.5.5/src/base/ftsystem.c
x freetype-2.5.5/src/type1/
x freetype-2.5.5/src/type1/rules.mk
x freetype-2.5.5/src/type1/module.mk
x freetype-2.5.5/src/type1/type1.c
x freetype-2.5.5/src/type1/t1gload.h
x freetype-2.5.5/src/type1/t1afm.h
x freetype-2.5.5/src/type1/t1objs.c
x freetype-2.5.5/src/type1/Jamfile
x freetype-2.5.5/src/type1/t1parse.c
x freetype-2.5.5/src/type1/t1load.h
x freetype-2.5.5/src/type1/t1driver.c
x freetype-2.5.5/src/type1/t1tokens.h
x freetype-2.5.5/src/type1/t1driver.h
x freetype-2.5.5/src/type1/t1afm.c
x freetype-2.5.5/src/type1/t1errors.h
x freetype-2.5.5/src/type1/t1parse.h
x freetype-2.5.5/src/type1/t1load.c
x freetype-2.5.5/src/type1/t1objs.h
x freetype-2.5.5/src/type1/t1gload.c
x freetype-2.5.5/src/psnames/
x freetype-2.5.5/src/psnames/rules.mk
x freetype-2.5.5/src/psnames/pstables.h
x freetype-2.5.5/src/psnames/module.mk
x freetype-2.5.5/src/psnames/psnames.c
x freetype-2.5.5/src/psnames/psmodule.c
x freetype-2.5.5/src/psnames/pspic.c
x freetype-2.5.5/src/psnames/Jamfile
x freetype-2.5.5/src/psnames/psmodule.h
x freetype-2.5.5/src/psnames/psnamerr.h
x freetype-2.5.5/src/psnames/pspic.h
x freetype-2.5.5/objs/
x freetype-2.5.5/objs/README
x freetype-2.5.5/devel/
x freetype-2.5.5/devel/ftoption.h
x freetype-2.5.5/devel/ft2build.h
x freetype-2.5.5/builds/
x freetype-2.5.5/builds/wince/
x freetype-2.5.5/builds/wince/vc2008-ce/
x freetype-2.5.5/builds/wince/vc2008-ce/freetype.sln
x freetype-2.5.5/builds/wince/vc2008-ce/freetype.vcproj
x freetype-2.5.5/builds/wince/vc2008-ce/index.html
x freetype-2.5.5/builds/wince/vc2005-ce/
x freetype-2.5.5/builds/wince/vc2005-ce/freetype.sln
x freetype-2.5.5/builds/wince/vc2005-ce/freetype.vcproj
x freetype-2.5.5/builds/wince/vc2005-ce/index.html
x freetype-2.5.5/builds/wince/ftdebug.c
x freetype-2.5.5/builds/os2/
x freetype-2.5.5/builds/os2/os2-def.mk
x freetype-2.5.5/builds/os2/os2-gcc.mk
x freetype-2.5.5/builds/os2/detect.mk
x freetype-2.5.5/builds/os2/os2-dev.mk
x freetype-2.5.5/builds/dos/
x freetype-2.5.5/builds/dos/dos-def.mk
x freetype-2.5.5/builds/dos/dos-emx.mk
x freetype-2.5.5/builds/dos/dos-gcc.mk
x freetype-2.5.5/builds/dos/detect.mk
x freetype-2.5.5/builds/dos/dos-wat.mk
x freetype-2.5.5/builds/beos/
x freetype-2.5.5/builds/beos/beos.mk
x freetype-2.5.5/builds/beos/detect.mk
x freetype-2.5.5/builds/beos/beos-def.mk
x freetype-2.5.5/builds/modules.mk
x freetype-2.5.5/builds/atari/
x freetype-2.5.5/builds/atari/gen-purec-patch.sh
x freetype-2.5.5/builds/atari/FREETYPE.PRJ
x freetype-2.5.5/builds/atari/README.TXT
x freetype-2.5.5/builds/atari/deflinejoiner.awk
x freetype-2.5.5/builds/atari/ATARI.H
x freetype-2.5.5/builds/atari/FNames.SIC
x freetype-2.5.5/builds/compiler/
x freetype-2.5.5/builds/compiler/visualage.mk
x freetype-2.5.5/builds/compiler/gcc-dev.mk
x freetype-2.5.5/builds/compiler/win-lcc.mk
x freetype-2.5.5/builds/compiler/bcc-dev.mk
x freetype-2.5.5/builds/compiler/emx.mk
x freetype-2.5.5/builds/compiler/visualc.mk
x freetype-2.5.5/builds/compiler/intelc.mk
x freetype-2.5.5/builds/compiler/unix-lcc.mk
x freetype-2.5.5/builds/compiler/watcom.mk
x freetype-2.5.5/builds/compiler/bcc.mk
x freetype-2.5.5/builds/compiler/gcc.mk
x freetype-2.5.5/builds/compiler/ansi-cc.mk
x freetype-2.5.5/builds/amiga/
x freetype-2.5.5/builds/amiga/makefile
x freetype-2.5.5/builds/amiga/README
x freetype-2.5.5/builds/amiga/include/
x freetype-2.5.5/builds/amiga/include/config/
x freetype-2.5.5/builds/amiga/include/config/ftconfig.h
x freetype-2.5.5/builds/amiga/include/config/ftmodule.h
x freetype-2.5.5/builds/amiga/src/
x freetype-2.5.5/builds/amiga/src/base/
x freetype-2.5.5/builds/amiga/src/base/ftdebug.c
x freetype-2.5.5/builds/amiga/src/base/ftsystem.c
x freetype-2.5.5/builds/amiga/makefile.os4
x freetype-2.5.5/builds/amiga/smakefile
x freetype-2.5.5/builds/vms/
x freetype-2.5.5/builds/vms/ftconfig.h
x freetype-2.5.5/builds/vms/ftsystem.c
x freetype-2.5.5/builds/mac/
x freetype-2.5.5/builds/mac/ftmac.c
x freetype-2.5.5/builds/mac/ftlib.prj.xml
x freetype-2.5.5/builds/mac/freetype-Info.plist
x freetype-2.5.5/builds/mac/FreeType.m68k_cfm.make.txt
x freetype-2.5.5/builds/mac/FreeType.ppc_classic.make.txt
x freetype-2.5.5/builds/mac/README
x freetype-2.5.5/builds/mac/FreeType.m68k_far.make.txt
x freetype-2.5.5/builds/mac/ascii2mpw.py
x freetype-2.5.5/builds/mac/FreeType.ppc_carbon.make.txt
x freetype-2.5.5/builds/unix/
x freetype-2.5.5/builds/unix/freetype2.in
x freetype-2.5.5/builds/unix/freetype-config.in
x freetype-2.5.5/builds/unix/configure
x freetype-2.5.5/builds/unix/pkg.m4
x freetype-2.5.5/builds/unix/freetype2.m4
x freetype-2.5.5/builds/unix/config.guess
x freetype-2.5.5/builds/unix/install-sh
x freetype-2.5.5/builds/unix/unix-cc.in
x freetype-2.5.5/builds/unix/configure.raw
x freetype-2.5.5/builds/unix/config.sub
x freetype-2.5.5/builds/unix/ft-munmap.m4
x freetype-2.5.5/builds/unix/unixddef.mk
x freetype-2.5.5/builds/unix/ltmain.sh
x freetype-2.5.5/builds/unix/unix-dev.mk
x freetype-2.5.5/builds/unix/install.mk
x freetype-2.5.5/builds/unix/detect.mk
x freetype-2.5.5/builds/unix/configure.ac
x freetype-2.5.5/builds/unix/unix-lcc.mk
x freetype-2.5.5/builds/unix/aclocal.m4
x freetype-2.5.5/builds/unix/ftconfig.in
x freetype-2.5.5/builds/unix/unix-def.in
x freetype-2.5.5/builds/unix/mkinstalldirs
x freetype-2.5.5/builds/unix/ftsystem.c
x freetype-2.5.5/builds/unix/unix.mk
x freetype-2.5.5/builds/symbian/
x freetype-2.5.5/builds/symbian/freetype.mmp
x freetype-2.5.5/builds/symbian/bld.inf
x freetype-2.5.5/builds/windows/
x freetype-2.5.5/builds/windows/w32-vcc.mk
x freetype-2.5.5/builds/windows/w32-bccd.mk
x freetype-2.5.5/builds/windows/w32-dev.mk
x freetype-2.5.5/builds/windows/vc2008/
x freetype-2.5.5/builds/windows/vc2008/freetype.sln
x freetype-2.5.5/builds/windows/vc2008/freetype.vcproj
x freetype-2.5.5/builds/windows/vc2008/index.html
x freetype-2.5.5/builds/windows/visualce/
x freetype-2.5.5/builds/windows/visualce/freetype.dsp
x freetype-2.5.5/builds/windows/visualce/freetype.dsw
x freetype-2.5.5/builds/windows/visualce/freetype.vcproj
x freetype-2.5.5/builds/windows/visualce/index.html
x freetype-2.5.5/builds/windows/visualc/
x freetype-2.5.5/builds/windows/visualc/freetype.dsp
x freetype-2.5.5/builds/windows/visualc/freetype.sln
x freetype-2.5.5/builds/windows/visualc/freetype.dsw
x freetype-2.5.5/builds/windows/visualc/freetype.vcproj
x freetype-2.5.5/builds/windows/visualc/index.html
x freetype-2.5.5/builds/windows/vc2010/
x freetype-2.5.5/builds/windows/vc2010/freetype.sln
x freetype-2.5.5/builds/windows/vc2010/freetype.vcxproj.filters
x freetype-2.5.5/builds/windows/vc2010/freetype.vcxproj
x freetype-2.5.5/builds/windows/vc2010/index.html
x freetype-2.5.5/builds/windows/vc2010/freetype.user.props
x freetype-2.5.5/builds/windows/w32-lcc.mk
x freetype-2.5.5/builds/windows/w32-bcc.mk
x freetype-2.5.5/builds/windows/detect.mk
x freetype-2.5.5/builds/windows/w32-gcc.mk
x freetype-2.5.5/builds/windows/w32-intl.mk
x freetype-2.5.5/builds/windows/w32-icc.mk
x freetype-2.5.5/builds/windows/w32-mingw32.mk
x freetype-2.5.5/builds/windows/win32-def.mk
x freetype-2.5.5/builds/windows/w32-wat.mk
x freetype-2.5.5/builds/windows/vc2005/
x freetype-2.5.5/builds/windows/vc2005/freetype.sln
x freetype-2.5.5/builds/windows/vc2005/freetype.vcproj
x freetype-2.5.5/builds/windows/vc2005/index.html
x freetype-2.5.5/builds/windows/ftdebug.c
x freetype-2.5.5/builds/newline
x freetype-2.5.5/builds/link_std.mk
x freetype-2.5.5/builds/freetype.mk
x freetype-2.5.5/builds/detect.mk
x freetype-2.5.5/builds/cmake/
x freetype-2.5.5/builds/cmake/iOS.cmake
x freetype-2.5.5/builds/link_dos.mk
x freetype-2.5.5/builds/exports.mk
x freetype-2.5.5/builds/ansi/
x freetype-2.5.5/builds/ansi/ansi.mk
x freetype-2.5.5/builds/ansi/ansi-def.mk
x freetype-2.5.5/builds/toplevel.mk
x freetype-2.5.5/vms_make.com
x freetype-2.5.5/autogen.sh
x freetype-2.5.5/ChangeLog.20
x freetype-2.5.5/README.git
x freetype-2.5.5/ChangeLog.21
Extract freetype for x86_64
Extract /Users/ltgiv/kivy-ios/.cache/freetype-freetype-2.5.5.tar.bz2 into /Users/ltgiv/kivy-ios/build/freetype/x86_64
x freetype-2.5.5/
x freetype-2.5.5/configure
x freetype-2.5.5/ChangeLog
x freetype-2.5.5/docs/
x freetype-2.5.5/docs/TODO
x freetype-2.5.5/docs/INSTALL.UNIX
x freetype-2.5.5/docs/FTL.TXT
x freetype-2.5.5/docs/formats.txt
x freetype-2.5.5/docs/reference/
x freetype-2.5.5/docs/reference/ft2-raster.html
x freetype-2.5.5/docs/reference/ft2-header_inclusion.html
x freetype-2.5.5/docs/reference/ft2-index.html
x freetype-2.5.5/docs/reference/ft2-computations.html
x freetype-2.5.5/docs/reference/ft2-auto_hinter.html
x freetype-2.5.5/docs/reference/ft2-ot_validation.html
x freetype-2.5.5/docs/reference/ft2-user_allocation.html
x freetype-2.5.5/docs/reference/ft2-system_interface.html
x freetype-2.5.5/docs/reference/ft2-truetype_engine.html
x freetype-2.5.5/docs/reference/ft2-gzip.html
x freetype-2.5.5/docs/reference/ft2-bzip2.html
x freetype-2.5.5/docs/reference/ft2-lzw.html
x freetype-2.5.5/docs/reference/ft2-gx_validation.html
x freetype-2.5.5/docs/reference/ft2-incremental.html
x freetype-2.5.5/docs/reference/ft2-basic_types.html
x freetype-2.5.5/docs/reference/ft2-list_processing.html
x freetype-2.5.5/docs/reference/ft2-header_file_macros.html
x freetype-2.5.5/docs/reference/ft2-sfnt_names.html
x freetype-2.5.5/docs/reference/README
x freetype-2.5.5/docs/reference/ft2-font_formats.html
x freetype-2.5.5/docs/reference/ft2-lcd_filtering.html
x freetype-2.5.5/docs/reference/ft2-version.html
x freetype-2.5.5/docs/reference/ft2-glyph_management.html
x freetype-2.5.5/docs/reference/ft2-type1_tables.html
x freetype-2.5.5/docs/reference/ft2-cid_fonts.html
x freetype-2.5.5/docs/reference/ft2-base_interface.html
x freetype-2.5.5/docs/reference/ft2-pfr_fonts.html
x freetype-2.5.5/docs/reference/ft2-glyph_variants.html
x freetype-2.5.5/docs/reference/ft2-tt_driver.html
x freetype-2.5.5/docs/reference/ft2-module_management.html
x freetype-2.5.5/docs/reference/ft2-toc.html
x freetype-2.5.5/docs/reference/ft2-winfnt_fonts.html
x freetype-2.5.5/docs/reference/ft2-multiple_masters.html
x freetype-2.5.5/docs/reference/ft2-cache_subsystem.html
x freetype-2.5.5/docs/reference/ft2-quick_advance.html
x freetype-2.5.5/docs/reference/ft2-truetype_tables.html
x freetype-2.5.5/docs/reference/ft2-cff_driver.html
x freetype-2.5.5/docs/reference/ft2-sizes_management.html
x freetype-2.5.5/docs/reference/ft2-glyph_stroker.html
x freetype-2.5.5/docs/reference/ft2-bdf_fonts.html
x freetype-2.5.5/docs/reference/ft2-mac_specific.html
x freetype-2.5.5/docs/reference/ft2-bitmap_handling.html
x freetype-2.5.5/docs/reference/ft2-gasp_table.html
x freetype-2.5.5/docs/reference/ft2-outline_processing.html
x freetype-2.5.5/docs/CUSTOMIZE
x freetype-2.5.5/docs/INSTALL.CROSS
x freetype-2.5.5/docs/VERSION.DLL
x freetype-2.5.5/docs/release
x freetype-2.5.5/docs/INSTALL.VMS
x freetype-2.5.5/docs/INSTALL.ANY
x freetype-2.5.5/docs/raster.txt
x freetype-2.5.5/docs/PROBLEMS
x freetype-2.5.5/docs/INSTALL.MAC
x freetype-2.5.5/docs/freetype-config.1
x freetype-2.5.5/docs/CHANGES
x freetype-2.5.5/docs/LICENSE.TXT
x freetype-2.5.5/docs/CMAKE
x freetype-2.5.5/docs/GPLv2.TXT
x freetype-2.5.5/docs/INSTALL.GNU
x freetype-2.5.5/docs/MAKEPP
x freetype-2.5.5/docs/DEBUG
x freetype-2.5.5/docs/INSTALL
x freetype-2.5.5/ChangeLog.24
x freetype-2.5.5/ChangeLog.23
x freetype-2.5.5/Makefile
x freetype-2.5.5/Jamrules
x freetype-2.5.5/version.sed
x freetype-2.5.5/modules.cfg
x freetype-2.5.5/ChangeLog.22
x freetype-2.5.5/Jamfile
x freetype-2.5.5/README
x freetype-2.5.5/CMakeLists.txt
x freetype-2.5.5/include/
x freetype-2.5.5/include/ftwinfnt.h
x freetype-2.5.5/include/tttables.h
x freetype-2.5.5/include/ftbitmap.h
x freetype-2.5.5/include/ttnameid.h
x freetype-2.5.5/include/ftsnames.h
x freetype-2.5.5/include/ftcffdrv.h
x freetype-2.5.5/include/fterrdef.h
x freetype-2.5.5/include/t1tables.h
x freetype-2.5.5/include/ftautoh.h
x freetype-2.5.5/include/fttypes.h
x freetype-2.5.5/include/ftcid.h
x freetype-2.5.5/include/ftsystem.h
x freetype-2.5.5/include/ftgasp.h
x freetype-2.5.5/include/ftlzw.h
x freetype-2.5.5/include/ftchapters.h
x freetype-2.5.5/include/freetype.h
x freetype-2.5.5/include/ftpfr.h
x freetype-2.5.5/include/ftbdf.h
x freetype-2.5.5/include/ftadvanc.h
x freetype-2.5.5/include/ftmac.h
x freetype-2.5.5/include/ftrender.h
x freetype-2.5.5/include/tttags.h
x freetype-2.5.5/include/internal/
x freetype-2.5.5/include/internal/autohint.h
x freetype-2.5.5/include/internal/ftgloadr.h
x freetype-2.5.5/include/internal/ftobjs.h
x freetype-2.5.5/include/internal/ftdebug.h
x freetype-2.5.5/include/internal/t1types.h
x freetype-2.5.5/include/internal/tttypes.h
x freetype-2.5.5/include/internal/psaux.h
x freetype-2.5.5/include/internal/pshints.h
x freetype-2.5.5/include/internal/ftdriver.h
x freetype-2.5.5/include/internal/sfnt.h
x freetype-2.5.5/include/internal/ftstream.h
x freetype-2.5.5/include/internal/fttrace.h
x freetype-2.5.5/include/internal/services/
x freetype-2.5.5/include/internal/services/svpscmap.h
x freetype-2.5.5/include/internal/services/svkern.h
x freetype-2.5.5/include/internal/services/svgxval.h
x freetype-2.5.5/include/internal/services/svgldict.h
x freetype-2.5.5/include/internal/services/svprop.h
x freetype-2.5.5/include/internal/services/svmm.h
x freetype-2.5.5/include/internal/services/svpsinfo.h
x freetype-2.5.5/include/internal/services/svbdf.h
x freetype-2.5.5/include/internal/services/svotval.h
x freetype-2.5.5/include/internal/services/svttglyf.h
x freetype-2.5.5/include/internal/services/svwinfnt.h
x freetype-2.5.5/include/internal/services/svpostnm.h
x freetype-2.5.5/include/internal/services/svpfr.h
x freetype-2.5.5/include/internal/services/svsfnt.h
x freetype-2.5.5/include/internal/services/svtteng.h
x freetype-2.5.5/include/internal/services/svcid.h
x freetype-2.5.5/include/internal/services/svxf86nm.h
x freetype-2.5.5/include/internal/services/svttcmap.h
x freetype-2.5.5/include/internal/ftmemory.h
x freetype-2.5.5/include/internal/ftrfork.h
x freetype-2.5.5/include/internal/ftcalc.h
x freetype-2.5.5/include/internal/ftpic.h
x freetype-2.5.5/include/internal/ftvalid.h
x freetype-2.5.5/include/internal/ftserv.h
x freetype-2.5.5/include/internal/internal.h
x freetype-2.5.5/include/ftsynth.h
x freetype-2.5.5/include/ftttdrv.h
x freetype-2.5.5/include/ttunpat.h
x freetype-2.5.5/include/ftgxval.h
x freetype-2.5.5/include/ftsizes.h
x freetype-2.5.5/include/ftbbox.h
x freetype-2.5.5/include/ftoutln.h
x freetype-2.5.5/include/ftimage.h
x freetype-2.5.5/include/ftmodapi.h
x freetype-2.5.5/include/ftgzip.h
x freetype-2.5.5/include/ftbzip2.h
x freetype-2.5.5/include/ftlcdfil.h
x freetype-2.5.5/include/ftglyph.h
x freetype-2.5.5/include/ftmm.h
x freetype-2.5.5/include/fttrigon.h
x freetype-2.5.5/include/ftmoderr.h
x freetype-2.5.5/include/ftcache.h
x freetype-2.5.5/include/ft2build.h
x freetype-2.5.5/include/ftotval.h
x freetype-2.5.5/include/ftstroke.h
x freetype-2.5.5/include/ftincrem.h
x freetype-2.5.5/include/ftlist.h
x freetype-2.5.5/include/ftxf86.h
x freetype-2.5.5/include/config/
x freetype-2.5.5/include/config/ftheader.h
x freetype-2.5.5/include/config/ftstdlib.h
x freetype-2.5.5/include/config/ftconfig.h
x freetype-2.5.5/include/config/ftmodule.h
x freetype-2.5.5/include/config/ftoption.h
x freetype-2.5.5/include/fterrors.h
x freetype-2.5.5/src/
x freetype-2.5.5/src/raster/
x freetype-2.5.5/src/raster/rasterrs.h
x freetype-2.5.5/src/raster/rules.mk
x freetype-2.5.5/src/raster/module.mk
x freetype-2.5.5/src/raster/rastpic.c
x freetype-2.5.5/src/raster/ftmisc.h
x freetype-2.5.5/src/raster/Jamfile
x freetype-2.5.5/src/raster/ftraster.h
x freetype-2.5.5/src/raster/ftrend1.c
x freetype-2.5.5/src/raster/ftrend1.h
x freetype-2.5.5/src/raster/raster.c
x freetype-2.5.5/src/raster/rastpic.h
x freetype-2.5.5/src/raster/ftraster.c
x freetype-2.5.5/src/bdf/
x freetype-2.5.5/src/bdf/rules.mk
x freetype-2.5.5/src/bdf/module.mk
x freetype-2.5.5/src/bdf/Jamfile
x freetype-2.5.5/src/bdf/README
x freetype-2.5.5/src/bdf/bdf.h
x freetype-2.5.5/src/bdf/bdfdrivr.h
x freetype-2.5.5/src/bdf/bdferror.h
x freetype-2.5.5/src/bdf/bdfdrivr.c
x freetype-2.5.5/src/bdf/bdflib.c
x freetype-2.5.5/src/bdf/bdf.c
x freetype-2.5.5/src/winfonts/
x freetype-2.5.5/src/winfonts/rules.mk
x freetype-2.5.5/src/winfonts/module.mk
x freetype-2.5.5/src/winfonts/fnterrs.h
x freetype-2.5.5/src/winfonts/Jamfile
x freetype-2.5.5/src/winfonts/winfnt.h
x freetype-2.5.5/src/winfonts/winfnt.c
x freetype-2.5.5/src/pshinter/
x freetype-2.5.5/src/pshinter/rules.mk
x freetype-2.5.5/src/pshinter/module.mk
x freetype-2.5.5/src/pshinter/pshalgo.c
x freetype-2.5.5/src/pshinter/pshpic.c
x freetype-2.5.5/src/pshinter/pshmod.h
x freetype-2.5.5/src/pshinter/pshrec.c
x freetype-2.5.5/src/pshinter/pshpic.h
x freetype-2.5.5/src/pshinter/pshmod.c
x freetype-2.5.5/src/pshinter/pshglob.h
x freetype-2.5.5/src/pshinter/Jamfile
x freetype-2.5.5/src/pshinter/pshrec.h
x freetype-2.5.5/src/pshinter/pshalgo.h
x freetype-2.5.5/src/pshinter/pshinter.c
x freetype-2.5.5/src/pshinter/pshnterr.h
x freetype-2.5.5/src/pshinter/pshglob.c
x freetype-2.5.5/src/psaux/
x freetype-2.5.5/src/psaux/psobjs.c
x freetype-2.5.5/src/psaux/rules.mk
x freetype-2.5.5/src/psaux/psconv.c
x freetype-2.5.5/src/psaux/module.mk
x freetype-2.5.5/src/psaux/psauxmod.c
x freetype-2.5.5/src/psaux/t1cmap.c
x freetype-2.5.5/src/psaux/afmparse.h
x freetype-2.5.5/src/psaux/psauxmod.h
x freetype-2.5.5/src/psaux/Jamfile
x freetype-2.5.5/src/psaux/psauxerr.h
x freetype-2.5.5/src/psaux/t1cmap.h
x freetype-2.5.5/src/psaux/psconv.h
x freetype-2.5.5/src/psaux/t1decode.h
x freetype-2.5.5/src/psaux/psaux.c
x freetype-2.5.5/src/psaux/afmparse.c
x freetype-2.5.5/src/psaux/t1decode.c
x freetype-2.5.5/src/psaux/psobjs.h
x freetype-2.5.5/src/cid/
x freetype-2.5.5/src/cid/rules.mk
x freetype-2.5.5/src/cid/module.mk
x freetype-2.5.5/src/cid/cidparse.c
x freetype-2.5.5/src/cid/cidload.h
x freetype-2.5.5/src/cid/cidgload.c
x freetype-2.5.5/src/cid/cidtoken.h
x freetype-2.5.5/src/cid/cidobjs.h
x freetype-2.5.5/src/cid/Jamfile
x freetype-2.5.5/src/cid/cidgload.h
x freetype-2.5.5/src/cid/cidriver.c
x freetype-2.5.5/src/cid/cidparse.h
x freetype-2.5.5/src/cid/ciderrs.h
x freetype-2.5.5/src/cid/cidriver.h
x freetype-2.5.5/src/cid/cidobjs.c
x freetype-2.5.5/src/cid/type1cid.c
x freetype-2.5.5/src/cid/cidload.c
x freetype-2.5.5/src/sfnt/
x freetype-2.5.5/src/sfnt/sferrors.h
x freetype-2.5.5/src/sfnt/rules.mk
x freetype-2.5.5/src/sfnt/module.mk
x freetype-2.5.5/src/sfnt/sfntpic.h
x freetype-2.5.5/src/sfnt/ttmtx.h
x freetype-2.5.5/src/sfnt/ttpost.c
x freetype-2.5.5/src/sfnt/sfdriver.c
x freetype-2.5.5/src/sfnt/ttkern.c
x freetype-2.5.5/src/sfnt/sfobjs.h
x freetype-2.5.5/src/sfnt/pngshim.h
x freetype-2.5.5/src/sfnt/ttload.c
x freetype-2.5.5/src/sfnt/sfobjs.c
x freetype-2.5.5/src/sfnt/pngshim.c
x freetype-2.5.5/src/sfnt/Jamfile
x freetype-2.5.5/src/sfnt/ttload.h
x freetype-2.5.5/src/sfnt/ttmtx.c
x freetype-2.5.5/src/sfnt/sfntpic.c
x freetype-2.5.5/src/sfnt/ttkern.h
x freetype-2.5.5/src/sfnt/ttbdf.c
x freetype-2.5.5/src/sfnt/ttcmapc.h
x freetype-2.5.5/src/sfnt/ttsbit.c
x freetype-2.5.5/src/sfnt/ttpost.h
x freetype-2.5.5/src/sfnt/ttcmap.c
x freetype-2.5.5/src/sfnt/ttsbit.h
x freetype-2.5.5/src/sfnt/ttbdf.h
x freetype-2.5.5/src/sfnt/sfnt.c
x freetype-2.5.5/src/sfnt/ttcmap.h
x freetype-2.5.5/src/sfnt/sfdriver.h
x freetype-2.5.5/src/gxvalid/
x freetype-2.5.5/src/gxvalid/gxvmort2.c
x freetype-2.5.5/src/gxvalid/rules.mk
x freetype-2.5.5/src/gxvalid/gxvfeat.h
x freetype-2.5.5/src/gxvalid/gxvmorx.c
x freetype-2.5.5/src/gxvalid/gxverror.h
x freetype-2.5.5/src/gxvalid/module.mk
x freetype-2.5.5/src/gxvalid/gxvcommn.h
x freetype-2.5.5/src/gxvalid/gxvalid.h
x freetype-2.5.5/src/gxvalid/gxvmort5.c
x freetype-2.5.5/src/gxvalid/gxvalid.c
x freetype-2.5.5/src/gxvalid/gxvmod.h
x freetype-2.5.5/src/gxvalid/gxvmorx4.c
x freetype-2.5.5/src/gxvalid/gxvtrak.c
x freetype-2.5.5/src/gxvalid/gxvmorx5.c
x freetype-2.5.5/src/gxvalid/gxvfgen.c
x freetype-2.5.5/src/gxvalid/gxvmorx1.c
x freetype-2.5.5/src/gxvalid/gxvmorx0.c
x freetype-2.5.5/src/gxvalid/Jamfile
x freetype-2.5.5/src/gxvalid/README
x freetype-2.5.5/src/gxvalid/gxvkern.c
x freetype-2.5.5/src/gxvalid/gxvmod.c
x freetype-2.5.5/src/gxvalid/gxvlcar.c
x freetype-2.5.5/src/gxvalid/gxvmorx2.c
x freetype-2.5.5/src/gxvalid/gxvmort0.c
x freetype-2.5.5/src/gxvalid/gxvprop.c
x freetype-2.5.5/src/gxvalid/gxvmort1.c
x freetype-2.5.5/src/gxvalid/gxvopbd.c
x freetype-2.5.5/src/gxvalid/gxvbsln.c
x freetype-2.5.5/src/gxvalid/gxvcommn.c
x freetype-2.5.5/src/gxvalid/gxvjust.c
x freetype-2.5.5/src/gxvalid/gxvmorx.h
x freetype-2.5.5/src/gxvalid/gxvmort4.c
x freetype-2.5.5/src/gxvalid/gxvmort.c
x freetype-2.5.5/src/gxvalid/gxvfeat.c
x freetype-2.5.5/src/gxvalid/gxvmort.h
x freetype-2.5.5/src/otvalid/
x freetype-2.5.5/src/otvalid/rules.mk
x freetype-2.5.5/src/otvalid/otvmath.c
x freetype-2.5.5/src/otvalid/module.mk
x freetype-2.5.5/src/otvalid/otverror.h
x freetype-2.5.5/src/otvalid/Jamfile
x freetype-2.5.5/src/otvalid/otvalid.h
x freetype-2.5.5/src/otvalid/otvgsub.c
x freetype-2.5.5/src/otvalid/otvgpos.c
x freetype-2.5.5/src/otvalid/otvgdef.c
x freetype-2.5.5/src/otvalid/otvmod.h
x freetype-2.5.5/src/otvalid/otvalid.c
x freetype-2.5.5/src/otvalid/otvcommn.c
x freetype-2.5.5/src/otvalid/otvbase.c
x freetype-2.5.5/src/otvalid/otvjstf.c
x freetype-2.5.5/src/otvalid/otvmod.c
x freetype-2.5.5/src/otvalid/otvcommn.h
x freetype-2.5.5/src/otvalid/otvgpos.h
x freetype-2.5.5/src/tools/
x freetype-2.5.5/src/tools/cordic.py
x freetype-2.5.5/src/tools/afblue.pl
x freetype-2.5.5/src/tools/glnames.py
x freetype-2.5.5/src/tools/docmaker/
x freetype-2.5.5/src/tools/docmaker/tohtml.py
x freetype-2.5.5/src/tools/docmaker/docbeauty.py
x freetype-2.5.5/src/tools/docmaker/docmaker.py
x freetype-2.5.5/src/tools/docmaker/sources.py
x freetype-2.5.5/src/tools/docmaker/content.py
x freetype-2.5.5/src/tools/docmaker/utils.py
x freetype-2.5.5/src/tools/docmaker/formatter.py
x freetype-2.5.5/src/tools/chktrcmp.py
x freetype-2.5.5/src/tools/Jamfile
x freetype-2.5.5/src/tools/ftrandom/
x freetype-2.5.5/src/tools/ftrandom/Makefile
x freetype-2.5.5/src/tools/ftrandom/README
x freetype-2.5.5/src/tools/ftrandom/ftrandom.c
x freetype-2.5.5/src/tools/test_bbox.c
x freetype-2.5.5/src/tools/test_afm.c
x freetype-2.5.5/src/tools/test_trig.c
x freetype-2.5.5/src/tools/apinames.c
x freetype-2.5.5/src/Jamfile
x freetype-2.5.5/src/cff/
x freetype-2.5.5/src/cff/rules.mk
x freetype-2.5.5/src/cff/cffgload.h
x freetype-2.5.5/src/cff/cf2ft.h
x freetype-2.5.5/src/cff/module.mk
x freetype-2.5.5/src/cff/cffpic.c
x freetype-2.5.5/src/cff/cf2ft.c
x freetype-2.5.5/src/cff/cf2error.h
x freetype-2.5.5/src/cff/cffparse.c
x freetype-2.5.5/src/cff/cffobjs.c
x freetype-2.5.5/src/cff/cf2error.c
x freetype-2.5.5/src/cff/cf2blues.h
x freetype-2.5.5/src/cff/cf2fixed.h
x freetype-2.5.5/src/cff/cf2intrp.h
x freetype-2.5.5/src/cff/cf2glue.h
x freetype-2.5.5/src/cff/cfferrs.h
x freetype-2.5.5/src/cff/cffobjs.h
x freetype-2.5.5/src/cff/cf2types.h
x freetype-2.5.5/src/cff/cffgload.c
x freetype-2.5.5/src/cff/cf2hints.c
x freetype-2.5.5/src/cff/Jamfile
x freetype-2.5.5/src/cff/cf2stack.c
x freetype-2.5.5/src/cff/cf2arrst.c
x freetype-2.5.5/src/cff/cf2blues.c
x freetype-2.5.5/src/cff/cfftypes.h
x freetype-2.5.5/src/cff/cffcmap.c
x freetype-2.5.5/src/cff/cffcmap.h
x freetype-2.5.5/src/cff/cf2read.h
x freetype-2.5.5/src/cff/cf2arrst.h
x freetype-2.5.5/src/cff/cff.c
x freetype-2.5.5/src/cff/cffdrivr.h
x freetype-2.5.5/src/cff/cf2read.c
x freetype-2.5.5/src/cff/cffpic.h
x freetype-2.5.5/src/cff/cfftoken.h
x freetype-2.5.5/src/cff/cf2hints.h
x freetype-2.5.5/src/cff/cf2font.h
x freetype-2.5.5/src/cff/cffload.h
x freetype-2.5.5/src/cff/cf2stack.h
x freetype-2.5.5/src/cff/cffparse.h
x freetype-2.5.5/src/cff/cffload.c
x freetype-2.5.5/src/cff/cf2font.c
x freetype-2.5.5/src/cff/cf2intrp.c
x freetype-2.5.5/src/cff/cffdrivr.c
x freetype-2.5.5/src/pfr/
x freetype-2.5.5/src/pfr/rules.mk
x freetype-2.5.5/src/pfr/pfrload.c
x freetype-2.5.5/src/pfr/module.mk
x freetype-2.5.5/src/pfr/pfrobjs.h
x freetype-2.5.5/src/pfr/pfrsbit.c
x freetype-2.5.5/src/pfr/pfrdrivr.h
x freetype-2.5.5/src/pfr/pfrcmap.c
x freetype-2.5.5/src/pfr/pfrtypes.h
x freetype-2.5.5/src/pfr/pfrobjs.c
x freetype-2.5.5/src/pfr/pfrdrivr.c
x freetype-2.5.5/src/pfr/pfrload.h
x freetype-2.5.5/src/pfr/pfrgload.h
x freetype-2.5.5/src/pfr/Jamfile
x freetype-2.5.5/src/pfr/pfrsbit.h
x freetype-2.5.5/src/pfr/pfrerror.h
x freetype-2.5.5/src/pfr/pfrgload.c
x freetype-2.5.5/src/pfr/pfrcmap.h
x freetype-2.5.5/src/pfr/pfr.c
x freetype-2.5.5/src/pcf/
x freetype-2.5.5/src/pcf/rules.mk
x freetype-2.5.5/src/pcf/pcfdrivr.h
x freetype-2.5.5/src/pcf/module.mk
x freetype-2.5.5/src/pcf/pcfutil.h
x freetype-2.5.5/src/pcf/pcfread.c
x freetype-2.5.5/src/pcf/Jamfile
x freetype-2.5.5/src/pcf/README
x freetype-2.5.5/src/pcf/pcf.h
x freetype-2.5.5/src/pcf/pcf.c
x freetype-2.5.5/src/pcf/pcfdrivr.c
x freetype-2.5.5/src/pcf/pcferror.h
x freetype-2.5.5/src/pcf/pcfread.h
x freetype-2.5.5/src/pcf/pcfutil.c
x freetype-2.5.5/src/cache/
x freetype-2.5.5/src/cache/rules.mk
x freetype-2.5.5/src/cache/ftcerror.h
x freetype-2.5.5/src/cache/ftcmanag.h
x freetype-2.5.5/src/cache/ftcbasic.c
x freetype-2.5.5/src/cache/ftcmanag.c
x freetype-2.5.5/src/cache/ftcmru.h
x freetype-2.5.5/src/cache/ftcsbits.h
x freetype-2.5.5/src/cache/Jamfile
x freetype-2.5.5/src/cache/ftccmap.c
x freetype-2.5.5/src/cache/ftcmru.c
x freetype-2.5.5/src/cache/ftcglyph.h
x freetype-2.5.5/src/cache/ftcglyph.c
x freetype-2.5.5/src/cache/ftcimage.c
x freetype-2.5.5/src/cache/ftccache.h
x freetype-2.5.5/src/cache/ftccback.h
x freetype-2.5.5/src/cache/ftcimage.h
x freetype-2.5.5/src/cache/ftcache.c
x freetype-2.5.5/src/cache/ftcsbits.c
x freetype-2.5.5/src/cache/ftccache.c
x freetype-2.5.5/src/bzip2/
x freetype-2.5.5/src/bzip2/ftbzip2.c
x freetype-2.5.5/src/bzip2/rules.mk
x freetype-2.5.5/src/bzip2/Jamfile
x freetype-2.5.5/src/autofit/
x freetype-2.5.5/src/autofit/aflatin.c
x freetype-2.5.5/src/autofit/rules.mk
x freetype-2.5.5/src/autofit/afranges.h
x freetype-2.5.5/src/autofit/afindic.c
x freetype-2.5.5/src/autofit/module.mk
x freetype-2.5.5/src/autofit/afblue.dat
x freetype-2.5.5/src/autofit/afglobal.h
x freetype-2.5.5/src/autofit/afhints.h
x freetype-2.5.5/src/autofit/autofit.c
x freetype-2.5.5/src/autofit/afwrtsys.h
x freetype-2.5.5/src/autofit/afglobal.c
x freetype-2.5.5/src/autofit/afloader.h
x freetype-2.5.5/src/autofit/aflatin2.c
x freetype-2.5.5/src/autofit/afblue.hin
x freetype-2.5.5/src/autofit/aftypes.h
x freetype-2.5.5/src/autofit/afindic.h
x freetype-2.5.5/src/autofit/hbshim.c
x freetype-2.5.5/src/autofit/afloader.c
x freetype-2.5.5/src/autofit/afpic.h
x freetype-2.5.5/src/autofit/afmodule.c
x freetype-2.5.5/src/autofit/afangles.c
x freetype-2.5.5/src/autofit/Jamfile
x freetype-2.5.5/src/autofit/aferrors.h
x freetype-2.5.5/src/autofit/afwarp.h
x freetype-2.5.5/src/autofit/afscript.h
x freetype-2.5.5/src/autofit/afmodule.h
x freetype-2.5.5/src/autofit/afhints.c
x freetype-2.5.5/src/autofit/afblue.c
x freetype-2.5.5/src/autofit/afranges.c
x freetype-2.5.5/src/autofit/afdummy.c
x freetype-2.5.5/src/autofit/afdummy.h
x freetype-2.5.5/src/autofit/afcjk.c
x freetype-2.5.5/src/autofit/hbshim.h
x freetype-2.5.5/src/autofit/afblue.h
x freetype-2.5.5/src/autofit/afcjk.h
x freetype-2.5.5/src/autofit/aflatin2.h
x freetype-2.5.5/src/autofit/afpic.c
x freetype-2.5.5/src/autofit/afstyles.h
x freetype-2.5.5/src/autofit/afcover.h
x freetype-2.5.5/src/autofit/afwarp.c
x freetype-2.5.5/src/autofit/afangles.h
x freetype-2.5.5/src/autofit/afblue.cin
x freetype-2.5.5/src/autofit/aflatin.h
x freetype-2.5.5/src/gzip/
x freetype-2.5.5/src/gzip/rules.mk
x freetype-2.5.5/src/gzip/zlib.h
x freetype-2.5.5/src/gzip/infcodes.c
x freetype-2.5.5/src/gzip/infblock.h
x freetype-2.5.5/src/gzip/inftrees.c
x freetype-2.5.5/src/gzip/adler32.c
x freetype-2.5.5/src/gzip/infblock.c
x freetype-2.5.5/src/gzip/zconf.h
x freetype-2.5.5/src/gzip/infutil.h
x freetype-2.5.5/src/gzip/inffixed.h
x freetype-2.5.5/src/gzip/infcodes.h
x freetype-2.5.5/src/gzip/ftgzip.c
x freetype-2.5.5/src/gzip/Jamfile
x freetype-2.5.5/src/gzip/infutil.c
x freetype-2.5.5/src/gzip/zutil.c
x freetype-2.5.5/src/gzip/zutil.h
x freetype-2.5.5/src/gzip/inftrees.h
x freetype-2.5.5/src/gzip/inflate.c
x freetype-2.5.5/src/lzw/
x freetype-2.5.5/src/lzw/rules.mk
x freetype-2.5.5/src/lzw/ftzopen.c
x freetype-2.5.5/src/lzw/Jamfile
x freetype-2.5.5/src/lzw/ftlzw.c
x freetype-2.5.5/src/lzw/ftzopen.h
x freetype-2.5.5/src/smooth/
x freetype-2.5.5/src/smooth/rules.mk
x freetype-2.5.5/src/smooth/module.mk
x freetype-2.5.5/src/smooth/ftgrays.c
x freetype-2.5.5/src/smooth/ftsmooth.c
x freetype-2.5.5/src/smooth/ftgrays.h
x freetype-2.5.5/src/smooth/Jamfile
x freetype-2.5.5/src/smooth/ftspic.c
x freetype-2.5.5/src/smooth/smooth.c
x freetype-2.5.5/src/smooth/ftsmerrs.h
x freetype-2.5.5/src/smooth/ftsmooth.h
x freetype-2.5.5/src/smooth/ftspic.h
x freetype-2.5.5/src/truetype/
x freetype-2.5.5/src/truetype/rules.mk
x freetype-2.5.5/src/truetype/ttpload.h
x freetype-2.5.5/src/truetype/ttgxvar.c
x freetype-2.5.5/src/truetype/module.mk
x freetype-2.5.5/src/truetype/ttgload.h
x freetype-2.5.5/src/truetype/ttobjs.h
x freetype-2.5.5/src/truetype/ttgxvar.h
x freetype-2.5.5/src/truetype/ttdriver.c
x freetype-2.5.5/src/truetype/ttdriver.h
x freetype-2.5.5/src/truetype/ttpic.h
x freetype-2.5.5/src/truetype/ttinterp.c
x freetype-2.5.5/src/truetype/ttsubpix.c
x freetype-2.5.5/src/truetype/ttinterp.h
x freetype-2.5.5/src/truetype/ttobjs.c
x freetype-2.5.5/src/truetype/Jamfile
x freetype-2.5.5/src/truetype/ttgload.c
x freetype-2.5.5/src/truetype/ttsubpix.h
x freetype-2.5.5/src/truetype/ttpic.c
x freetype-2.5.5/src/truetype/tterrors.h
x freetype-2.5.5/src/truetype/ttpload.c
x freetype-2.5.5/src/truetype/truetype.c
x freetype-2.5.5/src/type42/
x freetype-2.5.5/src/type42/rules.mk
x freetype-2.5.5/src/type42/type42.c
x freetype-2.5.5/src/type42/module.mk
x freetype-2.5.5/src/type42/t42error.h
x freetype-2.5.5/src/type42/t42objs.h
x freetype-2.5.5/src/type42/t42parse.h
x freetype-2.5.5/src/type42/t42objs.c
x freetype-2.5.5/src/type42/Jamfile
x freetype-2.5.5/src/type42/t42types.h
x freetype-2.5.5/src/type42/t42drivr.c
x freetype-2.5.5/src/type42/t42drivr.h
x freetype-2.5.5/src/type42/t42parse.c
x freetype-2.5.5/src/base/
x freetype-2.5.5/src/base/md5.c
x freetype-2.5.5/src/base/rules.mk
x freetype-2.5.5/src/base/ftmac.c
x freetype-2.5.5/src/base/ftpatent.c
x freetype-2.5.5/src/base/fttype1.c
x freetype-2.5.5/src/base/ftfstype.c
x freetype-2.5.5/src/base/ftlcdfil.c
x freetype-2.5.5/src/base/ftcid.c
x freetype-2.5.5/src/base/basepic.h
x freetype-2.5.5/src/base/ftstream.c
x freetype-2.5.5/src/base/ftgxval.c
x freetype-2.5.5/src/base/ftapi.c
x freetype-2.5.5/src/base/Jamfile
x freetype-2.5.5/src/base/ftsnames.c
x freetype-2.5.5/src/base/basepic.c
x freetype-2.5.5/src/base/fttrigon.c
x freetype-2.5.5/src/base/ftinit.c
x freetype-2.5.5/src/base/ftpfr.c
x freetype-2.5.5/src/base/ftmm.c
x freetype-2.5.5/src/base/ftbase.c
x freetype-2.5.5/src/base/md5.h
x freetype-2.5.5/src/base/ftadvanc.c
x freetype-2.5.5/src/base/ftbase.h
x freetype-2.5.5/src/base/ftotval.c
x freetype-2.5.5/src/base/ftobjs.c
x freetype-2.5.5/src/base/ftoutln.c
x freetype-2.5.5/src/base/ftbdf.c
x freetype-2.5.5/src/base/ftsynth.c
x freetype-2.5.5/src/base/ftgasp.c
x freetype-2.5.5/src/base/ftstroke.c
x freetype-2.5.5/src/base/ftbitmap.c
x freetype-2.5.5/src/base/ftrfork.c
x freetype-2.5.5/src/base/ftpic.c
x freetype-2.5.5/src/base/ftwinfnt.c
x freetype-2.5.5/src/base/ftglyph.c
x freetype-2.5.5/src/base/ftbbox.c
x freetype-2.5.5/src/base/ftgloadr.c
x freetype-2.5.5/src/base/ftcalc.c
x freetype-2.5.5/src/base/ftutil.c
x freetype-2.5.5/src/base/ftdbgmem.c
x freetype-2.5.5/src/base/ftxf86.c
x freetype-2.5.5/src/base/ftdebug.c
x freetype-2.5.5/src/base/ftsystem.c
x freetype-2.5.5/src/type1/
x freetype-2.5.5/src/type1/rules.mk
x freetype-2.5.5/src/type1/module.mk
x freetype-2.5.5/src/type1/type1.c
x freetype-2.5.5/src/type1/t1gload.h
x freetype-2.5.5/src/type1/t1afm.h
x freetype-2.5.5/src/type1/t1objs.c
x freetype-2.5.5/src/type1/Jamfile
x freetype-2.5.5/src/type1/t1parse.c
x freetype-2.5.5/src/type1/t1load.h
x freetype-2.5.5/src/type1/t1driver.c
x freetype-2.5.5/src/type1/t1tokens.h
x freetype-2.5.5/src/type1/t1driver.h
x freetype-2.5.5/src/type1/t1afm.c
x freetype-2.5.5/src/type1/t1errors.h
x freetype-2.5.5/src/type1/t1parse.h
x freetype-2.5.5/src/type1/t1load.c
x freetype-2.5.5/src/type1/t1objs.h
x freetype-2.5.5/src/type1/t1gload.c
x freetype-2.5.5/src/psnames/
x freetype-2.5.5/src/psnames/rules.mk
x freetype-2.5.5/src/psnames/pstables.h
x freetype-2.5.5/src/psnames/module.mk
x freetype-2.5.5/src/psnames/psnames.c
x freetype-2.5.5/src/psnames/psmodule.c
x freetype-2.5.5/src/psnames/pspic.c
x freetype-2.5.5/src/psnames/Jamfile
x freetype-2.5.5/src/psnames/psmodule.h
x freetype-2.5.5/src/psnames/psnamerr.h
x freetype-2.5.5/src/psnames/pspic.h
x freetype-2.5.5/objs/
x freetype-2.5.5/objs/README
x freetype-2.5.5/devel/
x freetype-2.5.5/devel/ftoption.h
x freetype-2.5.5/devel/ft2build.h
x freetype-2.5.5/builds/
x freetype-2.5.5/builds/wince/
x freetype-2.5.5/builds/wince/vc2008-ce/
x freetype-2.5.5/builds/wince/vc2008-ce/freetype.sln
x freetype-2.5.5/builds/wince/vc2008-ce/freetype.vcproj
x freetype-2.5.5/builds/wince/vc2008-ce/index.html
x freetype-2.5.5/builds/wince/vc2005-ce/
x freetype-2.5.5/builds/wince/vc2005-ce/freetype.sln
x freetype-2.5.5/builds/wince/vc2005-ce/freetype.vcproj
x freetype-2.5.5/builds/wince/vc2005-ce/index.html
x freetype-2.5.5/builds/wince/ftdebug.c
x freetype-2.5.5/builds/os2/
x freetype-2.5.5/builds/os2/os2-def.mk
x freetype-2.5.5/builds/os2/os2-gcc.mk
x freetype-2.5.5/builds/os2/detect.mk
x freetype-2.5.5/builds/os2/os2-dev.mk
x freetype-2.5.5/builds/dos/
x freetype-2.5.5/builds/dos/dos-def.mk
x freetype-2.5.5/builds/dos/dos-emx.mk
x freetype-2.5.5/builds/dos/dos-gcc.mk
x freetype-2.5.5/builds/dos/detect.mk
x freetype-2.5.5/builds/dos/dos-wat.mk
x freetype-2.5.5/builds/beos/
x freetype-2.5.5/builds/beos/beos.mk
x freetype-2.5.5/builds/beos/detect.mk
x freetype-2.5.5/builds/beos/beos-def.mk
x freetype-2.5.5/builds/modules.mk
x freetype-2.5.5/builds/atari/
x freetype-2.5.5/builds/atari/gen-purec-patch.sh
x freetype-2.5.5/builds/atari/FREETYPE.PRJ
x freetype-2.5.5/builds/atari/README.TXT
x freetype-2.5.5/builds/atari/deflinejoiner.awk
x freetype-2.5.5/builds/atari/ATARI.H
x freetype-2.5.5/builds/atari/FNames.SIC
x freetype-2.5.5/builds/compiler/
x freetype-2.5.5/builds/compiler/visualage.mk
x freetype-2.5.5/builds/compiler/gcc-dev.mk
x freetype-2.5.5/builds/compiler/win-lcc.mk
x freetype-2.5.5/builds/compiler/bcc-dev.mk
x freetype-2.5.5/builds/compiler/emx.mk
x freetype-2.5.5/builds/compiler/visualc.mk
x freetype-2.5.5/builds/compiler/intelc.mk
x freetype-2.5.5/builds/compiler/unix-lcc.mk
x freetype-2.5.5/builds/compiler/watcom.mk
x freetype-2.5.5/builds/compiler/bcc.mk
x freetype-2.5.5/builds/compiler/gcc.mk
x freetype-2.5.5/builds/compiler/ansi-cc.mk
x freetype-2.5.5/builds/amiga/
x freetype-2.5.5/builds/amiga/makefile
x freetype-2.5.5/builds/amiga/README
x freetype-2.5.5/builds/amiga/include/
x freetype-2.5.5/builds/amiga/include/config/
x freetype-2.5.5/builds/amiga/include/config/ftconfig.h
x freetype-2.5.5/builds/amiga/include/config/ftmodule.h
x freetype-2.5.5/builds/amiga/src/
x freetype-2.5.5/builds/amiga/src/base/
x freetype-2.5.5/builds/amiga/src/base/ftdebug.c
x freetype-2.5.5/builds/amiga/src/base/ftsystem.c
x freetype-2.5.5/builds/amiga/makefile.os4
x freetype-2.5.5/builds/amiga/smakefile
x freetype-2.5.5/builds/vms/
x freetype-2.5.5/builds/vms/ftconfig.h
x freetype-2.5.5/builds/vms/ftsystem.c
x freetype-2.5.5/builds/mac/
x freetype-2.5.5/builds/mac/ftmac.c
x freetype-2.5.5/builds/mac/ftlib.prj.xml
x freetype-2.5.5/builds/mac/freetype-Info.plist
x freetype-2.5.5/builds/mac/FreeType.m68k_cfm.make.txt
x freetype-2.5.5/builds/mac/FreeType.ppc_classic.make.txt
x freetype-2.5.5/builds/mac/README
x freetype-2.5.5/builds/mac/FreeType.m68k_far.make.txt
x freetype-2.5.5/builds/mac/ascii2mpw.py
x freetype-2.5.5/builds/mac/FreeType.ppc_carbon.make.txt
x freetype-2.5.5/builds/unix/
x freetype-2.5.5/builds/unix/freetype2.in
x freetype-2.5.5/builds/unix/freetype-config.in
x freetype-2.5.5/builds/unix/configure
x freetype-2.5.5/builds/unix/pkg.m4
x freetype-2.5.5/builds/unix/freetype2.m4
x freetype-2.5.5/builds/unix/config.guess
x freetype-2.5.5/builds/unix/install-sh
x freetype-2.5.5/builds/unix/unix-cc.in
x freetype-2.5.5/builds/unix/configure.raw
x freetype-2.5.5/builds/unix/config.sub
x freetype-2.5.5/builds/unix/ft-munmap.m4
x freetype-2.5.5/builds/unix/unixddef.mk
x freetype-2.5.5/builds/unix/ltmain.sh
x freetype-2.5.5/builds/unix/unix-dev.mk
x freetype-2.5.5/builds/unix/install.mk
x freetype-2.5.5/builds/unix/detect.mk
x freetype-2.5.5/builds/unix/configure.ac
x freetype-2.5.5/builds/unix/unix-lcc.mk
x freetype-2.5.5/builds/unix/aclocal.m4
x freetype-2.5.5/builds/unix/ftconfig.in
x freetype-2.5.5/builds/unix/unix-def.in
x freetype-2.5.5/builds/unix/mkinstalldirs
x freetype-2.5.5/builds/unix/ftsystem.c
x freetype-2.5.5/builds/unix/unix.mk
x freetype-2.5.5/builds/symbian/
x freetype-2.5.5/builds/symbian/freetype.mmp
x freetype-2.5.5/builds/symbian/bld.inf
x freetype-2.5.5/builds/windows/
x freetype-2.5.5/builds/windows/w32-vcc.mk
x freetype-2.5.5/builds/windows/w32-bccd.mk
x freetype-2.5.5/builds/windows/w32-dev.mk
x freetype-2.5.5/builds/windows/vc2008/
x freetype-2.5.5/builds/windows/vc2008/freetype.sln
x freetype-2.5.5/builds/windows/vc2008/freetype.vcproj
x freetype-2.5.5/builds/windows/vc2008/index.html
x freetype-2.5.5/builds/windows/visualce/
x freetype-2.5.5/builds/windows/visualce/freetype.dsp
x freetype-2.5.5/builds/windows/visualce/freetype.dsw
x freetype-2.5.5/builds/windows/visualce/freetype.vcproj
x freetype-2.5.5/builds/windows/visualce/index.html
x freetype-2.5.5/builds/windows/visualc/
x freetype-2.5.5/builds/windows/visualc/freetype.dsp
x freetype-2.5.5/builds/windows/visualc/freetype.sln
x freetype-2.5.5/builds/windows/visualc/freetype.dsw
x freetype-2.5.5/builds/windows/visualc/freetype.vcproj
x freetype-2.5.5/builds/windows/visualc/index.html
x freetype-2.5.5/builds/windows/vc2010/
x freetype-2.5.5/builds/windows/vc2010/freetype.sln
x freetype-2.5.5/builds/windows/vc2010/freetype.vcxproj.filters
x freetype-2.5.5/builds/windows/vc2010/freetype.vcxproj
x freetype-2.5.5/builds/windows/vc2010/index.html
x freetype-2.5.5/builds/windows/vc2010/freetype.user.props
x freetype-2.5.5/builds/windows/w32-lcc.mk
x freetype-2.5.5/builds/windows/w32-bcc.mk
x freetype-2.5.5/builds/windows/detect.mk
x freetype-2.5.5/builds/windows/w32-gcc.mk
x freetype-2.5.5/builds/windows/w32-intl.mk
x freetype-2.5.5/builds/windows/w32-icc.mk
x freetype-2.5.5/builds/windows/w32-mingw32.mk
x freetype-2.5.5/builds/windows/win32-def.mk
x freetype-2.5.5/builds/windows/w32-wat.mk
x freetype-2.5.5/builds/windows/vc2005/
x freetype-2.5.5/builds/windows/vc2005/freetype.sln
x freetype-2.5.5/builds/windows/vc2005/freetype.vcproj
x freetype-2.5.5/builds/windows/vc2005/index.html
x freetype-2.5.5/builds/windows/ftdebug.c
x freetype-2.5.5/builds/newline
x freetype-2.5.5/builds/link_std.mk
x freetype-2.5.5/builds/freetype.mk
x freetype-2.5.5/builds/detect.mk
x freetype-2.5.5/builds/cmake/
x freetype-2.5.5/builds/cmake/iOS.cmake
x freetype-2.5.5/builds/link_dos.mk
x freetype-2.5.5/builds/exports.mk
x freetype-2.5.5/builds/ansi/
x freetype-2.5.5/builds/ansi/ansi.mk
x freetype-2.5.5/builds/ansi/ansi-def.mk
x freetype-2.5.5/builds/toplevel.mk
x freetype-2.5.5/vms_make.com
x freetype-2.5.5/autogen.sh
x freetype-2.5.5/ChangeLog.20
x freetype-2.5.5/README.git
x freetype-2.5.5/ChangeLog.21
Extract freetype for armv7
Extract /Users/ltgiv/kivy-ios/.cache/freetype-freetype-2.5.5.tar.bz2 into /Users/ltgiv/kivy-ios/build/freetype/armv7
x freetype-2.5.5/
x freetype-2.5.5/configure
x freetype-2.5.5/ChangeLog
x freetype-2.5.5/docs/
x freetype-2.5.5/docs/TODO
x freetype-2.5.5/docs/INSTALL.UNIX
x freetype-2.5.5/docs/FTL.TXT
x freetype-2.5.5/docs/formats.txt
x freetype-2.5.5/docs/reference/
x freetype-2.5.5/docs/reference/ft2-raster.html
x freetype-2.5.5/docs/reference/ft2-header_inclusion.html
x freetype-2.5.5/docs/reference/ft2-index.html
x freetype-2.5.5/docs/reference/ft2-computations.html
x freetype-2.5.5/docs/reference/ft2-auto_hinter.html
x freetype-2.5.5/docs/reference/ft2-ot_validation.html
x freetype-2.5.5/docs/reference/ft2-user_allocation.html
x freetype-2.5.5/docs/reference/ft2-system_interface.html
x freetype-2.5.5/docs/reference/ft2-truetype_engine.html
x freetype-2.5.5/docs/reference/ft2-gzip.html
x freetype-2.5.5/docs/reference/ft2-bzip2.html
x freetype-2.5.5/docs/reference/ft2-lzw.html
x freetype-2.5.5/docs/reference/ft2-gx_validation.html
x freetype-2.5.5/docs/reference/ft2-incremental.html
x freetype-2.5.5/docs/reference/ft2-basic_types.html
x freetype-2.5.5/docs/reference/ft2-list_processing.html
x freetype-2.5.5/docs/reference/ft2-header_file_macros.html
x freetype-2.5.5/docs/reference/ft2-sfnt_names.html
x freetype-2.5.5/docs/reference/README
x freetype-2.5.5/docs/reference/ft2-font_formats.html
x freetype-2.5.5/docs/reference/ft2-lcd_filtering.html
x freetype-2.5.5/docs/reference/ft2-version.html
x freetype-2.5.5/docs/reference/ft2-glyph_management.html
x freetype-2.5.5/docs/reference/ft2-type1_tables.html
x freetype-2.5.5/docs/reference/ft2-cid_fonts.html
x freetype-2.5.5/docs/reference/ft2-base_interface.html
x freetype-2.5.5/docs/reference/ft2-pfr_fonts.html
x freetype-2.5.5/docs/reference/ft2-glyph_variants.html
x freetype-2.5.5/docs/reference/ft2-tt_driver.html
x freetype-2.5.5/docs/reference/ft2-module_management.html
x freetype-2.5.5/docs/reference/ft2-toc.html
x freetype-2.5.5/docs/reference/ft2-winfnt_fonts.html
x freetype-2.5.5/docs/reference/ft2-multiple_masters.html
x freetype-2.5.5/docs/reference/ft2-cache_subsystem.html
x freetype-2.5.5/docs/reference/ft2-quick_advance.html
x freetype-2.5.5/docs/reference/ft2-truetype_tables.html
x freetype-2.5.5/docs/reference/ft2-cff_driver.html
x freetype-2.5.5/docs/reference/ft2-sizes_management.html
x freetype-2.5.5/docs/reference/ft2-glyph_stroker.html
x freetype-2.5.5/docs/reference/ft2-bdf_fonts.html
x freetype-2.5.5/docs/reference/ft2-mac_specific.html
x freetype-2.5.5/docs/reference/ft2-bitmap_handling.html
x freetype-2.5.5/docs/reference/ft2-gasp_table.html
x freetype-2.5.5/docs/reference/ft2-outline_processing.html
x freetype-2.5.5/docs/CUSTOMIZE
x freetype-2.5.5/docs/INSTALL.CROSS
x freetype-2.5.5/docs/VERSION.DLL
x freetype-2.5.5/docs/release
x freetype-2.5.5/docs/INSTALL.VMS
x freetype-2.5.5/docs/INSTALL.ANY
x freetype-2.5.5/docs/raster.txt
x freetype-2.5.5/docs/PROBLEMS
x freetype-2.5.5/docs/INSTALL.MAC
x freetype-2.5.5/docs/freetype-config.1
x freetype-2.5.5/docs/CHANGES
x freetype-2.5.5/docs/LICENSE.TXT
x freetype-2.5.5/docs/CMAKE
x freetype-2.5.5/docs/GPLv2.TXT
x freetype-2.5.5/docs/INSTALL.GNU
x freetype-2.5.5/docs/MAKEPP
x freetype-2.5.5/docs/DEBUG
x freetype-2.5.5/docs/INSTALL
x freetype-2.5.5/ChangeLog.24
x freetype-2.5.5/ChangeLog.23
x freetype-2.5.5/Makefile
x freetype-2.5.5/Jamrules
x freetype-2.5.5/version.sed
x freetype-2.5.5/modules.cfg
x freetype-2.5.5/ChangeLog.22
x freetype-2.5.5/Jamfile
x freetype-2.5.5/README
x freetype-2.5.5/CMakeLists.txt
x freetype-2.5.5/include/
x freetype-2.5.5/include/ftwinfnt.h
x freetype-2.5.5/include/tttables.h
x freetype-2.5.5/include/ftbitmap.h
x freetype-2.5.5/include/ttnameid.h
x freetype-2.5.5/include/ftsnames.h
x freetype-2.5.5/include/ftcffdrv.h
x freetype-2.5.5/include/fterrdef.h
x freetype-2.5.5/include/t1tables.h
x freetype-2.5.5/include/ftautoh.h
x freetype-2.5.5/include/fttypes.h
x freetype-2.5.5/include/ftcid.h
x freetype-2.5.5/include/ftsystem.h
x freetype-2.5.5/include/ftgasp.h
x freetype-2.5.5/include/ftlzw.h
x freetype-2.5.5/include/ftchapters.h
x freetype-2.5.5/include/freetype.h
x freetype-2.5.5/include/ftpfr.h
x freetype-2.5.5/include/ftbdf.h
x freetype-2.5.5/include/ftadvanc.h
x freetype-2.5.5/include/ftmac.h
x freetype-2.5.5/include/ftrender.h
x freetype-2.5.5/include/tttags.h
x freetype-2.5.5/include/internal/
x freetype-2.5.5/include/internal/autohint.h
x freetype-2.5.5/include/internal/ftgloadr.h
x freetype-2.5.5/include/internal/ftobjs.h
x freetype-2.5.5/include/internal/ftdebug.h
x freetype-2.5.5/include/internal/t1types.h
x freetype-2.5.5/include/internal/tttypes.h
x freetype-2.5.5/include/internal/psaux.h
x freetype-2.5.5/include/internal/pshints.h
x freetype-2.5.5/include/internal/ftdriver.h
x freetype-2.5.5/include/internal/sfnt.h
x freetype-2.5.5/include/internal/ftstream.h
x freetype-2.5.5/include/internal/fttrace.h
x freetype-2.5.5/include/internal/services/
x freetype-2.5.5/include/internal/services/svpscmap.h
x freetype-2.5.5/include/internal/services/svkern.h
x freetype-2.5.5/include/internal/services/svgxval.h
x freetype-2.5.5/include/internal/services/svgldict.h
x freetype-2.5.5/include/internal/services/svprop.h
x freetype-2.5.5/include/internal/services/svmm.h
x freetype-2.5.5/include/internal/services/svpsinfo.h
x freetype-2.5.5/include/internal/services/svbdf.h
x freetype-2.5.5/include/internal/services/svotval.h
x freetype-2.5.5/include/internal/services/svttglyf.h
x freetype-2.5.5/include/internal/services/svwinfnt.h
x freetype-2.5.5/include/internal/services/svpostnm.h
x freetype-2.5.5/include/internal/services/svpfr.h
x freetype-2.5.5/include/internal/services/svsfnt.h
x freetype-2.5.5/include/internal/services/svtteng.h
x freetype-2.5.5/include/internal/services/svcid.h
x freetype-2.5.5/include/internal/services/svxf86nm.h
x freetype-2.5.5/include/internal/services/svttcmap.h
x freetype-2.5.5/include/internal/ftmemory.h
x freetype-2.5.5/include/internal/ftrfork.h
x freetype-2.5.5/include/internal/ftcalc.h
x freetype-2.5.5/include/internal/ftpic.h
x freetype-2.5.5/include/internal/ftvalid.h
x freetype-2.5.5/include/internal/ftserv.h
x freetype-2.5.5/include/internal/internal.h
x freetype-2.5.5/include/ftsynth.h
x freetype-2.5.5/include/ftttdrv.h
x freetype-2.5.5/include/ttunpat.h
x freetype-2.5.5/include/ftgxval.h
x freetype-2.5.5/include/ftsizes.h
x freetype-2.5.5/include/ftbbox.h
x freetype-2.5.5/include/ftoutln.h
x freetype-2.5.5/include/ftimage.h
x freetype-2.5.5/include/ftmodapi.h
x freetype-2.5.5/include/ftgzip.h
x freetype-2.5.5/include/ftbzip2.h
x freetype-2.5.5/include/ftlcdfil.h
x freetype-2.5.5/include/ftglyph.h
x freetype-2.5.5/include/ftmm.h
x freetype-2.5.5/include/fttrigon.h
x freetype-2.5.5/include/ftmoderr.h
x freetype-2.5.5/include/ftcache.h
x freetype-2.5.5/include/ft2build.h
x freetype-2.5.5/include/ftotval.h
x freetype-2.5.5/include/ftstroke.h
x freetype-2.5.5/include/ftincrem.h
x freetype-2.5.5/include/ftlist.h
x freetype-2.5.5/include/ftxf86.h
x freetype-2.5.5/include/config/
x freetype-2.5.5/include/config/ftheader.h
x freetype-2.5.5/include/config/ftstdlib.h
x freetype-2.5.5/include/config/ftconfig.h
x freetype-2.5.5/include/config/ftmodule.h
x freetype-2.5.5/include/config/ftoption.h
x freetype-2.5.5/include/fterrors.h
x freetype-2.5.5/src/
x freetype-2.5.5/src/raster/
x freetype-2.5.5/src/raster/rasterrs.h
x freetype-2.5.5/src/raster/rules.mk
x freetype-2.5.5/src/raster/module.mk
x freetype-2.5.5/src/raster/rastpic.c
x freetype-2.5.5/src/raster/ftmisc.h
x freetype-2.5.5/src/raster/Jamfile
x freetype-2.5.5/src/raster/ftraster.h
x freetype-2.5.5/src/raster/ftrend1.c
x freetype-2.5.5/src/raster/ftrend1.h
x freetype-2.5.5/src/raster/raster.c
x freetype-2.5.5/src/raster/rastpic.h
x freetype-2.5.5/src/raster/ftraster.c
x freetype-2.5.5/src/bdf/
x freetype-2.5.5/src/bdf/rules.mk
x freetype-2.5.5/src/bdf/module.mk
x freetype-2.5.5/src/bdf/Jamfile
x freetype-2.5.5/src/bdf/README
x freetype-2.5.5/src/bdf/bdf.h
x freetype-2.5.5/src/bdf/bdfdrivr.h
x freetype-2.5.5/src/bdf/bdferror.h
x freetype-2.5.5/src/bdf/bdfdrivr.c
x freetype-2.5.5/src/bdf/bdflib.c
x freetype-2.5.5/src/bdf/bdf.c
x freetype-2.5.5/src/winfonts/
x freetype-2.5.5/src/winfonts/rules.mk
x freetype-2.5.5/src/winfonts/module.mk
x freetype-2.5.5/src/winfonts/fnterrs.h
x freetype-2.5.5/src/winfonts/Jamfile
x freetype-2.5.5/src/winfonts/winfnt.h
x freetype-2.5.5/src/winfonts/winfnt.c
x freetype-2.5.5/src/pshinter/
x freetype-2.5.5/src/pshinter/rules.mk
x freetype-2.5.5/src/pshinter/module.mk
x freetype-2.5.5/src/pshinter/pshalgo.c
x freetype-2.5.5/src/pshinter/pshpic.c
x freetype-2.5.5/src/pshinter/pshmod.h
x freetype-2.5.5/src/pshinter/pshrec.c
x freetype-2.5.5/src/pshinter/pshpic.h
x freetype-2.5.5/src/pshinter/pshmod.c
x freetype-2.5.5/src/pshinter/pshglob.h
x freetype-2.5.5/src/pshinter/Jamfile
x freetype-2.5.5/src/pshinter/pshrec.h
x freetype-2.5.5/src/pshinter/pshalgo.h
x freetype-2.5.5/src/pshinter/pshinter.c
x freetype-2.5.5/src/pshinter/pshnterr.h
x freetype-2.5.5/src/pshinter/pshglob.c
x freetype-2.5.5/src/psaux/
x freetype-2.5.5/src/psaux/psobjs.c
x freetype-2.5.5/src/psaux/rules.mk
x freetype-2.5.5/src/psaux/psconv.c
x freetype-2.5.5/src/psaux/module.mk
x freetype-2.5.5/src/psaux/psauxmod.c
x freetype-2.5.5/src/psaux/t1cmap.c
x freetype-2.5.5/src/psaux/afmparse.h
x freetype-2.5.5/src/psaux/psauxmod.h
x freetype-2.5.5/src/psaux/Jamfile
x freetype-2.5.5/src/psaux/psauxerr.h
x freetype-2.5.5/src/psaux/t1cmap.h
x freetype-2.5.5/src/psaux/psconv.h
x freetype-2.5.5/src/psaux/t1decode.h
x freetype-2.5.5/src/psaux/psaux.c
x freetype-2.5.5/src/psaux/afmparse.c
x freetype-2.5.5/src/psaux/t1decode.c
x freetype-2.5.5/src/psaux/psobjs.h
x freetype-2.5.5/src/cid/
x freetype-2.5.5/src/cid/rules.mk
x freetype-2.5.5/src/cid/module.mk
x freetype-2.5.5/src/cid/cidparse.c
x freetype-2.5.5/src/cid/cidload.h
x freetype-2.5.5/src/cid/cidgload.c
x freetype-2.5.5/src/cid/cidtoken.h
x freetype-2.5.5/src/cid/cidobjs.h
x freetype-2.5.5/src/cid/Jamfile
x freetype-2.5.5/src/cid/cidgload.h
x freetype-2.5.5/src/cid/cidriver.c
x freetype-2.5.5/src/cid/cidparse.h
x freetype-2.5.5/src/cid/ciderrs.h
x freetype-2.5.5/src/cid/cidriver.h
x freetype-2.5.5/src/cid/cidobjs.c
x freetype-2.5.5/src/cid/type1cid.c
x freetype-2.5.5/src/cid/cidload.c
x freetype-2.5.5/src/sfnt/
x freetype-2.5.5/src/sfnt/sferrors.h
x freetype-2.5.5/src/sfnt/rules.mk
x freetype-2.5.5/src/sfnt/module.mk
x freetype-2.5.5/src/sfnt/sfntpic.h
x freetype-2.5.5/src/sfnt/ttmtx.h
x freetype-2.5.5/src/sfnt/ttpost.c
x freetype-2.5.5/src/sfnt/sfdriver.c
x freetype-2.5.5/src/sfnt/ttkern.c
x freetype-2.5.5/src/sfnt/sfobjs.h
x freetype-2.5.5/src/sfnt/pngshim.h
x freetype-2.5.5/src/sfnt/ttload.c
x freetype-2.5.5/src/sfnt/sfobjs.c
x freetype-2.5.5/src/sfnt/pngshim.c
x freetype-2.5.5/src/sfnt/Jamfile
x freetype-2.5.5/src/sfnt/ttload.h
x freetype-2.5.5/src/sfnt/ttmtx.c
x freetype-2.5.5/src/sfnt/sfntpic.c
x freetype-2.5.5/src/sfnt/ttkern.h
x freetype-2.5.5/src/sfnt/ttbdf.c
x freetype-2.5.5/src/sfnt/ttcmapc.h
x freetype-2.5.5/src/sfnt/ttsbit.c
x freetype-2.5.5/src/sfnt/ttpost.h
x freetype-2.5.5/src/sfnt/ttcmap.c
x freetype-2.5.5/src/sfnt/ttsbit.h
x freetype-2.5.5/src/sfnt/ttbdf.h
x freetype-2.5.5/src/sfnt/sfnt.c
x freetype-2.5.5/src/sfnt/ttcmap.h
x freetype-2.5.5/src/sfnt/sfdriver.h
x freetype-2.5.5/src/gxvalid/
x freetype-2.5.5/src/gxvalid/gxvmort2.c
x freetype-2.5.5/src/gxvalid/rules.mk
x freetype-2.5.5/src/gxvalid/gxvfeat.h
x freetype-2.5.5/src/gxvalid/gxvmorx.c
x freetype-2.5.5/src/gxvalid/gxverror.h
x freetype-2.5.5/src/gxvalid/module.mk
x freetype-2.5.5/src/gxvalid/gxvcommn.h
x freetype-2.5.5/src/gxvalid/gxvalid.h
x freetype-2.5.5/src/gxvalid/gxvmort5.c
x freetype-2.5.5/src/gxvalid/gxvalid.c
x freetype-2.5.5/src/gxvalid/gxvmod.h
x freetype-2.5.5/src/gxvalid/gxvmorx4.c
x freetype-2.5.5/src/gxvalid/gxvtrak.c
x freetype-2.5.5/src/gxvalid/gxvmorx5.c
x freetype-2.5.5/src/gxvalid/gxvfgen.c
x freetype-2.5.5/src/gxvalid/gxvmorx1.c
x freetype-2.5.5/src/gxvalid/gxvmorx0.c
x freetype-2.5.5/src/gxvalid/Jamfile
x freetype-2.5.5/src/gxvalid/README
x freetype-2.5.5/src/gxvalid/gxvkern.c
x freetype-2.5.5/src/gxvalid/gxvmod.c
x freetype-2.5.5/src/gxvalid/gxvlcar.c
x freetype-2.5.5/src/gxvalid/gxvmorx2.c
x freetype-2.5.5/src/gxvalid/gxvmort0.c
x freetype-2.5.5/src/gxvalid/gxvprop.c
x freetype-2.5.5/src/gxvalid/gxvmort1.c
x freetype-2.5.5/src/gxvalid/gxvopbd.c
x freetype-2.5.5/src/gxvalid/gxvbsln.c
x freetype-2.5.5/src/gxvalid/gxvcommn.c
x freetype-2.5.5/src/gxvalid/gxvjust.c
x freetype-2.5.5/src/gxvalid/gxvmorx.h
x freetype-2.5.5/src/gxvalid/gxvmort4.c
x freetype-2.5.5/src/gxvalid/gxvmort.c
x freetype-2.5.5/src/gxvalid/gxvfeat.c
x freetype-2.5.5/src/gxvalid/gxvmort.h
x freetype-2.5.5/src/otvalid/
x freetype-2.5.5/src/otvalid/rules.mk
x freetype-2.5.5/src/otvalid/otvmath.c
x freetype-2.5.5/src/otvalid/module.mk
x freetype-2.5.5/src/otvalid/otverror.h
x freetype-2.5.5/src/otvalid/Jamfile
x freetype-2.5.5/src/otvalid/otvalid.h
x freetype-2.5.5/src/otvalid/otvgsub.c
x freetype-2.5.5/src/otvalid/otvgpos.c
x freetype-2.5.5/src/otvalid/otvgdef.c
x freetype-2.5.5/src/otvalid/otvmod.h
x freetype-2.5.5/src/otvalid/otvalid.c
x freetype-2.5.5/src/otvalid/otvcommn.c
x freetype-2.5.5/src/otvalid/otvbase.c
x freetype-2.5.5/src/otvalid/otvjstf.c
x freetype-2.5.5/src/otvalid/otvmod.c
x freetype-2.5.5/src/otvalid/otvcommn.h
x freetype-2.5.5/src/otvalid/otvgpos.h
x freetype-2.5.5/src/tools/
x freetype-2.5.5/src/tools/cordic.py
x freetype-2.5.5/src/tools/afblue.pl
x freetype-2.5.5/src/tools/glnames.py
x freetype-2.5.5/src/tools/docmaker/
x freetype-2.5.5/src/tools/docmaker/tohtml.py
x freetype-2.5.5/src/tools/docmaker/docbeauty.py
x freetype-2.5.5/src/tools/docmaker/docmaker.py
x freetype-2.5.5/src/tools/docmaker/sources.py
x freetype-2.5.5/src/tools/docmaker/content.py
x freetype-2.5.5/src/tools/docmaker/utils.py
x freetype-2.5.5/src/tools/docmaker/formatter.py
x freetype-2.5.5/src/tools/chktrcmp.py
x freetype-2.5.5/src/tools/Jamfile
x freetype-2.5.5/src/tools/ftrandom/
x freetype-2.5.5/src/tools/ftrandom/Makefile
x freetype-2.5.5/src/tools/ftrandom/README
x freetype-2.5.5/src/tools/ftrandom/ftrandom.c
x freetype-2.5.5/src/tools/test_bbox.c
x freetype-2.5.5/src/tools/test_afm.c
x freetype-2.5.5/src/tools/test_trig.c
x freetype-2.5.5/src/tools/apinames.c
x freetype-2.5.5/src/Jamfile
x freetype-2.5.5/src/cff/
x freetype-2.5.5/src/cff/rules.mk
x freetype-2.5.5/src/cff/cffgload.h
x freetype-2.5.5/src/cff/cf2ft.h
x freetype-2.5.5/src/cff/module.mk
x freetype-2.5.5/src/cff/cffpic.c
x freetype-2.5.5/src/cff/cf2ft.c
x freetype-2.5.5/src/cff/cf2error.h
x freetype-2.5.5/src/cff/cffparse.c
x freetype-2.5.5/src/cff/cffobjs.c
x freetype-2.5.5/src/cff/cf2error.c
x freetype-2.5.5/src/cff/cf2blues.h
x freetype-2.5.5/src/cff/cf2fixed.h
x freetype-2.5.5/src/cff/cf2intrp.h
x freetype-2.5.5/src/cff/cf2glue.h
x freetype-2.5.5/src/cff/cfferrs.h
x freetype-2.5.5/src/cff/cffobjs.h
x freetype-2.5.5/src/cff/cf2types.h
x freetype-2.5.5/src/cff/cffgload.c
x freetype-2.5.5/src/cff/cf2hints.c
x freetype-2.5.5/src/cff/Jamfile
x freetype-2.5.5/src/cff/cf2stack.c
x freetype-2.5.5/src/cff/cf2arrst.c
x freetype-2.5.5/src/cff/cf2blues.c
x freetype-2.5.5/src/cff/cfftypes.h
x freetype-2.5.5/src/cff/cffcmap.c
x freetype-2.5.5/src/cff/cffcmap.h
x freetype-2.5.5/src/cff/cf2read.h
x freetype-2.5.5/src/cff/cf2arrst.h
x freetype-2.5.5/src/cff/cff.c
x freetype-2.5.5/src/cff/cffdrivr.h
x freetype-2.5.5/src/cff/cf2read.c
x freetype-2.5.5/src/cff/cffpic.h
x freetype-2.5.5/src/cff/cfftoken.h
x freetype-2.5.5/src/cff/cf2hints.h
x freetype-2.5.5/src/cff/cf2font.h
x freetype-2.5.5/src/cff/cffload.h
x freetype-2.5.5/src/cff/cf2stack.h
x freetype-2.5.5/src/cff/cffparse.h
x freetype-2.5.5/src/cff/cffload.c
x freetype-2.5.5/src/cff/cf2font.c
x freetype-2.5.5/src/cff/cf2intrp.c
x freetype-2.5.5/src/cff/cffdrivr.c
x freetype-2.5.5/src/pfr/
x freetype-2.5.5/src/pfr/rules.mk
x freetype-2.5.5/src/pfr/pfrload.c
x freetype-2.5.5/src/pfr/module.mk
x freetype-2.5.5/src/pfr/pfrobjs.h
x freetype-2.5.5/src/pfr/pfrsbit.c
x freetype-2.5.5/src/pfr/pfrdrivr.h
x freetype-2.5.5/src/pfr/pfrcmap.c
x freetype-2.5.5/src/pfr/pfrtypes.h
x freetype-2.5.5/src/pfr/pfrobjs.c
x freetype-2.5.5/src/pfr/pfrdrivr.c
x freetype-2.5.5/src/pfr/pfrload.h
x freetype-2.5.5/src/pfr/pfrgload.h
x freetype-2.5.5/src/pfr/Jamfile
x freetype-2.5.5/src/pfr/pfrsbit.h
x freetype-2.5.5/src/pfr/pfrerror.h
x freetype-2.5.5/src/pfr/pfrgload.c
x freetype-2.5.5/src/pfr/pfrcmap.h
x freetype-2.5.5/src/pfr/pfr.c
x freetype-2.5.5/src/pcf/
x freetype-2.5.5/src/pcf/rules.mk
x freetype-2.5.5/src/pcf/pcfdrivr.h
x freetype-2.5.5/src/pcf/module.mk
x freetype-2.5.5/src/pcf/pcfutil.h
x freetype-2.5.5/src/pcf/pcfread.c
x freetype-2.5.5/src/pcf/Jamfile
x freetype-2.5.5/src/pcf/README
x freetype-2.5.5/src/pcf/pcf.h
x freetype-2.5.5/src/pcf/pcf.c
x freetype-2.5.5/src/pcf/pcfdrivr.c
x freetype-2.5.5/src/pcf/pcferror.h
x freetype-2.5.5/src/pcf/pcfread.h
x freetype-2.5.5/src/pcf/pcfutil.c
x freetype-2.5.5/src/cache/
x freetype-2.5.5/src/cache/rules.mk
x freetype-2.5.5/src/cache/ftcerror.h
x freetype-2.5.5/src/cache/ftcmanag.h
x freetype-2.5.5/src/cache/ftcbasic.c
x freetype-2.5.5/src/cache/ftcmanag.c
x freetype-2.5.5/src/cache/ftcmru.h
x freetype-2.5.5/src/cache/ftcsbits.h
x freetype-2.5.5/src/cache/Jamfile
x freetype-2.5.5/src/cache/ftccmap.c
x freetype-2.5.5/src/cache/ftcmru.c
x freetype-2.5.5/src/cache/ftcglyph.h
x freetype-2.5.5/src/cache/ftcglyph.c
x freetype-2.5.5/src/cache/ftcimage.c
x freetype-2.5.5/src/cache/ftccache.h
x freetype-2.5.5/src/cache/ftccback.h
x freetype-2.5.5/src/cache/ftcimage.h
x freetype-2.5.5/src/cache/ftcache.c
x freetype-2.5.5/src/cache/ftcsbits.c
x freetype-2.5.5/src/cache/ftccache.c
x freetype-2.5.5/src/bzip2/
x freetype-2.5.5/src/bzip2/ftbzip2.c
x freetype-2.5.5/src/bzip2/rules.mk
x freetype-2.5.5/src/bzip2/Jamfile
x freetype-2.5.5/src/autofit/
x freetype-2.5.5/src/autofit/aflatin.c
x freetype-2.5.5/src/autofit/rules.mk
x freetype-2.5.5/src/autofit/afranges.h
x freetype-2.5.5/src/autofit/afindic.c
x freetype-2.5.5/src/autofit/module.mk
x freetype-2.5.5/src/autofit/afblue.dat
x freetype-2.5.5/src/autofit/afglobal.h
x freetype-2.5.5/src/autofit/afhints.h
x freetype-2.5.5/src/autofit/autofit.c
x freetype-2.5.5/src/autofit/afwrtsys.h
x freetype-2.5.5/src/autofit/afglobal.c
x freetype-2.5.5/src/autofit/afloader.h
x freetype-2.5.5/src/autofit/aflatin2.c
x freetype-2.5.5/src/autofit/afblue.hin
x freetype-2.5.5/src/autofit/aftypes.h
x freetype-2.5.5/src/autofit/afindic.h
x freetype-2.5.5/src/autofit/hbshim.c
x freetype-2.5.5/src/autofit/afloader.c
x freetype-2.5.5/src/autofit/afpic.h
x freetype-2.5.5/src/autofit/afmodule.c
x freetype-2.5.5/src/autofit/afangles.c
x freetype-2.5.5/src/autofit/Jamfile
x freetype-2.5.5/src/autofit/aferrors.h
x freetype-2.5.5/src/autofit/afwarp.h
x freetype-2.5.5/src/autofit/afscript.h
x freetype-2.5.5/src/autofit/afmodule.h
x freetype-2.5.5/src/autofit/afhints.c
x freetype-2.5.5/src/autofit/afblue.c
x freetype-2.5.5/src/autofit/afranges.c
x freetype-2.5.5/src/autofit/afdummy.c
x freetype-2.5.5/src/autofit/afdummy.h
x freetype-2.5.5/src/autofit/afcjk.c
x freetype-2.5.5/src/autofit/hbshim.h
x freetype-2.5.5/src/autofit/afblue.h
x freetype-2.5.5/src/autofit/afcjk.h
x freetype-2.5.5/src/autofit/aflatin2.h
x freetype-2.5.5/src/autofit/afpic.c
x freetype-2.5.5/src/autofit/afstyles.h
x freetype-2.5.5/src/autofit/afcover.h
x freetype-2.5.5/src/autofit/afwarp.c
x freetype-2.5.5/src/autofit/afangles.h
x freetype-2.5.5/src/autofit/afblue.cin
x freetype-2.5.5/src/autofit/aflatin.h
x freetype-2.5.5/src/gzip/
x freetype-2.5.5/src/gzip/rules.mk
x freetype-2.5.5/src/gzip/zlib.h
x freetype-2.5.5/src/gzip/infcodes.c
x freetype-2.5.5/src/gzip/infblock.h
x freetype-2.5.5/src/gzip/inftrees.c
x freetype-2.5.5/src/gzip/adler32.c
x freetype-2.5.5/src/gzip/infblock.c
x freetype-2.5.5/src/gzip/zconf.h
x freetype-2.5.5/src/gzip/infutil.h
x freetype-2.5.5/src/gzip/inffixed.h
x freetype-2.5.5/src/gzip/infcodes.h
x freetype-2.5.5/src/gzip/ftgzip.c
x freetype-2.5.5/src/gzip/Jamfile
x freetype-2.5.5/src/gzip/infutil.c
x freetype-2.5.5/src/gzip/zutil.c
x freetype-2.5.5/src/gzip/zutil.h
x freetype-2.5.5/src/gzip/inftrees.h
x freetype-2.5.5/src/gzip/inflate.c
x freetype-2.5.5/src/lzw/
x freetype-2.5.5/src/lzw/rules.mk
x freetype-2.5.5/src/lzw/ftzopen.c
x freetype-2.5.5/src/lzw/Jamfile
x freetype-2.5.5/src/lzw/ftlzw.c
x freetype-2.5.5/src/lzw/ftzopen.h
x freetype-2.5.5/src/smooth/
x freetype-2.5.5/src/smooth/rules.mk
x freetype-2.5.5/src/smooth/module.mk
x freetype-2.5.5/src/smooth/ftgrays.c
x freetype-2.5.5/src/smooth/ftsmooth.c
x freetype-2.5.5/src/smooth/ftgrays.h
x freetype-2.5.5/src/smooth/Jamfile
x freetype-2.5.5/src/smooth/ftspic.c
x freetype-2.5.5/src/smooth/smooth.c
x freetype-2.5.5/src/smooth/ftsmerrs.h
x freetype-2.5.5/src/smooth/ftsmooth.h
x freetype-2.5.5/src/smooth/ftspic.h
x freetype-2.5.5/src/truetype/
x freetype-2.5.5/src/truetype/rules.mk
x freetype-2.5.5/src/truetype/ttpload.h
x freetype-2.5.5/src/truetype/ttgxvar.c
x freetype-2.5.5/src/truetype/module.mk
x freetype-2.5.5/src/truetype/ttgload.h
x freetype-2.5.5/src/truetype/ttobjs.h
x freetype-2.5.5/src/truetype/ttgxvar.h
x freetype-2.5.5/src/truetype/ttdriver.c
x freetype-2.5.5/src/truetype/ttdriver.h
x freetype-2.5.5/src/truetype/ttpic.h
x freetype-2.5.5/src/truetype/ttinterp.c
x freetype-2.5.5/src/truetype/ttsubpix.c
x freetype-2.5.5/src/truetype/ttinterp.h
x freetype-2.5.5/src/truetype/ttobjs.c
x freetype-2.5.5/src/truetype/Jamfile
x freetype-2.5.5/src/truetype/ttgload.c
x freetype-2.5.5/src/truetype/ttsubpix.h
x freetype-2.5.5/src/truetype/ttpic.c
x freetype-2.5.5/src/truetype/tterrors.h
x freetype-2.5.5/src/truetype/ttpload.c
x freetype-2.5.5/src/truetype/truetype.c
x freetype-2.5.5/src/type42/
x freetype-2.5.5/src/type42/rules.mk
x freetype-2.5.5/src/type42/type42.c
x freetype-2.5.5/src/type42/module.mk
x freetype-2.5.5/src/type42/t42error.h
x freetype-2.5.5/src/type42/t42objs.h
x freetype-2.5.5/src/type42/t42parse.h
x freetype-2.5.5/src/type42/t42objs.c
x freetype-2.5.5/src/type42/Jamfile
x freetype-2.5.5/src/type42/t42types.h
x freetype-2.5.5/src/type42/t42drivr.c
x freetype-2.5.5/src/type42/t42drivr.h
x freetype-2.5.5/src/type42/t42parse.c
x freetype-2.5.5/src/base/
x freetype-2.5.5/src/base/md5.c
x freetype-2.5.5/src/base/rules.mk
x freetype-2.5.5/src/base/ftmac.c
x freetype-2.5.5/src/base/ftpatent.c
x freetype-2.5.5/src/base/fttype1.c
x freetype-2.5.5/src/base/ftfstype.c
x freetype-2.5.5/src/base/ftlcdfil.c
x freetype-2.5.5/src/base/ftcid.c
x freetype-2.5.5/src/base/basepic.h
x freetype-2.5.5/src/base/ftstream.c
x freetype-2.5.5/src/base/ftgxval.c
x freetype-2.5.5/src/base/ftapi.c
x freetype-2.5.5/src/base/Jamfile
x freetype-2.5.5/src/base/ftsnames.c
x freetype-2.5.5/src/base/basepic.c
x freetype-2.5.5/src/base/fttrigon.c
x freetype-2.5.5/src/base/ftinit.c
x freetype-2.5.5/src/base/ftpfr.c
x freetype-2.5.5/src/base/ftmm.c
x freetype-2.5.5/src/base/ftbase.c
x freetype-2.5.5/src/base/md5.h
x freetype-2.5.5/src/base/ftadvanc.c
x freetype-2.5.5/src/base/ftbase.h
x freetype-2.5.5/src/base/ftotval.c
x freetype-2.5.5/src/base/ftobjs.c
x freetype-2.5.5/src/base/ftoutln.c
x freetype-2.5.5/src/base/ftbdf.c
x freetype-2.5.5/src/base/ftsynth.c
x freetype-2.5.5/src/base/ftgasp.c
x freetype-2.5.5/src/base/ftstroke.c
x freetype-2.5.5/src/base/ftbitmap.c
x freetype-2.5.5/src/base/ftrfork.c
x freetype-2.5.5/src/base/ftpic.c
x freetype-2.5.5/src/base/ftwinfnt.c
x freetype-2.5.5/src/base/ftglyph.c
x freetype-2.5.5/src/base/ftbbox.c
x freetype-2.5.5/src/base/ftgloadr.c
x freetype-2.5.5/src/base/ftcalc.c
x freetype-2.5.5/src/base/ftutil.c
x freetype-2.5.5/src/base/ftdbgmem.c
x freetype-2.5.5/src/base/ftxf86.c
x freetype-2.5.5/src/base/ftdebug.c
x freetype-2.5.5/src/base/ftsystem.c
x freetype-2.5.5/src/type1/
x freetype-2.5.5/src/type1/rules.mk
x freetype-2.5.5/src/type1/module.mk
x freetype-2.5.5/src/type1/type1.c
x freetype-2.5.5/src/type1/t1gload.h
x freetype-2.5.5/src/type1/t1afm.h
x freetype-2.5.5/src/type1/t1objs.c
x freetype-2.5.5/src/type1/Jamfile
x freetype-2.5.5/src/type1/t1parse.c
x freetype-2.5.5/src/type1/t1load.h
x freetype-2.5.5/src/type1/t1driver.c
x freetype-2.5.5/src/type1/t1tokens.h
x freetype-2.5.5/src/type1/t1driver.h
x freetype-2.5.5/src/type1/t1afm.c
x freetype-2.5.5/src/type1/t1errors.h
x freetype-2.5.5/src/type1/t1parse.h
x freetype-2.5.5/src/type1/t1load.c
x freetype-2.5.5/src/type1/t1objs.h
x freetype-2.5.5/src/type1/t1gload.c
x freetype-2.5.5/src/psnames/
x freetype-2.5.5/src/psnames/rules.mk
x freetype-2.5.5/src/psnames/pstables.h
x freetype-2.5.5/src/psnames/module.mk
x freetype-2.5.5/src/psnames/psnames.c
x freetype-2.5.5/src/psnames/psmodule.c
x freetype-2.5.5/src/psnames/pspic.c
x freetype-2.5.5/src/psnames/Jamfile
x freetype-2.5.5/src/psnames/psmodule.h
x freetype-2.5.5/src/psnames/psnamerr.h
x freetype-2.5.5/src/psnames/pspic.h
x freetype-2.5.5/objs/
x freetype-2.5.5/objs/README
x freetype-2.5.5/devel/
x freetype-2.5.5/devel/ftoption.h
x freetype-2.5.5/devel/ft2build.h
x freetype-2.5.5/builds/
x freetype-2.5.5/builds/wince/
x freetype-2.5.5/builds/wince/vc2008-ce/
x freetype-2.5.5/builds/wince/vc2008-ce/freetype.sln
x freetype-2.5.5/builds/wince/vc2008-ce/freetype.vcproj
x freetype-2.5.5/builds/wince/vc2008-ce/index.html
x freetype-2.5.5/builds/wince/vc2005-ce/
x freetype-2.5.5/builds/wince/vc2005-ce/freetype.sln
x freetype-2.5.5/builds/wince/vc2005-ce/freetype.vcproj
x freetype-2.5.5/builds/wince/vc2005-ce/index.html
x freetype-2.5.5/builds/wince/ftdebug.c
x freetype-2.5.5/builds/os2/
x freetype-2.5.5/builds/os2/os2-def.mk
x freetype-2.5.5/builds/os2/os2-gcc.mk
x freetype-2.5.5/builds/os2/detect.mk
x freetype-2.5.5/builds/os2/os2-dev.mk
x freetype-2.5.5/builds/dos/
x freetype-2.5.5/builds/dos/dos-def.mk
x freetype-2.5.5/builds/dos/dos-emx.mk
x freetype-2.5.5/builds/dos/dos-gcc.mk
x freetype-2.5.5/builds/dos/detect.mk
x freetype-2.5.5/builds/dos/dos-wat.mk
x freetype-2.5.5/builds/beos/
x freetype-2.5.5/builds/beos/beos.mk
x freetype-2.5.5/builds/beos/detect.mk
x freetype-2.5.5/builds/beos/beos-def.mk
x freetype-2.5.5/builds/modules.mk
x freetype-2.5.5/builds/atari/
x freetype-2.5.5/builds/atari/gen-purec-patch.sh
x freetype-2.5.5/builds/atari/FREETYPE.PRJ
x freetype-2.5.5/builds/atari/README.TXT
x freetype-2.5.5/builds/atari/deflinejoiner.awk
x freetype-2.5.5/builds/atari/ATARI.H
x freetype-2.5.5/builds/atari/FNames.SIC
x freetype-2.5.5/builds/compiler/
x freetype-2.5.5/builds/compiler/visualage.mk
x freetype-2.5.5/builds/compiler/gcc-dev.mk
x freetype-2.5.5/builds/compiler/win-lcc.mk
x freetype-2.5.5/builds/compiler/bcc-dev.mk
x freetype-2.5.5/builds/compiler/emx.mk
x freetype-2.5.5/builds/compiler/visualc.mk
x freetype-2.5.5/builds/compiler/intelc.mk
x freetype-2.5.5/builds/compiler/unix-lcc.mk
x freetype-2.5.5/builds/compiler/watcom.mk
x freetype-2.5.5/builds/compiler/bcc.mk
x freetype-2.5.5/builds/compiler/gcc.mk
x freetype-2.5.5/builds/compiler/ansi-cc.mk
x freetype-2.5.5/builds/amiga/
x freetype-2.5.5/builds/amiga/makefile
x freetype-2.5.5/builds/amiga/README
x freetype-2.5.5/builds/amiga/include/
x freetype-2.5.5/builds/amiga/include/config/
x freetype-2.5.5/builds/amiga/include/config/ftconfig.h
x freetype-2.5.5/builds/amiga/include/config/ftmodule.h
x freetype-2.5.5/builds/amiga/src/
x freetype-2.5.5/builds/amiga/src/base/
x freetype-2.5.5/builds/amiga/src/base/ftdebug.c
x freetype-2.5.5/builds/amiga/src/base/ftsystem.c
x freetype-2.5.5/builds/amiga/makefile.os4
x freetype-2.5.5/builds/amiga/smakefile
x freetype-2.5.5/builds/vms/
x freetype-2.5.5/builds/vms/ftconfig.h
x freetype-2.5.5/builds/vms/ftsystem.c
x freetype-2.5.5/builds/mac/
x freetype-2.5.5/builds/mac/ftmac.c
x freetype-2.5.5/builds/mac/ftlib.prj.xml
x freetype-2.5.5/builds/mac/freetype-Info.plist
x freetype-2.5.5/builds/mac/FreeType.m68k_cfm.make.txt
x freetype-2.5.5/builds/mac/FreeType.ppc_classic.make.txt
x freetype-2.5.5/builds/mac/README
x freetype-2.5.5/builds/mac/FreeType.m68k_far.make.txt
x freetype-2.5.5/builds/mac/ascii2mpw.py
x freetype-2.5.5/builds/mac/FreeType.ppc_carbon.make.txt
x freetype-2.5.5/builds/unix/
x freetype-2.5.5/builds/unix/freetype2.in
x freetype-2.5.5/builds/unix/freetype-config.in
x freetype-2.5.5/builds/unix/configure
x freetype-2.5.5/builds/unix/pkg.m4
x freetype-2.5.5/builds/unix/freetype2.m4
x freetype-2.5.5/builds/unix/config.guess
x freetype-2.5.5/builds/unix/install-sh
x freetype-2.5.5/builds/unix/unix-cc.in
x freetype-2.5.5/builds/unix/configure.raw
x freetype-2.5.5/builds/unix/config.sub
x freetype-2.5.5/builds/unix/ft-munmap.m4
x freetype-2.5.5/builds/unix/unixddef.mk
x freetype-2.5.5/builds/unix/ltmain.sh
x freetype-2.5.5/builds/unix/unix-dev.mk
x freetype-2.5.5/builds/unix/install.mk
x freetype-2.5.5/builds/unix/detect.mk
x freetype-2.5.5/builds/unix/configure.ac
x freetype-2.5.5/builds/unix/unix-lcc.mk
x freetype-2.5.5/builds/unix/aclocal.m4
x freetype-2.5.5/builds/unix/ftconfig.in
x freetype-2.5.5/builds/unix/unix-def.in
x freetype-2.5.5/builds/unix/mkinstalldirs
x freetype-2.5.5/builds/unix/ftsystem.c
x freetype-2.5.5/builds/unix/unix.mk
x freetype-2.5.5/builds/symbian/
x freetype-2.5.5/builds/symbian/freetype.mmp
x freetype-2.5.5/builds/symbian/bld.inf
x freetype-2.5.5/builds/windows/
x freetype-2.5.5/builds/windows/w32-vcc.mk
x freetype-2.5.5/builds/windows/w32-bccd.mk
x freetype-2.5.5/builds/windows/w32-dev.mk
x freetype-2.5.5/builds/windows/vc2008/
x freetype-2.5.5/builds/windows/vc2008/freetype.sln
x freetype-2.5.5/builds/windows/vc2008/freetype.vcproj
x freetype-2.5.5/builds/windows/vc2008/index.html
x freetype-2.5.5/builds/windows/visualce/
x freetype-2.5.5/builds/windows/visualce/freetype.dsp
x freetype-2.5.5/builds/windows/visualce/freetype.dsw
x freetype-2.5.5/builds/windows/visualce/freetype.vcproj
x freetype-2.5.5/builds/windows/visualce/index.html
x freetype-2.5.5/builds/windows/visualc/
x freetype-2.5.5/builds/windows/visualc/freetype.dsp
x freetype-2.5.5/builds/windows/visualc/freetype.sln
x freetype-2.5.5/builds/windows/visualc/freetype.dsw
x freetype-2.5.5/builds/windows/visualc/freetype.vcproj
x freetype-2.5.5/builds/windows/visualc/index.html
x freetype-2.5.5/builds/windows/vc2010/
x freetype-2.5.5/builds/windows/vc2010/freetype.sln
x freetype-2.5.5/builds/windows/vc2010/freetype.vcxproj.filters
x freetype-2.5.5/builds/windows/vc2010/freetype.vcxproj
x freetype-2.5.5/builds/windows/vc2010/index.html
x freetype-2.5.5/builds/windows/vc2010/freetype.user.props
x freetype-2.5.5/builds/windows/w32-lcc.mk
x freetype-2.5.5/builds/windows/w32-bcc.mk
x freetype-2.5.5/builds/windows/detect.mk
x freetype-2.5.5/builds/windows/w32-gcc.mk
x freetype-2.5.5/builds/windows/w32-intl.mk
x freetype-2.5.5/builds/windows/w32-icc.mk
x freetype-2.5.5/builds/windows/w32-mingw32.mk
x freetype-2.5.5/builds/windows/win32-def.mk
x freetype-2.5.5/builds/windows/w32-wat.mk
x freetype-2.5.5/builds/windows/vc2005/
x freetype-2.5.5/builds/windows/vc2005/freetype.sln
x freetype-2.5.5/builds/windows/vc2005/freetype.vcproj
x freetype-2.5.5/builds/windows/vc2005/index.html
x freetype-2.5.5/builds/windows/ftdebug.c
x freetype-2.5.5/builds/newline
x freetype-2.5.5/builds/link_std.mk
x freetype-2.5.5/builds/freetype.mk
x freetype-2.5.5/builds/detect.mk
x freetype-2.5.5/builds/cmake/
x freetype-2.5.5/builds/cmake/iOS.cmake
x freetype-2.5.5/builds/link_dos.mk
x freetype-2.5.5/builds/exports.mk
x freetype-2.5.5/builds/ansi/
x freetype-2.5.5/builds/ansi/ansi.mk
x freetype-2.5.5/builds/ansi/ansi-def.mk
x freetype-2.5.5/builds/toplevel.mk
x freetype-2.5.5/vms_make.com
x freetype-2.5.5/autogen.sh
x freetype-2.5.5/ChangeLog.20
x freetype-2.5.5/README.git
x freetype-2.5.5/ChangeLog.21
Extract freetype for arm64
Extract /Users/ltgiv/kivy-ios/.cache/freetype-freetype-2.5.5.tar.bz2 into /Users/ltgiv/kivy-ios/build/freetype/arm64
x freetype-2.5.5/
x freetype-2.5.5/configure
x freetype-2.5.5/ChangeLog
x freetype-2.5.5/docs/
x freetype-2.5.5/docs/TODO
x freetype-2.5.5/docs/INSTALL.UNIX
x freetype-2.5.5/docs/FTL.TXT
x freetype-2.5.5/docs/formats.txt
x freetype-2.5.5/docs/reference/
x freetype-2.5.5/docs/reference/ft2-raster.html
x freetype-2.5.5/docs/reference/ft2-header_inclusion.html
x freetype-2.5.5/docs/reference/ft2-index.html
x freetype-2.5.5/docs/reference/ft2-computations.html
x freetype-2.5.5/docs/reference/ft2-auto_hinter.html
x freetype-2.5.5/docs/reference/ft2-ot_validation.html
x freetype-2.5.5/docs/reference/ft2-user_allocation.html
x freetype-2.5.5/docs/reference/ft2-system_interface.html
x freetype-2.5.5/docs/reference/ft2-truetype_engine.html
x freetype-2.5.5/docs/reference/ft2-gzip.html
x freetype-2.5.5/docs/reference/ft2-bzip2.html
x freetype-2.5.5/docs/reference/ft2-lzw.html
x freetype-2.5.5/docs/reference/ft2-gx_validation.html
x freetype-2.5.5/docs/reference/ft2-incremental.html
x freetype-2.5.5/docs/reference/ft2-basic_types.html
x freetype-2.5.5/docs/reference/ft2-list_processing.html
x freetype-2.5.5/docs/reference/ft2-header_file_macros.html
x freetype-2.5.5/docs/reference/ft2-sfnt_names.html
x freetype-2.5.5/docs/reference/README
x freetype-2.5.5/docs/reference/ft2-font_formats.html
x freetype-2.5.5/docs/reference/ft2-lcd_filtering.html
x freetype-2.5.5/docs/reference/ft2-version.html
x freetype-2.5.5/docs/reference/ft2-glyph_management.html
x freetype-2.5.5/docs/reference/ft2-type1_tables.html
x freetype-2.5.5/docs/reference/ft2-cid_fonts.html
x freetype-2.5.5/docs/reference/ft2-base_interface.html
x freetype-2.5.5/docs/reference/ft2-pfr_fonts.html
x freetype-2.5.5/docs/reference/ft2-glyph_variants.html
x freetype-2.5.5/docs/reference/ft2-tt_driver.html
x freetype-2.5.5/docs/reference/ft2-module_management.html
x freetype-2.5.5/docs/reference/ft2-toc.html
x freetype-2.5.5/docs/reference/ft2-winfnt_fonts.html
x freetype-2.5.5/docs/reference/ft2-multiple_masters.html
x freetype-2.5.5/docs/reference/ft2-cache_subsystem.html
x freetype-2.5.5/docs/reference/ft2-quick_advance.html
x freetype-2.5.5/docs/reference/ft2-truetype_tables.html
x freetype-2.5.5/docs/reference/ft2-cff_driver.html
x freetype-2.5.5/docs/reference/ft2-sizes_management.html
x freetype-2.5.5/docs/reference/ft2-glyph_stroker.html
x freetype-2.5.5/docs/reference/ft2-bdf_fonts.html
x freetype-2.5.5/docs/reference/ft2-mac_specific.html
x freetype-2.5.5/docs/reference/ft2-bitmap_handling.html
x freetype-2.5.5/docs/reference/ft2-gasp_table.html
x freetype-2.5.5/docs/reference/ft2-outline_processing.html
x freetype-2.5.5/docs/CUSTOMIZE
x freetype-2.5.5/docs/INSTALL.CROSS
x freetype-2.5.5/docs/VERSION.DLL
x freetype-2.5.5/docs/release
x freetype-2.5.5/docs/INSTALL.VMS
x freetype-2.5.5/docs/INSTALL.ANY
x freetype-2.5.5/docs/raster.txt
x freetype-2.5.5/docs/PROBLEMS
x freetype-2.5.5/docs/INSTALL.MAC
x freetype-2.5.5/docs/freetype-config.1
x freetype-2.5.5/docs/CHANGES
x freetype-2.5.5/docs/LICENSE.TXT
x freetype-2.5.5/docs/CMAKE
x freetype-2.5.5/docs/GPLv2.TXT
x freetype-2.5.5/docs/INSTALL.GNU
x freetype-2.5.5/docs/MAKEPP
x freetype-2.5.5/docs/DEBUG
x freetype-2.5.5/docs/INSTALL
x freetype-2.5.5/ChangeLog.24
x freetype-2.5.5/ChangeLog.23
x freetype-2.5.5/Makefile
x freetype-2.5.5/Jamrules
x freetype-2.5.5/version.sed
x freetype-2.5.5/modules.cfg
x freetype-2.5.5/ChangeLog.22
x freetype-2.5.5/Jamfile
x freetype-2.5.5/README
x freetype-2.5.5/CMakeLists.txt
x freetype-2.5.5/include/
x freetype-2.5.5/include/ftwinfnt.h
x freetype-2.5.5/include/tttables.h
x freetype-2.5.5/include/ftbitmap.h
x freetype-2.5.5/include/ttnameid.h
x freetype-2.5.5/include/ftsnames.h
x freetype-2.5.5/include/ftcffdrv.h
x freetype-2.5.5/include/fterrdef.h
x freetype-2.5.5/include/t1tables.h
x freetype-2.5.5/include/ftautoh.h
x freetype-2.5.5/include/fttypes.h
x freetype-2.5.5/include/ftcid.h
x freetype-2.5.5/include/ftsystem.h
x freetype-2.5.5/include/ftgasp.h
x freetype-2.5.5/include/ftlzw.h
x freetype-2.5.5/include/ftchapters.h
x freetype-2.5.5/include/freetype.h
x freetype-2.5.5/include/ftpfr.h
x freetype-2.5.5/include/ftbdf.h
x freetype-2.5.5/include/ftadvanc.h
x freetype-2.5.5/include/ftmac.h
x freetype-2.5.5/include/ftrender.h
x freetype-2.5.5/include/tttags.h
x freetype-2.5.5/include/internal/
x freetype-2.5.5/include/internal/autohint.h
x freetype-2.5.5/include/internal/ftgloadr.h
x freetype-2.5.5/include/internal/ftobjs.h
x freetype-2.5.5/include/internal/ftdebug.h
x freetype-2.5.5/include/internal/t1types.h
x freetype-2.5.5/include/internal/tttypes.h
x freetype-2.5.5/include/internal/psaux.h
x freetype-2.5.5/include/internal/pshints.h
x freetype-2.5.5/include/internal/ftdriver.h
x freetype-2.5.5/include/internal/sfnt.h
x freetype-2.5.5/include/internal/ftstream.h
x freetype-2.5.5/include/internal/fttrace.h
x freetype-2.5.5/include/internal/services/
x freetype-2.5.5/include/internal/services/svpscmap.h
x freetype-2.5.5/include/internal/services/svkern.h
x freetype-2.5.5/include/internal/services/svgxval.h
x freetype-2.5.5/include/internal/services/svgldict.h
x freetype-2.5.5/include/internal/services/svprop.h
x freetype-2.5.5/include/internal/services/svmm.h
x freetype-2.5.5/include/internal/services/svpsinfo.h
x freetype-2.5.5/include/internal/services/svbdf.h
x freetype-2.5.5/include/internal/services/svotval.h
x freetype-2.5.5/include/internal/services/svttglyf.h
x freetype-2.5.5/include/internal/services/svwinfnt.h
x freetype-2.5.5/include/internal/services/svpostnm.h
x freetype-2.5.5/include/internal/services/svpfr.h
x freetype-2.5.5/include/internal/services/svsfnt.h
x freetype-2.5.5/include/internal/services/svtteng.h
x freetype-2.5.5/include/internal/services/svcid.h
x freetype-2.5.5/include/internal/services/svxf86nm.h
x freetype-2.5.5/include/internal/services/svttcmap.h
x freetype-2.5.5/include/internal/ftmemory.h
x freetype-2.5.5/include/internal/ftrfork.h
x freetype-2.5.5/include/internal/ftcalc.h
x freetype-2.5.5/include/internal/ftpic.h
x freetype-2.5.5/include/internal/ftvalid.h
x freetype-2.5.5/include/internal/ftserv.h
x freetype-2.5.5/include/internal/internal.h
x freetype-2.5.5/include/ftsynth.h
x freetype-2.5.5/include/ftttdrv.h
x freetype-2.5.5/include/ttunpat.h
x freetype-2.5.5/include/ftgxval.h
x freetype-2.5.5/include/ftsizes.h
x freetype-2.5.5/include/ftbbox.h
x freetype-2.5.5/include/ftoutln.h
x freetype-2.5.5/include/ftimage.h
x freetype-2.5.5/include/ftmodapi.h
x freetype-2.5.5/include/ftgzip.h
x freetype-2.5.5/include/ftbzip2.h
x freetype-2.5.5/include/ftlcdfil.h
x freetype-2.5.5/include/ftglyph.h
x freetype-2.5.5/include/ftmm.h
x freetype-2.5.5/include/fttrigon.h
x freetype-2.5.5/include/ftmoderr.h
x freetype-2.5.5/include/ftcache.h
x freetype-2.5.5/include/ft2build.h
x freetype-2.5.5/include/ftotval.h
x freetype-2.5.5/include/ftstroke.h
x freetype-2.5.5/include/ftincrem.h
x freetype-2.5.5/include/ftlist.h
x freetype-2.5.5/include/ftxf86.h
x freetype-2.5.5/include/config/
x freetype-2.5.5/include/config/ftheader.h
x freetype-2.5.5/include/config/ftstdlib.h
x freetype-2.5.5/include/config/ftconfig.h
x freetype-2.5.5/include/config/ftmodule.h
x freetype-2.5.5/include/config/ftoption.h
x freetype-2.5.5/include/fterrors.h
x freetype-2.5.5/src/
x freetype-2.5.5/src/raster/
x freetype-2.5.5/src/raster/rasterrs.h
x freetype-2.5.5/src/raster/rules.mk
x freetype-2.5.5/src/raster/module.mk
x freetype-2.5.5/src/raster/rastpic.c
x freetype-2.5.5/src/raster/ftmisc.h
x freetype-2.5.5/src/raster/Jamfile
x freetype-2.5.5/src/raster/ftraster.h
x freetype-2.5.5/src/raster/ftrend1.c
x freetype-2.5.5/src/raster/ftrend1.h
x freetype-2.5.5/src/raster/raster.c
x freetype-2.5.5/src/raster/rastpic.h
x freetype-2.5.5/src/raster/ftraster.c
x freetype-2.5.5/src/bdf/
x freetype-2.5.5/src/bdf/rules.mk
x freetype-2.5.5/src/bdf/module.mk
x freetype-2.5.5/src/bdf/Jamfile
x freetype-2.5.5/src/bdf/README
x freetype-2.5.5/src/bdf/bdf.h
x freetype-2.5.5/src/bdf/bdfdrivr.h
x freetype-2.5.5/src/bdf/bdferror.h
x freetype-2.5.5/src/bdf/bdfdrivr.c
x freetype-2.5.5/src/bdf/bdflib.c
x freetype-2.5.5/src/bdf/bdf.c
x freetype-2.5.5/src/winfonts/
x freetype-2.5.5/src/winfonts/rules.mk
x freetype-2.5.5/src/winfonts/module.mk
x freetype-2.5.5/src/winfonts/fnterrs.h
x freetype-2.5.5/src/winfonts/Jamfile
x freetype-2.5.5/src/winfonts/winfnt.h
x freetype-2.5.5/src/winfonts/winfnt.c
x freetype-2.5.5/src/pshinter/
x freetype-2.5.5/src/pshinter/rules.mk
x freetype-2.5.5/src/pshinter/module.mk
x freetype-2.5.5/src/pshinter/pshalgo.c
x freetype-2.5.5/src/pshinter/pshpic.c
x freetype-2.5.5/src/pshinter/pshmod.h
x freetype-2.5.5/src/pshinter/pshrec.c
x freetype-2.5.5/src/pshinter/pshpic.h
x freetype-2.5.5/src/pshinter/pshmod.c
x freetype-2.5.5/src/pshinter/pshglob.h
x freetype-2.5.5/src/pshinter/Jamfile
x freetype-2.5.5/src/pshinter/pshrec.h
x freetype-2.5.5/src/pshinter/pshalgo.h
x freetype-2.5.5/src/pshinter/pshinter.c
x freetype-2.5.5/src/pshinter/pshnterr.h
x freetype-2.5.5/src/pshinter/pshglob.c
x freetype-2.5.5/src/psaux/
x freetype-2.5.5/src/psaux/psobjs.c
x freetype-2.5.5/src/psaux/rules.mk
x freetype-2.5.5/src/psaux/psconv.c
x freetype-2.5.5/src/psaux/module.mk
x freetype-2.5.5/src/psaux/psauxmod.c
x freetype-2.5.5/src/psaux/t1cmap.c
x freetype-2.5.5/src/psaux/afmparse.h
x freetype-2.5.5/src/psaux/psauxmod.h
x freetype-2.5.5/src/psaux/Jamfile
x freetype-2.5.5/src/psaux/psauxerr.h
x freetype-2.5.5/src/psaux/t1cmap.h
x freetype-2.5.5/src/psaux/psconv.h
x freetype-2.5.5/src/psaux/t1decode.h
x freetype-2.5.5/src/psaux/psaux.c
x freetype-2.5.5/src/psaux/afmparse.c
x freetype-2.5.5/src/psaux/t1decode.c
x freetype-2.5.5/src/psaux/psobjs.h
x freetype-2.5.5/src/cid/
x freetype-2.5.5/src/cid/rules.mk
x freetype-2.5.5/src/cid/module.mk
x freetype-2.5.5/src/cid/cidparse.c
x freetype-2.5.5/src/cid/cidload.h
x freetype-2.5.5/src/cid/cidgload.c
x freetype-2.5.5/src/cid/cidtoken.h
x freetype-2.5.5/src/cid/cidobjs.h
x freetype-2.5.5/src/cid/Jamfile
x freetype-2.5.5/src/cid/cidgload.h
x freetype-2.5.5/src/cid/cidriver.c
x freetype-2.5.5/src/cid/cidparse.h
x freetype-2.5.5/src/cid/ciderrs.h
x freetype-2.5.5/src/cid/cidriver.h
x freetype-2.5.5/src/cid/cidobjs.c
x freetype-2.5.5/src/cid/type1cid.c
x freetype-2.5.5/src/cid/cidload.c
x freetype-2.5.5/src/sfnt/
x freetype-2.5.5/src/sfnt/sferrors.h
x freetype-2.5.5/src/sfnt/rules.mk
x freetype-2.5.5/src/sfnt/module.mk
x freetype-2.5.5/src/sfnt/sfntpic.h
x freetype-2.5.5/src/sfnt/ttmtx.h
x freetype-2.5.5/src/sfnt/ttpost.c
x freetype-2.5.5/src/sfnt/sfdriver.c
x freetype-2.5.5/src/sfnt/ttkern.c
x freetype-2.5.5/src/sfnt/sfobjs.h
x freetype-2.5.5/src/sfnt/pngshim.h
x freetype-2.5.5/src/sfnt/ttload.c
x freetype-2.5.5/src/sfnt/sfobjs.c
x freetype-2.5.5/src/sfnt/pngshim.c
x freetype-2.5.5/src/sfnt/Jamfile
x freetype-2.5.5/src/sfnt/ttload.h
x freetype-2.5.5/src/sfnt/ttmtx.c
x freetype-2.5.5/src/sfnt/sfntpic.c
x freetype-2.5.5/src/sfnt/ttkern.h
x freetype-2.5.5/src/sfnt/ttbdf.c
x freetype-2.5.5/src/sfnt/ttcmapc.h
x freetype-2.5.5/src/sfnt/ttsbit.c
x freetype-2.5.5/src/sfnt/ttpost.h
x freetype-2.5.5/src/sfnt/ttcmap.c
x freetype-2.5.5/src/sfnt/ttsbit.h
x freetype-2.5.5/src/sfnt/ttbdf.h
x freetype-2.5.5/src/sfnt/sfnt.c
x freetype-2.5.5/src/sfnt/ttcmap.h
x freetype-2.5.5/src/sfnt/sfdriver.h
x freetype-2.5.5/src/gxvalid/
x freetype-2.5.5/src/gxvalid/gxvmort2.c
x freetype-2.5.5/src/gxvalid/rules.mk
x freetype-2.5.5/src/gxvalid/gxvfeat.h
x freetype-2.5.5/src/gxvalid/gxvmorx.c
x freetype-2.5.5/src/gxvalid/gxverror.h
x freetype-2.5.5/src/gxvalid/module.mk
x freetype-2.5.5/src/gxvalid/gxvcommn.h
x freetype-2.5.5/src/gxvalid/gxvalid.h
x freetype-2.5.5/src/gxvalid/gxvmort5.c
x freetype-2.5.5/src/gxvalid/gxvalid.c
x freetype-2.5.5/src/gxvalid/gxvmod.h
x freetype-2.5.5/src/gxvalid/gxvmorx4.c
x freetype-2.5.5/src/gxvalid/gxvtrak.c
x freetype-2.5.5/src/gxvalid/gxvmorx5.c
x freetype-2.5.5/src/gxvalid/gxvfgen.c
x freetype-2.5.5/src/gxvalid/gxvmorx1.c
x freetype-2.5.5/src/gxvalid/gxvmorx0.c
x freetype-2.5.5/src/gxvalid/Jamfile
x freetype-2.5.5/src/gxvalid/README
x freetype-2.5.5/src/gxvalid/gxvkern.c
x freetype-2.5.5/src/gxvalid/gxvmod.c
x freetype-2.5.5/src/gxvalid/gxvlcar.c
x freetype-2.5.5/src/gxvalid/gxvmorx2.c
x freetype-2.5.5/src/gxvalid/gxvmort0.c
x freetype-2.5.5/src/gxvalid/gxvprop.c
x freetype-2.5.5/src/gxvalid/gxvmort1.c
x freetype-2.5.5/src/gxvalid/gxvopbd.c
x freetype-2.5.5/src/gxvalid/gxvbsln.c
x freetype-2.5.5/src/gxvalid/gxvcommn.c
x freetype-2.5.5/src/gxvalid/gxvjust.c
x freetype-2.5.5/src/gxvalid/gxvmorx.h
x freetype-2.5.5/src/gxvalid/gxvmort4.c
x freetype-2.5.5/src/gxvalid/gxvmort.c
x freetype-2.5.5/src/gxvalid/gxvfeat.c
x freetype-2.5.5/src/gxvalid/gxvmort.h
x freetype-2.5.5/src/otvalid/
x freetype-2.5.5/src/otvalid/rules.mk
x freetype-2.5.5/src/otvalid/otvmath.c
x freetype-2.5.5/src/otvalid/module.mk
x freetype-2.5.5/src/otvalid/otverror.h
x freetype-2.5.5/src/otvalid/Jamfile
x freetype-2.5.5/src/otvalid/otvalid.h
x freetype-2.5.5/src/otvalid/otvgsub.c
x freetype-2.5.5/src/otvalid/otvgpos.c
x freetype-2.5.5/src/otvalid/otvgdef.c
x freetype-2.5.5/src/otvalid/otvmod.h
x freetype-2.5.5/src/otvalid/otvalid.c
x freetype-2.5.5/src/otvalid/otvcommn.c
x freetype-2.5.5/src/otvalid/otvbase.c
x freetype-2.5.5/src/otvalid/otvjstf.c
x freetype-2.5.5/src/otvalid/otvmod.c
x freetype-2.5.5/src/otvalid/otvcommn.h
x freetype-2.5.5/src/otvalid/otvgpos.h
x freetype-2.5.5/src/tools/
x freetype-2.5.5/src/tools/cordic.py
x freetype-2.5.5/src/tools/afblue.pl
x freetype-2.5.5/src/tools/glnames.py
x freetype-2.5.5/src/tools/docmaker/
x freetype-2.5.5/src/tools/docmaker/tohtml.py
x freetype-2.5.5/src/tools/docmaker/docbeauty.py
x freetype-2.5.5/src/tools/docmaker/docmaker.py
x freetype-2.5.5/src/tools/docmaker/sources.py
x freetype-2.5.5/src/tools/docmaker/content.py
x freetype-2.5.5/src/tools/docmaker/utils.py
x freetype-2.5.5/src/tools/docmaker/formatter.py
x freetype-2.5.5/src/tools/chktrcmp.py
x freetype-2.5.5/src/tools/Jamfile
x freetype-2.5.5/src/tools/ftrandom/
x freetype-2.5.5/src/tools/ftrandom/Makefile
x freetype-2.5.5/src/tools/ftrandom/README
x freetype-2.5.5/src/tools/ftrandom/ftrandom.c
x freetype-2.5.5/src/tools/test_bbox.c
x freetype-2.5.5/src/tools/test_afm.c
x freetype-2.5.5/src/tools/test_trig.c
x freetype-2.5.5/src/tools/apinames.c
x freetype-2.5.5/src/Jamfile
x freetype-2.5.5/src/cff/
x freetype-2.5.5/src/cff/rules.mk
x freetype-2.5.5/src/cff/cffgload.h
x freetype-2.5.5/src/cff/cf2ft.h
x freetype-2.5.5/src/cff/module.mk
x freetype-2.5.5/src/cff/cffpic.c
x freetype-2.5.5/src/cff/cf2ft.c
x freetype-2.5.5/src/cff/cf2error.h
x freetype-2.5.5/src/cff/cffparse.c
x freetype-2.5.5/src/cff/cffobjs.c
x freetype-2.5.5/src/cff/cf2error.c
x freetype-2.5.5/src/cff/cf2blues.h
x freetype-2.5.5/src/cff/cf2fixed.h
x freetype-2.5.5/src/cff/cf2intrp.h
x freetype-2.5.5/src/cff/cf2glue.h
x freetype-2.5.5/src/cff/cfferrs.h
x freetype-2.5.5/src/cff/cffobjs.h
x freetype-2.5.5/src/cff/cf2types.h
x freetype-2.5.5/src/cff/cffgload.c
x freetype-2.5.5/src/cff/cf2hints.c
x freetype-2.5.5/src/cff/Jamfile
x freetype-2.5.5/src/cff/cf2stack.c
x freetype-2.5.5/src/cff/cf2arrst.c
x freetype-2.5.5/src/cff/cf2blues.c
x freetype-2.5.5/src/cff/cfftypes.h
x freetype-2.5.5/src/cff/cffcmap.c
x freetype-2.5.5/src/cff/cffcmap.h
x freetype-2.5.5/src/cff/cf2read.h
x freetype-2.5.5/src/cff/cf2arrst.h
x freetype-2.5.5/src/cff/cff.c
x freetype-2.5.5/src/cff/cffdrivr.h
x freetype-2.5.5/src/cff/cf2read.c
x freetype-2.5.5/src/cff/cffpic.h
x freetype-2.5.5/src/cff/cfftoken.h
x freetype-2.5.5/src/cff/cf2hints.h
x freetype-2.5.5/src/cff/cf2font.h
x freetype-2.5.5/src/cff/cffload.h
x freetype-2.5.5/src/cff/cf2stack.h
x freetype-2.5.5/src/cff/cffparse.h
x freetype-2.5.5/src/cff/cffload.c
x freetype-2.5.5/src/cff/cf2font.c
x freetype-2.5.5/src/cff/cf2intrp.c
x freetype-2.5.5/src/cff/cffdrivr.c
x freetype-2.5.5/src/pfr/
x freetype-2.5.5/src/pfr/rules.mk
x freetype-2.5.5/src/pfr/pfrload.c
x freetype-2.5.5/src/pfr/module.mk
x freetype-2.5.5/src/pfr/pfrobjs.h
x freetype-2.5.5/src/pfr/pfrsbit.c
x freetype-2.5.5/src/pfr/pfrdrivr.h
x freetype-2.5.5/src/pfr/pfrcmap.c
x freetype-2.5.5/src/pfr/pfrtypes.h
x freetype-2.5.5/src/pfr/pfrobjs.c
x freetype-2.5.5/src/pfr/pfrdrivr.c
x freetype-2.5.5/src/pfr/pfrload.h
x freetype-2.5.5/src/pfr/pfrgload.h
x freetype-2.5.5/src/pfr/Jamfile
x freetype-2.5.5/src/pfr/pfrsbit.h
x freetype-2.5.5/src/pfr/pfrerror.h
x freetype-2.5.5/src/pfr/pfrgload.c
x freetype-2.5.5/src/pfr/pfrcmap.h
x freetype-2.5.5/src/pfr/pfr.c
x freetype-2.5.5/src/pcf/
x freetype-2.5.5/src/pcf/rules.mk
x freetype-2.5.5/src/pcf/pcfdrivr.h
x freetype-2.5.5/src/pcf/module.mk
x freetype-2.5.5/src/pcf/pcfutil.h
x freetype-2.5.5/src/pcf/pcfread.c
x freetype-2.5.5/src/pcf/Jamfile
x freetype-2.5.5/src/pcf/README
x freetype-2.5.5/src/pcf/pcf.h
x freetype-2.5.5/src/pcf/pcf.c
x freetype-2.5.5/src/pcf/pcfdrivr.c
x freetype-2.5.5/src/pcf/pcferror.h
x freetype-2.5.5/src/pcf/pcfread.h
x freetype-2.5.5/src/pcf/pcfutil.c
x freetype-2.5.5/src/cache/
x freetype-2.5.5/src/cache/rules.mk
x freetype-2.5.5/src/cache/ftcerror.h
x freetype-2.5.5/src/cache/ftcmanag.h
x freetype-2.5.5/src/cache/ftcbasic.c
x freetype-2.5.5/src/cache/ftcmanag.c
x freetype-2.5.5/src/cache/ftcmru.h
x freetype-2.5.5/src/cache/ftcsbits.h
x freetype-2.5.5/src/cache/Jamfile
x freetype-2.5.5/src/cache/ftccmap.c
x freetype-2.5.5/src/cache/ftcmru.c
x freetype-2.5.5/src/cache/ftcglyph.h
x freetype-2.5.5/src/cache/ftcglyph.c
x freetype-2.5.5/src/cache/ftcimage.c
x freetype-2.5.5/src/cache/ftccache.h
x freetype-2.5.5/src/cache/ftccback.h
x freetype-2.5.5/src/cache/ftcimage.h
x freetype-2.5.5/src/cache/ftcache.c
x freetype-2.5.5/src/cache/ftcsbits.c
x freetype-2.5.5/src/cache/ftccache.c
x freetype-2.5.5/src/bzip2/
x freetype-2.5.5/src/bzip2/ftbzip2.c
x freetype-2.5.5/src/bzip2/rules.mk
x freetype-2.5.5/src/bzip2/Jamfile
x freetype-2.5.5/src/autofit/
x freetype-2.5.5/src/autofit/aflatin.c
x freetype-2.5.5/src/autofit/rules.mk
x freetype-2.5.5/src/autofit/afranges.h
x freetype-2.5.5/src/autofit/afindic.c
x freetype-2.5.5/src/autofit/module.mk
x freetype-2.5.5/src/autofit/afblue.dat
x freetype-2.5.5/src/autofit/afglobal.h
x freetype-2.5.5/src/autofit/afhints.h
x freetype-2.5.5/src/autofit/autofit.c
x freetype-2.5.5/src/autofit/afwrtsys.h
x freetype-2.5.5/src/autofit/afglobal.c
x freetype-2.5.5/src/autofit/afloader.h
x freetype-2.5.5/src/autofit/aflatin2.c
x freetype-2.5.5/src/autofit/afblue.hin
x freetype-2.5.5/src/autofit/aftypes.h
x freetype-2.5.5/src/autofit/afindic.h
x freetype-2.5.5/src/autofit/hbshim.c
x freetype-2.5.5/src/autofit/afloader.c
x freetype-2.5.5/src/autofit/afpic.h
x freetype-2.5.5/src/autofit/afmodule.c
x freetype-2.5.5/src/autofit/afangles.c
x freetype-2.5.5/src/autofit/Jamfile
x freetype-2.5.5/src/autofit/aferrors.h
x freetype-2.5.5/src/autofit/afwarp.h
x freetype-2.5.5/src/autofit/afscript.h
x freetype-2.5.5/src/autofit/afmodule.h
x freetype-2.5.5/src/autofit/afhints.c
x freetype-2.5.5/src/autofit/afblue.c
x freetype-2.5.5/src/autofit/afranges.c
x freetype-2.5.5/src/autofit/afdummy.c
x freetype-2.5.5/src/autofit/afdummy.h
x freetype-2.5.5/src/autofit/afcjk.c
x freetype-2.5.5/src/autofit/hbshim.h
x freetype-2.5.5/src/autofit/afblue.h
x freetype-2.5.5/src/autofit/afcjk.h
x freetype-2.5.5/src/autofit/aflatin2.h
x freetype-2.5.5/src/autofit/afpic.c
x freetype-2.5.5/src/autofit/afstyles.h
x freetype-2.5.5/src/autofit/afcover.h
x freetype-2.5.5/src/autofit/afwarp.c
x freetype-2.5.5/src/autofit/afangles.h
x freetype-2.5.5/src/autofit/afblue.cin
x freetype-2.5.5/src/autofit/aflatin.h
x freetype-2.5.5/src/gzip/
x freetype-2.5.5/src/gzip/rules.mk
x freetype-2.5.5/src/gzip/zlib.h
x freetype-2.5.5/src/gzip/infcodes.c
x freetype-2.5.5/src/gzip/infblock.h
x freetype-2.5.5/src/gzip/inftrees.c
x freetype-2.5.5/src/gzip/adler32.c
x freetype-2.5.5/src/gzip/infblock.c
x freetype-2.5.5/src/gzip/zconf.h
x freetype-2.5.5/src/gzip/infutil.h
x freetype-2.5.5/src/gzip/inffixed.h
x freetype-2.5.5/src/gzip/infcodes.h
x freetype-2.5.5/src/gzip/ftgzip.c
x freetype-2.5.5/src/gzip/Jamfile
x freetype-2.5.5/src/gzip/infutil.c
x freetype-2.5.5/src/gzip/zutil.c
x freetype-2.5.5/src/gzip/zutil.h
x freetype-2.5.5/src/gzip/inftrees.h
x freetype-2.5.5/src/gzip/inflate.c
x freetype-2.5.5/src/lzw/
x freetype-2.5.5/src/lzw/rules.mk
x freetype-2.5.5/src/lzw/ftzopen.c
x freetype-2.5.5/src/lzw/Jamfile
x freetype-2.5.5/src/lzw/ftlzw.c
x freetype-2.5.5/src/lzw/ftzopen.h
x freetype-2.5.5/src/smooth/
x freetype-2.5.5/src/smooth/rules.mk
x freetype-2.5.5/src/smooth/module.mk
x freetype-2.5.5/src/smooth/ftgrays.c
x freetype-2.5.5/src/smooth/ftsmooth.c
x freetype-2.5.5/src/smooth/ftgrays.h
x freetype-2.5.5/src/smooth/Jamfile
x freetype-2.5.5/src/smooth/ftspic.c
x freetype-2.5.5/src/smooth/smooth.c
x freetype-2.5.5/src/smooth/ftsmerrs.h
x freetype-2.5.5/src/smooth/ftsmooth.h
x freetype-2.5.5/src/smooth/ftspic.h
x freetype-2.5.5/src/truetype/
x freetype-2.5.5/src/truetype/rules.mk
x freetype-2.5.5/src/truetype/ttpload.h
x freetype-2.5.5/src/truetype/ttgxvar.c
x freetype-2.5.5/src/truetype/module.mk
x freetype-2.5.5/src/truetype/ttgload.h
x freetype-2.5.5/src/truetype/ttobjs.h
x freetype-2.5.5/src/truetype/ttgxvar.h
x freetype-2.5.5/src/truetype/ttdriver.c
x freetype-2.5.5/src/truetype/ttdriver.h
x freetype-2.5.5/src/truetype/ttpic.h
x freetype-2.5.5/src/truetype/ttinterp.c
x freetype-2.5.5/src/truetype/ttsubpix.c
x freetype-2.5.5/src/truetype/ttinterp.h
x freetype-2.5.5/src/truetype/ttobjs.c
x freetype-2.5.5/src/truetype/Jamfile
x freetype-2.5.5/src/truetype/ttgload.c
x freetype-2.5.5/src/truetype/ttsubpix.h
x freetype-2.5.5/src/truetype/ttpic.c
x freetype-2.5.5/src/truetype/tterrors.h
x freetype-2.5.5/src/truetype/ttpload.c
x freetype-2.5.5/src/truetype/truetype.c
x freetype-2.5.5/src/type42/
x freetype-2.5.5/src/type42/rules.mk
x freetype-2.5.5/src/type42/type42.c
x freetype-2.5.5/src/type42/module.mk
x freetype-2.5.5/src/type42/t42error.h
x freetype-2.5.5/src/type42/t42objs.h
x freetype-2.5.5/src/type42/t42parse.h
x freetype-2.5.5/src/type42/t42objs.c
x freetype-2.5.5/src/type42/Jamfile
x freetype-2.5.5/src/type42/t42types.h
x freetype-2.5.5/src/type42/t42drivr.c
x freetype-2.5.5/src/type42/t42drivr.h
x freetype-2.5.5/src/type42/t42parse.c
x freetype-2.5.5/src/base/
x freetype-2.5.5/src/base/md5.c
x freetype-2.5.5/src/base/rules.mk
x freetype-2.5.5/src/base/ftmac.c
x freetype-2.5.5/src/base/ftpatent.c
x freetype-2.5.5/src/base/fttype1.c
x freetype-2.5.5/src/base/ftfstype.c
x freetype-2.5.5/src/base/ftlcdfil.c
x freetype-2.5.5/src/base/ftcid.c
x freetype-2.5.5/src/base/basepic.h
x freetype-2.5.5/src/base/ftstream.c
x freetype-2.5.5/src/base/ftgxval.c
x freetype-2.5.5/src/base/ftapi.c
x freetype-2.5.5/src/base/Jamfile
x freetype-2.5.5/src/base/ftsnames.c
x freetype-2.5.5/src/base/basepic.c
x freetype-2.5.5/src/base/fttrigon.c
x freetype-2.5.5/src/base/ftinit.c
x freetype-2.5.5/src/base/ftpfr.c
x freetype-2.5.5/src/base/ftmm.c
x freetype-2.5.5/src/base/ftbase.c
x freetype-2.5.5/src/base/md5.h
x freetype-2.5.5/src/base/ftadvanc.c
x freetype-2.5.5/src/base/ftbase.h
x freetype-2.5.5/src/base/ftotval.c
x freetype-2.5.5/src/base/ftobjs.c
x freetype-2.5.5/src/base/ftoutln.c
x freetype-2.5.5/src/base/ftbdf.c
x freetype-2.5.5/src/base/ftsynth.c
x freetype-2.5.5/src/base/ftgasp.c
x freetype-2.5.5/src/base/ftstroke.c
x freetype-2.5.5/src/base/ftbitmap.c
x freetype-2.5.5/src/base/ftrfork.c
x freetype-2.5.5/src/base/ftpic.c
x freetype-2.5.5/src/base/ftwinfnt.c
x freetype-2.5.5/src/base/ftglyph.c
x freetype-2.5.5/src/base/ftbbox.c
x freetype-2.5.5/src/base/ftgloadr.c
x freetype-2.5.5/src/base/ftcalc.c
x freetype-2.5.5/src/base/ftutil.c
x freetype-2.5.5/src/base/ftdbgmem.c
x freetype-2.5.5/src/base/ftxf86.c
x freetype-2.5.5/src/base/ftdebug.c
x freetype-2.5.5/src/base/ftsystem.c
x freetype-2.5.5/src/type1/
x freetype-2.5.5/src/type1/rules.mk
x freetype-2.5.5/src/type1/module.mk
x freetype-2.5.5/src/type1/type1.c
x freetype-2.5.5/src/type1/t1gload.h
x freetype-2.5.5/src/type1/t1afm.h
x freetype-2.5.5/src/type1/t1objs.c
x freetype-2.5.5/src/type1/Jamfile
x freetype-2.5.5/src/type1/t1parse.c
x freetype-2.5.5/src/type1/t1load.h
x freetype-2.5.5/src/type1/t1driver.c
x freetype-2.5.5/src/type1/t1tokens.h
x freetype-2.5.5/src/type1/t1driver.h
x freetype-2.5.5/src/type1/t1afm.c
x freetype-2.5.5/src/type1/t1errors.h
x freetype-2.5.5/src/type1/t1parse.h
x freetype-2.5.5/src/type1/t1load.c
x freetype-2.5.5/src/type1/t1objs.h
x freetype-2.5.5/src/type1/t1gload.c
x freetype-2.5.5/src/psnames/
x freetype-2.5.5/src/psnames/rules.mk
x freetype-2.5.5/src/psnames/pstables.h
x freetype-2.5.5/src/psnames/module.mk
x freetype-2.5.5/src/psnames/psnames.c
x freetype-2.5.5/src/psnames/psmodule.c
x freetype-2.5.5/src/psnames/pspic.c
x freetype-2.5.5/src/psnames/Jamfile
x freetype-2.5.5/src/psnames/psmodule.h
x freetype-2.5.5/src/psnames/psnamerr.h
x freetype-2.5.5/src/psnames/pspic.h
x freetype-2.5.5/objs/
x freetype-2.5.5/objs/README
x freetype-2.5.5/devel/
x freetype-2.5.5/devel/ftoption.h
x freetype-2.5.5/devel/ft2build.h
x freetype-2.5.5/builds/
x freetype-2.5.5/builds/wince/
x freetype-2.5.5/builds/wince/vc2008-ce/
x freetype-2.5.5/builds/wince/vc2008-ce/freetype.sln
x freetype-2.5.5/builds/wince/vc2008-ce/freetype.vcproj
x freetype-2.5.5/builds/wince/vc2008-ce/index.html
x freetype-2.5.5/builds/wince/vc2005-ce/
x freetype-2.5.5/builds/wince/vc2005-ce/freetype.sln
x freetype-2.5.5/builds/wince/vc2005-ce/freetype.vcproj
x freetype-2.5.5/builds/wince/vc2005-ce/index.html
x freetype-2.5.5/builds/wince/ftdebug.c
x freetype-2.5.5/builds/os2/
x freetype-2.5.5/builds/os2/os2-def.mk
x freetype-2.5.5/builds/os2/os2-gcc.mk
x freetype-2.5.5/builds/os2/detect.mk
x freetype-2.5.5/builds/os2/os2-dev.mk
x freetype-2.5.5/builds/dos/
x freetype-2.5.5/builds/dos/dos-def.mk
x freetype-2.5.5/builds/dos/dos-emx.mk
x freetype-2.5.5/builds/dos/dos-gcc.mk
x freetype-2.5.5/builds/dos/detect.mk
x freetype-2.5.5/builds/dos/dos-wat.mk
x freetype-2.5.5/builds/beos/
x freetype-2.5.5/builds/beos/beos.mk
x freetype-2.5.5/builds/beos/detect.mk
x freetype-2.5.5/builds/beos/beos-def.mk
x freetype-2.5.5/builds/modules.mk
x freetype-2.5.5/builds/atari/
x freetype-2.5.5/builds/atari/gen-purec-patch.sh
x freetype-2.5.5/builds/atari/FREETYPE.PRJ
x freetype-2.5.5/builds/atari/README.TXT
x freetype-2.5.5/builds/atari/deflinejoiner.awk
x freetype-2.5.5/builds/atari/ATARI.H
x freetype-2.5.5/builds/atari/FNames.SIC
x freetype-2.5.5/builds/compiler/
x freetype-2.5.5/builds/compiler/visualage.mk
x freetype-2.5.5/builds/compiler/gcc-dev.mk
x freetype-2.5.5/builds/compiler/win-lcc.mk
x freetype-2.5.5/builds/compiler/bcc-dev.mk
x freetype-2.5.5/builds/compiler/emx.mk
x freetype-2.5.5/builds/compiler/visualc.mk
x freetype-2.5.5/builds/compiler/intelc.mk
x freetype-2.5.5/builds/compiler/unix-lcc.mk
x freetype-2.5.5/builds/compiler/watcom.mk
x freetype-2.5.5/builds/compiler/bcc.mk
x freetype-2.5.5/builds/compiler/gcc.mk
x freetype-2.5.5/builds/compiler/ansi-cc.mk
x freetype-2.5.5/builds/amiga/
x freetype-2.5.5/builds/amiga/makefile
x freetype-2.5.5/builds/amiga/README
x freetype-2.5.5/builds/amiga/include/
x freetype-2.5.5/builds/amiga/include/config/
x freetype-2.5.5/builds/amiga/include/config/ftconfig.h
x freetype-2.5.5/builds/amiga/include/config/ftmodule.h
x freetype-2.5.5/builds/amiga/src/
x freetype-2.5.5/builds/amiga/src/base/
x freetype-2.5.5/builds/amiga/src/base/ftdebug.c
x freetype-2.5.5/builds/amiga/src/base/ftsystem.c
x freetype-2.5.5/builds/amiga/makefile.os4
x freetype-2.5.5/builds/amiga/smakefile
x freetype-2.5.5/builds/vms/
x freetype-2.5.5/builds/vms/ftconfig.h
x freetype-2.5.5/builds/vms/ftsystem.c
x freetype-2.5.5/builds/mac/
x freetype-2.5.5/builds/mac/ftmac.c
x freetype-2.5.5/builds/mac/ftlib.prj.xml
x freetype-2.5.5/builds/mac/freetype-Info.plist
x freetype-2.5.5/builds/mac/FreeType.m68k_cfm.make.txt
x freetype-2.5.5/builds/mac/FreeType.ppc_classic.make.txt
x freetype-2.5.5/builds/mac/README
x freetype-2.5.5/builds/mac/FreeType.m68k_far.make.txt
x freetype-2.5.5/builds/mac/ascii2mpw.py
x freetype-2.5.5/builds/mac/FreeType.ppc_carbon.make.txt
x freetype-2.5.5/builds/unix/
x freetype-2.5.5/builds/unix/freetype2.in
x freetype-2.5.5/builds/unix/freetype-config.in
x freetype-2.5.5/builds/unix/configure
x freetype-2.5.5/builds/unix/pkg.m4
x freetype-2.5.5/builds/unix/freetype2.m4
x freetype-2.5.5/builds/unix/config.guess
x freetype-2.5.5/builds/unix/install-sh
x freetype-2.5.5/builds/unix/unix-cc.in
x freetype-2.5.5/builds/unix/configure.raw
x freetype-2.5.5/builds/unix/config.sub
x freetype-2.5.5/builds/unix/ft-munmap.m4
x freetype-2.5.5/builds/unix/unixddef.mk
x freetype-2.5.5/builds/unix/ltmain.sh
x freetype-2.5.5/builds/unix/unix-dev.mk
x freetype-2.5.5/builds/unix/install.mk
x freetype-2.5.5/builds/unix/detect.mk
x freetype-2.5.5/builds/unix/configure.ac
x freetype-2.5.5/builds/unix/unix-lcc.mk
x freetype-2.5.5/builds/unix/aclocal.m4
x freetype-2.5.5/builds/unix/ftconfig.in
x freetype-2.5.5/builds/unix/unix-def.in
x freetype-2.5.5/builds/unix/mkinstalldirs
x freetype-2.5.5/builds/unix/ftsystem.c
x freetype-2.5.5/builds/unix/unix.mk
x freetype-2.5.5/builds/symbian/
x freetype-2.5.5/builds/symbian/freetype.mmp
x freetype-2.5.5/builds/symbian/bld.inf
x freetype-2.5.5/builds/windows/
x freetype-2.5.5/builds/windows/w32-vcc.mk
x freetype-2.5.5/builds/windows/w32-bccd.mk
x freetype-2.5.5/builds/windows/w32-dev.mk
x freetype-2.5.5/builds/windows/vc2008/
x freetype-2.5.5/builds/windows/vc2008/freetype.sln
x freetype-2.5.5/builds/windows/vc2008/freetype.vcproj
x freetype-2.5.5/builds/windows/vc2008/index.html
x freetype-2.5.5/builds/windows/visualce/
x freetype-2.5.5/builds/windows/visualce/freetype.dsp
x freetype-2.5.5/builds/windows/visualce/freetype.dsw
x freetype-2.5.5/builds/windows/visualce/freetype.vcproj
x freetype-2.5.5/builds/windows/visualce/index.html
x freetype-2.5.5/builds/windows/visualc/
x freetype-2.5.5/builds/windows/visualc/freetype.dsp
x freetype-2.5.5/builds/windows/visualc/freetype.sln
x freetype-2.5.5/builds/windows/visualc/freetype.dsw
x freetype-2.5.5/builds/windows/visualc/freetype.vcproj
x freetype-2.5.5/builds/windows/visualc/index.html
x freetype-2.5.5/builds/windows/vc2010/
x freetype-2.5.5/builds/windows/vc2010/freetype.sln
x freetype-2.5.5/builds/windows/vc2010/freetype.vcxproj.filters
x freetype-2.5.5/builds/windows/vc2010/freetype.vcxproj
x freetype-2.5.5/builds/windows/vc2010/index.html
x freetype-2.5.5/builds/windows/vc2010/freetype.user.props
x freetype-2.5.5/builds/windows/w32-lcc.mk
x freetype-2.5.5/builds/windows/w32-bcc.mk
x freetype-2.5.5/builds/windows/detect.mk
x freetype-2.5.5/builds/windows/w32-gcc.mk
x freetype-2.5.5/builds/windows/w32-intl.mk
x freetype-2.5.5/builds/windows/w32-icc.mk
x freetype-2.5.5/builds/windows/w32-mingw32.mk
x freetype-2.5.5/builds/windows/win32-def.mk
x freetype-2.5.5/builds/windows/w32-wat.mk
x freetype-2.5.5/builds/windows/vc2005/
x freetype-2.5.5/builds/windows/vc2005/freetype.sln
x freetype-2.5.5/builds/windows/vc2005/freetype.vcproj
x freetype-2.5.5/builds/windows/vc2005/index.html
x freetype-2.5.5/builds/windows/ftdebug.c
x freetype-2.5.5/builds/newline
x freetype-2.5.5/builds/link_std.mk
x freetype-2.5.5/builds/freetype.mk
x freetype-2.5.5/builds/detect.mk
x freetype-2.5.5/builds/cmake/
x freetype-2.5.5/builds/cmake/iOS.cmake
x freetype-2.5.5/builds/link_dos.mk
x freetype-2.5.5/builds/exports.mk
x freetype-2.5.5/builds/ansi/
x freetype-2.5.5/builds/ansi/ansi.mk
x freetype-2.5.5/builds/ansi/ansi-def.mk
x freetype-2.5.5/builds/toplevel.mk
x freetype-2.5.5/vms_make.com
x freetype-2.5.5/autogen.sh
x freetype-2.5.5/ChangeLog.20
x freetype-2.5.5/README.git
x freetype-2.5.5/ChangeLog.21
Build_all freetype
Build freetype for i386, x86_64, armv7, arm64 (filtered)
Build freetype
Prebuild freetype for i386
Build freetype for i386
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `/Applications/Xcode.app/Contents/Developer/usr/bin/make' again to build the library,
or `/Applications/Xcode.app/Contents/Developer/usr/bin/make refdoc' to build the API reference (this needs python >= 2.6).
Generating modules list in ./objs/ftmodule.h...
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff (OpenType fonts with extension *.otf)
* module: cid (Postscript CID-keyed fonts, no known extension)
* module: pfr (PFR/TrueDoc font files with extension *.pfr)
* module: type42 (Type 42 font files with no known extension)
* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf (pcf bitmap fonts)
* module: bdf (bdf bitmap fonts)
* module: sfnt (helper module for TrueType & OpenType formats)
* module: autofit (automatic hinting module)
* module: pshinter (Postscript hinter module)
* module: raster (monochrome bitmap renderer)
* module: smooth (anti-aliased bitmap renderer)
* module: smooth (anti-aliased bitmap renderer for LCDs)
* module: smooth (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux (Postscript Type 1 & Type 2 helper module)
* module: psnames (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; /bin/sh ./configure 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' 'CFLAGS=-arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf' 'LDFLAGS=-arch i386 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/ltgiv/kivy-ios/dist/lib -lsqlite3 -miphoneos-version-min=6.0.0' '--prefix=/' '--host=i386-apple-darwin11' '--without-png' '--without-bzip2' '--without-fsspec' '--without-harfbuzz' '--without-old-mac-fonts' '--enable-static=yes' '--enable-shared=no'
checking build system type... x86_64-apple-darwin15.0.0
checking host system type... i386-apple-darwin11
checking for i386-apple-darwin11-gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang accepts -g... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C89... none needed
checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E
checking for i386-apple-darwin11-pkg-config... no
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... no
checking for i386-apple-darwin11-dumpbin... no
checking for i386-apple-darwin11-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin15.0.0 file names to i386-apple-darwin11 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for i386-apple-darwin11-objdump... no
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for i386-apple-darwin11-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i386-apple-darwin11-ar... no
checking for ar... ar
checking for archiver @FILE support... no
checking for i386-apple-darwin11-strip... no
checking for strip... strip
checking for i386-apple-darwin11-ranlib... no
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse nm output from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang object... ok
checking for sysroot... no
checking for i386-apple-darwin11-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for i386-apple-darwin11-dsymutil... no
checking for dsymutil... dsymutil
checking for i386-apple-darwin11-nmedit... no
checking for nmedit... nmedit
checking for i386-apple-darwin11-lipo... no
checking for lipo... lipo
checking for i386-apple-darwin11-otool... no
checking for otool... otool
checking for i386-apple-darwin11-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to produce PIC... -fno-common -DPIC
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang static flag -static works... no
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... (cached) yes
checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int... 4
checking size of long... 4
checking whether cpp computation of bit length in ftconfig.in works... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap is declared... yes
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking for ZLIB... yes
checking whether CFLAGS and LDFLAGS share -arch i386... yes
configure: WARNING:
*** WARNING
FSSpec/FSRef/QuickDraw/ATS options are explicitly given,
thus it is recommended to replace src/base/ftmac.c by builds/mac/ftmac.c.
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:
Library configuration:
external zlib: yes (pkg-config)
bzip2: no
libpng: no
harfbuzz: no
make: Nothing to be done for `unix'.
rm -f /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/basepic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftadvanc.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcalc.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftdbgmem.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgloadr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftobjs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftoutln.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftrfork.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsnames.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstream.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttrigon.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftutil.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttdriver.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttgload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttgxvar.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttinterp.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttobjs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttpic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttpload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttsubpix.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1parse.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1load.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1driver.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1afm.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1gload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1objs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffcmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffgload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffobjs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffparse.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffpic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2arrst.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2blues.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2error.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2font.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2ft.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2hints.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2intrp.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2read.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2stack.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidparse.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidriver.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidgload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidobjs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrgload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrcmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrsbit.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrobjs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t42objs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t42parse.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t42drivr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcfdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcfread.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcfutil.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdflib.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdfdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttload.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttmtx.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttcmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttsbit.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttpost.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttkern.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttbdf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfobjs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfdriver.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfntpic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pngshim.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afangles.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afblue.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afcjk.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afdummy.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afglobal.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afhints.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afindic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/aflatin.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afloader.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afmodule.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afpic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afranges.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afwarp.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/hbshim.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshalgo.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshglob.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshmod.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshpic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshrec.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftraster.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftrend1.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/rastpic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgrays.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsmooth.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftspic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcbasic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftccache.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftccmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcglyph.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcimage.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcmanag.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcmru.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcsbits.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psobjs.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1decode.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1cmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afmparse.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psconv.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psauxmod.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psmodule.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pspic.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psnames.lo
rm -f /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsystem.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftdebug.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftinit.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/basepic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftadvanc.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcalc.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftdbgmem.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgloadr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftobjs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftoutln.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftrfork.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsnames.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstream.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttrigon.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftutil.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttdriver.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttgload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttgxvar.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttinterp.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttobjs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttpic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttpload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttsubpix.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1parse.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1load.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1driver.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1afm.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1gload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1objs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffcmap.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffdrivr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffgload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffobjs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffparse.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cffpic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2arrst.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2blues.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2error.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2font.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2ft.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2hints.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2intrp.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2read.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cf2stack.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidparse.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidriver.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidgload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cidobjs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrgload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrcmap.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrdrivr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrsbit.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfrobjs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t42objs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t42parse.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t42drivr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcfdrivr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcfread.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcfutil.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdflib.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdfdrivr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttload.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttmtx.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttcmap.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttsbit.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttpost.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttkern.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ttbdf.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfobjs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfdriver.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfntpic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pngshim.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afangles.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afblue.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afcjk.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afdummy.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afglobal.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afhints.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afindic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/aflatin.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afloader.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afmodule.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afpic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afranges.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afwarp.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/hbshim.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshalgo.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshglob.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshmod.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshpic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshrec.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftraster.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftrend1.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/rastpic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgrays.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsmooth.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftspic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcbasic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftccache.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftccmap.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcglyph.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcimage.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcmanag.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcmru.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcsbits.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psobjs.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1decode.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/t1cmap.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/afmparse.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psconv.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psauxmod.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psmodule.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pspic.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbase.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/truetype.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cff.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1cid.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type42.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcf.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdf.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfnt.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/autofit.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshinter.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/raster.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/smooth.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcache.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psaux.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psnames.o \
./builds/unix/freetype-config ./builds/unix/freetype2.pc /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftexport.sym /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/apinames
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsystem.lo builds/unix/ftsystem.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsystem.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftdebug.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftdebug.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftdebug.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftinit.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftinit.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftinit.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftbase.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftbase.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbase.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftbbox.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftbbox.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbbox.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftbdf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftbdf.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbdf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftbitmap.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftbitmap.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbitmap.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftcid.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftcid.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcid.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftfstype.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftfstype.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftfstype.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftgasp.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftgasp.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgasp.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftglyph.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftglyph.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftglyph.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftgxval.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftgxval.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgxval.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftlcdfil.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftlcdfil.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlcdfil.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftmm.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftmm.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftmm.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftotval.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftotval.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftotval.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftpatent.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftpatent.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpatent.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftpfr.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftpfr.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpfr.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftstroke.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftstroke.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstroke.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftsynth.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftsynth.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsynth.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/fttype1.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/fttype1.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttype1.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftwinfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftwinfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftwinfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftxf86.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/base/ftxf86.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftxf86.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/truetype -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/truetype/truetype.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/truetype /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/truetype/truetype.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/truetype.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/type1 -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/type1/type1.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/type1 /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/type1/type1.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cff -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cff/cff.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cff /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cff/cff.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cff.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cid -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cid/type1cid.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cid /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cid/type1cid.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1cid.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pfr -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pfr/pfr.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pfr /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pfr/pfr.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfr.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/type42 -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/type42/type42.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/type42 /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/type42/type42.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type42.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/winfonts -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/winfonts/winfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/winfonts /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/winfonts/winfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/winfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pcf -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pcf/pcf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pcf /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pcf/pcf.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/bdf -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/bdf/bdf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/bdf /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/bdf/bdf.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/sfnt -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/sfnt/sfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/sfnt /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/sfnt/sfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/autofit -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/autofit/autofit.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/autofit /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/autofit/autofit.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/autofit.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pshinter -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pshinter/pshinter.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pshinter /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/pshinter/pshinter.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshinter.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/raster -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/raster/raster.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/raster /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/raster/raster.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/raster.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/smooth -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/smooth/smooth.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/smooth /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/smooth/smooth.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/smooth.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cache -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cache/ftcache.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cache /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/cache/ftcache.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcache.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/gzip/ftgzip.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/gzip/ftgzip.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgzip.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/lzw -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/lzw/ftlzw.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/lzw /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/lzw/ftlzw.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlzw.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/bzip2/ftbzip2.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/bzip2/ftbzip2.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbzip2.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/psaux -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/psaux/psaux.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/psaux /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/psaux/psaux.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psaux.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/psnames -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psnames.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/psnames/psnames.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include -c -Wall -arch i386 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/i386/freetype -I/Users/ltgiv/kivy-ios/dist/include/i386/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/psnames /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/psnames/psnames.c -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psnames.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/apinames /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/src/tools/apinames.c
/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/apinames -o/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftexport.sym /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/freetype.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ft2build.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftadvanc.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftautoh.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftbbox.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftbdf.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftbitmap.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftbzip2.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftcache.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftcffdrv.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftchapters.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftcid.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/fterrdef.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/fterrors.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftgasp.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftglyph.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftgxval.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftgzip.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftimage.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftincrem.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftlcdfil.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftlist.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftlzw.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftmac.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftmm.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftmodapi.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftmoderr.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftotval.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftoutln.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftpfr.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftrender.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftsizes.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftsnames.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftstroke.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftsynth.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftsystem.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/fttrigon.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftttdrv.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/fttypes.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftwinfnt.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ftxf86.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/t1tables.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ttnameid.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/tttables.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/tttags.h /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/include/ttunpat.h
./builds/unix/libtool --mode=link /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/libfreetype.la /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psnames.lo -rpath //lib -version-info 17:4:11 -arch i386 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/ltgiv/kivy-ios/dist/lib -lsqlite3 -miphoneos-version-min=6.0.0 -L/usr/lib -lz -no-undefined
libtool: link: ar cru /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/.libs/libfreetype.a /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsystem.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftdebug.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftinit.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbase.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/truetype.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/cff.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type1cid.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pfr.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/type42.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pcf.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/bdf.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/sfnt.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/autofit.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/pshinter.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/raster.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/smooth.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftcache.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psaux.o /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/psnames.o
libtool: link: ranlib /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/.libs/libfreetype.a
libtool: link: ( cd "/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" )
rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp
sed -e 's|%LIBSSTATIC_CONFIG%|-lfreetype -lz|' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/|' \
-e 's|%ft_version%|17.4.11|' \
-e 's|%includedir%|//include|' \
-e 's|%libdir%|//lib|' \
-e 's|%prefix%|/|' \
/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/unix/freetype-config.in \
> builds/unix/freetype-config.tmp
chmod +x builds/unix/freetype-config.tmp
chmod a-w builds/unix/freetype-config.tmp
mv builds/unix/freetype-config.tmp builds/unix/freetype-config
rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp
sed -e 's|%REQUIRES_PRIVATE%|zlib|' \
-e 's|%LIBS_PRIVATE%||' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/|' \
-e 's|%ft_version%|17.4.11|' \
-e 's|%includedir%|//include|' \
-e 's|%libdir%|//lib|' \
-e 's|%prefix%|/|' \
/Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/unix/freetype2.in \
> builds/unix/freetype2.pc.tmp
chmod a-w builds/unix/freetype2.pc.tmp
mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc
Postbuild freetype for i386
Build freetype
Prebuild freetype for x86_64
Build freetype for x86_64
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `/Applications/Xcode.app/Contents/Developer/usr/bin/make' again to build the library,
or `/Applications/Xcode.app/Contents/Developer/usr/bin/make refdoc' to build the API reference (this needs python >= 2.6).
Generating modules list in ./objs/ftmodule.h...
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff (OpenType fonts with extension *.otf)
* module: cid (Postscript CID-keyed fonts, no known extension)
* module: pfr (PFR/TrueDoc font files with extension *.pfr)
* module: type42 (Type 42 font files with no known extension)
* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf (pcf bitmap fonts)
* module: bdf (bdf bitmap fonts)
* module: sfnt (helper module for TrueType & OpenType formats)
* module: autofit (automatic hinting module)
* module: pshinter (Postscript hinter module)
* module: raster (monochrome bitmap renderer)
* module: smooth (anti-aliased bitmap renderer)
* module: smooth (anti-aliased bitmap renderer for LCDs)
* module: smooth (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux (Postscript Type 1 & Type 2 helper module)
* module: psnames (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; /bin/sh ./configure 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' 'CFLAGS=-arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf' 'LDFLAGS=-arch x86_64 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/ltgiv/kivy-ios/dist/lib -lsqlite3 -miphoneos-version-min=7.0' '--prefix=/' '--host=x86_64-apple-darwin13' '--without-png' '--without-bzip2' '--without-fsspec' '--without-harfbuzz' '--without-old-mac-fonts' '--enable-static=yes' '--enable-shared=no'
checking build system type... x86_64-apple-darwin15.0.0
checking host system type... x86_64-apple-darwin13
checking for x86_64-apple-darwin13-gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang accepts -g... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C89... none needed
checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E
checking for x86_64-apple-darwin13-pkg-config... no
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... no
checking for x86_64-apple-darwin13-dumpbin... no
checking for x86_64-apple-darwin13-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin13 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for x86_64-apple-darwin13-objdump... no
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin13-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-apple-darwin13-ar... no
checking for ar... ar
checking for archiver @FILE support... no
checking for x86_64-apple-darwin13-strip... no
checking for strip... strip
checking for x86_64-apple-darwin13-ranlib... no
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse nm output from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang object... ok
checking for sysroot... no
checking for x86_64-apple-darwin13-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for x86_64-apple-darwin13-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin13-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin13-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin13-otool... no
checking for otool... otool
checking for x86_64-apple-darwin13-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to produce PIC... -fno-common -DPIC
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang static flag -static works... no
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... (cached) yes
checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int... 4
checking size of long... 8
checking whether cpp computation of bit length in ftconfig.in works... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap is declared... yes
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking for ZLIB... yes
checking whether CFLAGS and LDFLAGS share -arch x86_64... yes
configure: WARNING:
*** WARNING
FSSpec/FSRef/QuickDraw/ATS options are explicitly given,
thus it is recommended to replace src/base/ftmac.c by builds/mac/ftmac.c.
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:
Library configuration:
external zlib: yes (pkg-config)
bzip2: no
libpng: no
harfbuzz: no
make: Nothing to be done for `unix'.
rm -f /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/basepic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftadvanc.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcalc.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftdbgmem.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgloadr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftobjs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftoutln.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftrfork.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsnames.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstream.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttrigon.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftutil.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttdriver.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttgload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttgxvar.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttinterp.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttobjs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttpic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttpload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttsubpix.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1parse.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1load.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1driver.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1afm.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1gload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1objs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffcmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffgload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffobjs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffparse.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffpic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2arrst.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2blues.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2error.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2font.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2ft.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2hints.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2intrp.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2read.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2stack.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidparse.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidriver.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidgload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidobjs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrgload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrcmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrsbit.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrobjs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t42objs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t42parse.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t42drivr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcfdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcfread.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcfutil.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdflib.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdfdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttload.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttmtx.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttcmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttsbit.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttpost.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttkern.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttbdf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfobjs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfdriver.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfntpic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pngshim.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afangles.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afblue.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afcjk.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afdummy.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afglobal.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afhints.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afindic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/aflatin.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afloader.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afmodule.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afpic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afranges.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afwarp.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/hbshim.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshalgo.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshglob.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshmod.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshpic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshrec.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftraster.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftrend1.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/rastpic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgrays.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsmooth.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftspic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcbasic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftccache.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftccmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcglyph.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcimage.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcmanag.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcmru.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcsbits.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psobjs.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1decode.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1cmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afmparse.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psconv.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psauxmod.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psmodule.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pspic.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psnames.lo
rm -f /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsystem.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftdebug.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftinit.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/basepic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftadvanc.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcalc.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftdbgmem.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgloadr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftobjs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftoutln.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftrfork.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsnames.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstream.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttrigon.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftutil.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttdriver.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttgload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttgxvar.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttinterp.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttobjs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttpic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttpload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttsubpix.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1parse.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1load.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1driver.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1afm.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1gload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1objs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffcmap.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffdrivr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffgload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffobjs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffparse.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cffpic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2arrst.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2blues.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2error.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2font.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2ft.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2hints.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2intrp.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2read.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cf2stack.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidparse.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidriver.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidgload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cidobjs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrgload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrcmap.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrdrivr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrsbit.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfrobjs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t42objs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t42parse.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t42drivr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcfdrivr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcfread.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcfutil.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdflib.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdfdrivr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttload.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttmtx.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttcmap.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttsbit.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttpost.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttkern.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ttbdf.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfobjs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfdriver.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfntpic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pngshim.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afangles.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afblue.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afcjk.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afdummy.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afglobal.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afhints.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afindic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/aflatin.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afloader.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afmodule.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afpic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afranges.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afwarp.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/hbshim.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshalgo.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshglob.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshmod.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshpic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshrec.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftraster.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftrend1.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/rastpic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgrays.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsmooth.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftspic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcbasic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftccache.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftccmap.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcglyph.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcimage.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcmanag.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcmru.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcsbits.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psobjs.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1decode.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/t1cmap.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/afmparse.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psconv.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psauxmod.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psmodule.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pspic.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbase.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/truetype.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cff.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1cid.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type42.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcf.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdf.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfnt.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/autofit.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshinter.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/raster.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/smooth.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcache.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psaux.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psnames.o \
./builds/unix/freetype-config ./builds/unix/freetype2.pc /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftexport.sym /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/apinames
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsystem.lo builds/unix/ftsystem.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsystem.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftdebug.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftdebug.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftdebug.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftinit.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftinit.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftinit.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftbase.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftbase.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbase.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftbbox.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftbbox.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbbox.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftbdf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftbdf.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbdf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftbitmap.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftbitmap.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbitmap.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftcid.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftcid.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcid.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftfstype.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftfstype.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftfstype.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftgasp.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftgasp.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgasp.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftglyph.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftglyph.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftglyph.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftgxval.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftgxval.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgxval.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftlcdfil.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftlcdfil.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlcdfil.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftmm.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftmm.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftmm.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftotval.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftotval.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftotval.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftpatent.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftpatent.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpatent.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftpfr.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftpfr.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpfr.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftstroke.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftstroke.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstroke.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftsynth.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftsynth.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsynth.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/fttype1.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/fttype1.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttype1.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftwinfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftwinfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftwinfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftxf86.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/base/ftxf86.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftxf86.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/truetype -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/truetype/truetype.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/truetype /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/truetype/truetype.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/truetype.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/type1 -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/type1/type1.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/type1 /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/type1/type1.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cff -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cff/cff.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cff /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cff/cff.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cff.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cid -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cid/type1cid.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cid /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cid/type1cid.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1cid.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pfr -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pfr/pfr.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pfr /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pfr/pfr.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfr.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/type42 -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/type42/type42.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/type42 /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/type42/type42.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type42.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/winfonts -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/winfonts/winfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/winfonts /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/winfonts/winfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/winfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pcf -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pcf/pcf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pcf /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pcf/pcf.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/bdf -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/bdf/bdf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/bdf /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/bdf/bdf.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/sfnt -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/sfnt/sfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/sfnt /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/sfnt/sfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/autofit -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/autofit/autofit.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/autofit /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/autofit/autofit.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/autofit.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pshinter -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pshinter/pshinter.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pshinter /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/pshinter/pshinter.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshinter.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/raster -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/raster/raster.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/raster /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/raster/raster.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/raster.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/smooth -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/smooth/smooth.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/smooth /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/smooth/smooth.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/smooth.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cache -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cache/ftcache.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cache /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/cache/ftcache.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcache.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/gzip/ftgzip.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/gzip/ftgzip.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgzip.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/lzw -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/lzw/ftlzw.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/lzw /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/lzw/ftlzw.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlzw.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/bzip2/ftbzip2.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/bzip2/ftbzip2.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbzip2.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/psaux -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/psaux/psaux.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/psaux /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/psaux/psaux.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psaux.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/psnames -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psnames.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/psnames/psnames.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include -c -Wall -arch x86_64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/x86_64/freetype -I/Users/ltgiv/kivy-ios/dist/include/x86_64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/psnames /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/psnames/psnames.c -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psnames.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/apinames /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/src/tools/apinames.c
/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/apinames -o/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftexport.sym /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/freetype.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ft2build.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftadvanc.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftautoh.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftbbox.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftbdf.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftbitmap.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftbzip2.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftcache.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftcffdrv.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftchapters.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftcid.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/fterrdef.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/fterrors.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftgasp.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftglyph.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftgxval.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftgzip.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftimage.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftincrem.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftlcdfil.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftlist.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftlzw.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftmac.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftmm.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftmodapi.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftmoderr.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftotval.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftoutln.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftpfr.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftrender.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftsizes.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftsnames.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftstroke.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftsynth.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftsystem.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/fttrigon.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftttdrv.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/fttypes.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftwinfnt.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ftxf86.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/t1tables.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ttnameid.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/tttables.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/tttags.h /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/include/ttunpat.h
./builds/unix/libtool --mode=link /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/libfreetype.la /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psnames.lo -rpath //lib -version-info 17:4:11 -arch x86_64 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/ltgiv/kivy-ios/dist/lib -lsqlite3 -miphoneos-version-min=7.0 -L/usr/lib -lz -no-undefined
libtool: link: ar cru /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/.libs/libfreetype.a /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsystem.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftdebug.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftinit.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbase.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/truetype.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/cff.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type1cid.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pfr.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/type42.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pcf.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/bdf.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/sfnt.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/autofit.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/pshinter.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/raster.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/smooth.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftcache.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psaux.o /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/psnames.o
libtool: link: ranlib /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/.libs/libfreetype.a
libtool: link: ( cd "/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" )
rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp
sed -e 's|%LIBSSTATIC_CONFIG%|-lfreetype -lz|' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/|' \
-e 's|%ft_version%|17.4.11|' \
-e 's|%includedir%|//include|' \
-e 's|%libdir%|//lib|' \
-e 's|%prefix%|/|' \
/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/unix/freetype-config.in \
> builds/unix/freetype-config.tmp
chmod +x builds/unix/freetype-config.tmp
chmod a-w builds/unix/freetype-config.tmp
mv builds/unix/freetype-config.tmp builds/unix/freetype-config
rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp
sed -e 's|%REQUIRES_PRIVATE%|zlib|' \
-e 's|%LIBS_PRIVATE%||' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/|' \
-e 's|%ft_version%|17.4.11|' \
-e 's|%includedir%|//include|' \
-e 's|%libdir%|//lib|' \
-e 's|%prefix%|/|' \
/Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/unix/freetype2.in \
> builds/unix/freetype2.pc.tmp
chmod a-w builds/unix/freetype2.pc.tmp
mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc
Postbuild freetype for x86_64
Build freetype
Prebuild freetype for armv7
Build freetype for armv7
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `/Applications/Xcode.app/Contents/Developer/usr/bin/make' again to build the library,
or `/Applications/Xcode.app/Contents/Developer/usr/bin/make refdoc' to build the API reference (this needs python >= 2.6).
Generating modules list in ./objs/ftmodule.h...
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff (OpenType fonts with extension *.otf)
* module: cid (Postscript CID-keyed fonts, no known extension)
* module: pfr (PFR/TrueDoc font files with extension *.pfr)
* module: type42 (Type 42 font files with no known extension)
* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf (pcf bitmap fonts)
* module: bdf (bdf bitmap fonts)
* module: sfnt (helper module for TrueType & OpenType formats)
* module: autofit (automatic hinting module)
* module: pshinter (Postscript hinter module)
* module: raster (monochrome bitmap renderer)
* module: smooth (anti-aliased bitmap renderer)
* module: smooth (anti-aliased bitmap renderer for LCDs)
* module: smooth (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux (Postscript Type 1 & Type 2 helper module)
* module: psnames (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; /bin/sh ./configure 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' 'CFLAGS=-arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf' 'LDFLAGS=-arch armv7 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -L/Users/ltgiv/kivy-ios/dist/lib -lsqlite3 -miphoneos-version-min=6.0.0' '--prefix=/' '--host=arm-apple-darwin11' '--without-png' '--without-bzip2' '--without-fsspec' '--without-harfbuzz' '--without-old-mac-fonts' '--enable-static=yes' '--enable-shared=no'
checking build system type... x86_64-apple-darwin15.0.0
checking host system type... arm-apple-darwin11
checking for arm-apple-darwin11-gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang accepts -g... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C89... none needed
checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E
checking for arm-apple-darwin11-pkg-config... no
checking for pkg-config... /usr/local/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... no
checking for arm-apple-darwin11-dumpbin... no
checking for arm-apple-darwin11-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin15.0.0 file names to arm-apple-darwin11 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for arm-apple-darwin11-objdump... no
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for arm-apple-darwin11-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-apple-darwin11-ar... no
checking for ar... ar
checking for archiver @FILE support... no
checking for arm-apple-darwin11-strip... no
checking for strip... strip
checking for arm-apple-darwin11-ranlib... no
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse nm output from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang object... ok
checking for sysroot... no
checking for arm-apple-darwin11-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for arm-apple-darwin11-dsymutil... no
checking for dsymutil... dsymutil
checking for arm-apple-darwin11-nmedit... no
checking for nmedit... nmedit
checking for arm-apple-darwin11-lipo... no
checking for lipo... lipo
checking for arm-apple-darwin11-otool... no
checking for otool... otool
checking for arm-apple-darwin11-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to produce PIC... -fno-common -DPIC
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang static flag -static works... no
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... (cached) yes
checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for x86_64-apple-darwin15.0.0-gcc... no
checking for gcc... gcc
checking for gcc... (cached) gcc
checking for suffix of native executables...
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int... 4
checking size of long... 4
checking whether cpp computation of bit length in ftconfig.in works... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking for ZLIB... yes
checking whether CFLAGS and LDFLAGS share -arch armv7... yes
configure: WARNING:
*** WARNING
FSSpec/FSRef/QuickDraw/ATS options are explicitly given,
thus it is recommended to replace src/base/ftmac.c by builds/mac/ftmac.c.
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:
Library configuration:
external zlib: yes (pkg-config)
bzip2: no
libpng: no
harfbuzz: no
make: Nothing to be done for `unix'.
rm -f /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/basepic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftadvanc.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcalc.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftdbgmem.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgloadr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftobjs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftoutln.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftrfork.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsnames.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstream.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttrigon.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftutil.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttdriver.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttgload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttgxvar.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttinterp.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttobjs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttpic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttpload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttsubpix.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1parse.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1load.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1driver.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1afm.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1gload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1objs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffcmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffgload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffobjs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffparse.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffpic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2arrst.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2blues.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2error.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2font.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2ft.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2hints.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2intrp.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2read.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2stack.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidparse.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidriver.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidgload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidobjs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrgload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrcmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrsbit.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrobjs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t42objs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t42parse.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t42drivr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcfdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcfread.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcfutil.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdflib.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdfdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttload.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttmtx.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttcmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttsbit.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttpost.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttkern.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttbdf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfobjs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfdriver.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfntpic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pngshim.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afangles.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afblue.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afcjk.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afdummy.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afglobal.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afhints.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afindic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/aflatin.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afloader.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afmodule.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afpic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afranges.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afwarp.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/hbshim.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshalgo.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshglob.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshmod.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshpic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshrec.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftraster.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftrend1.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/rastpic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgrays.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsmooth.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftspic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcbasic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftccache.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftccmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcglyph.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcimage.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcmanag.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcmru.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcsbits.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psobjs.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1decode.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1cmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afmparse.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psconv.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psauxmod.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psmodule.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pspic.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psnames.lo
rm -f /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsystem.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftdebug.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftinit.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/basepic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftadvanc.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcalc.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftdbgmem.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgloadr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftobjs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftoutln.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftrfork.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsnames.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstream.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttrigon.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftutil.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttdriver.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttgload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttgxvar.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttinterp.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttobjs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttpic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttpload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttsubpix.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1parse.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1load.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1driver.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1afm.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1gload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1objs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffcmap.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffdrivr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffgload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffobjs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffparse.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cffpic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2arrst.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2blues.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2error.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2font.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2ft.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2hints.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2intrp.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2read.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cf2stack.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidparse.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidriver.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidgload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cidobjs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrgload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrcmap.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrdrivr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrsbit.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfrobjs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t42objs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t42parse.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t42drivr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcfdrivr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcfread.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcfutil.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdflib.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdfdrivr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttload.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttmtx.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttcmap.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttsbit.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttpost.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttkern.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ttbdf.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfobjs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfdriver.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfntpic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pngshim.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afangles.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afblue.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afcjk.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afdummy.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afglobal.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afhints.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afindic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/aflatin.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afloader.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afmodule.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afpic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afranges.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afwarp.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/hbshim.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshalgo.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshglob.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshmod.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshpic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshrec.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftraster.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftrend1.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/rastpic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgrays.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsmooth.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftspic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcbasic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftccache.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftccmap.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcglyph.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcimage.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcmanag.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcmru.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcsbits.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psobjs.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1decode.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/t1cmap.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/afmparse.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psconv.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psauxmod.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psmodule.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pspic.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbase.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/truetype.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cff.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1cid.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type42.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcf.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdf.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfnt.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/autofit.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshinter.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/raster.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/smooth.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcache.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psaux.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psnames.o \
./builds/unix/freetype-config ./builds/unix/freetype2.pc /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftexport.sym /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/apinames
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftsystem.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftsystem.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsystem.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftdebug.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftdebug.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftdebug.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftinit.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftinit.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftinit.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftbase.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftbase.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbase.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftbbox.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftbbox.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbbox.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftbdf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftbdf.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbdf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftbitmap.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftbitmap.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbitmap.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftcid.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftcid.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcid.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftfstype.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftfstype.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftfstype.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftgasp.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftgasp.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgasp.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftglyph.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftglyph.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftglyph.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftgxval.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftgxval.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgxval.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftlcdfil.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftlcdfil.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlcdfil.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftmm.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftmm.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftmm.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftotval.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftotval.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftotval.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftpatent.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftpatent.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpatent.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftpfr.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftpfr.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpfr.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftstroke.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftstroke.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstroke.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftsynth.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftsynth.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsynth.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/fttype1.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/fttype1.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttype1.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftwinfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftwinfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftwinfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftxf86.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/base/ftxf86.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftxf86.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/truetype -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/truetype/truetype.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/truetype /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/truetype/truetype.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/truetype.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/type1 -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/type1/type1.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/type1 /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/type1/type1.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cff -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cff/cff.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cff /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cff/cff.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cff.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cid -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cid/type1cid.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cid /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cid/type1cid.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1cid.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pfr -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pfr/pfr.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pfr /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pfr/pfr.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfr.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/type42 -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/type42/type42.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/type42 /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/type42/type42.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type42.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/winfonts -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/winfonts/winfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/winfonts /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/winfonts/winfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/winfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pcf -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pcf/pcf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pcf /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pcf/pcf.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/bdf -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/bdf/bdf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/bdf /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/bdf/bdf.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/sfnt -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/sfnt/sfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/sfnt /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/sfnt/sfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/autofit -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/autofit/autofit.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/autofit /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/autofit/autofit.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/autofit.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pshinter -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pshinter/pshinter.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pshinter /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/pshinter/pshinter.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshinter.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/raster -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/raster/raster.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/raster /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/raster/raster.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/raster.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/smooth -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/smooth/smooth.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/smooth /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/smooth/smooth.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/smooth.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cache -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cache/ftcache.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cache /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/cache/ftcache.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcache.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/gzip/ftgzip.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/gzip/ftgzip.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgzip.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/lzw -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/lzw/ftlzw.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/lzw /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/lzw/ftlzw.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlzw.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/bzip2/ftbzip2.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/bzip2/ftbzip2.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbzip2.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/psaux -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/psaux/psaux.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/psaux /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/psaux/psaux.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psaux.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/psnames -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psnames.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/psnames/psnames.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include -c -Wall -arch armv7 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=6.0.0 -I/Users/ltgiv/kivy-ios/dist/include/armv7/freetype -I/Users/ltgiv/kivy-ios/dist/include/armv7/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/psnames /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/psnames/psnames.c -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psnames.o
gcc -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/apinames /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/src/tools/apinames.c
/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/apinames -o/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftexport.sym /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/freetype.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ft2build.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftadvanc.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftautoh.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftbbox.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftbdf.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftbitmap.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftbzip2.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftcache.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftcffdrv.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftchapters.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftcid.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/fterrdef.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/fterrors.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftgasp.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftglyph.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftgxval.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftgzip.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftimage.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftincrem.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftlcdfil.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftlist.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftlzw.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftmac.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftmm.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftmodapi.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftmoderr.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftotval.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftoutln.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftpfr.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftrender.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftsizes.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftsnames.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftstroke.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftsynth.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftsystem.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/fttrigon.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftttdrv.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/fttypes.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftwinfnt.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ftxf86.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/t1tables.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ttnameid.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/tttables.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/tttags.h /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/include/ttunpat.h
./builds/unix/libtool --mode=link /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/libfreetype.la /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psnames.lo -rpath //lib -version-info 17:4:11 -arch armv7 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -L/Users/ltgiv/kivy-ios/dist/lib -lsqlite3 -miphoneos-version-min=6.0.0 -L/usr/lib -lz -no-undefined
libtool: link: ar cru /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/.libs/libfreetype.a /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsystem.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftdebug.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftinit.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbase.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/truetype.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/cff.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type1cid.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pfr.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/type42.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pcf.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/bdf.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/sfnt.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/autofit.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/pshinter.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/raster.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/smooth.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftcache.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psaux.o /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/psnames.o
libtool: link: ranlib /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/.libs/libfreetype.a
libtool: link: ( cd "/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" )
rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp
sed -e 's|%LIBSSTATIC_CONFIG%|-lfreetype -lz|' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/|' \
-e 's|%ft_version%|17.4.11|' \
-e 's|%includedir%|//include|' \
-e 's|%libdir%|//lib|' \
-e 's|%prefix%|/|' \
/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/unix/freetype-config.in \
> builds/unix/freetype-config.tmp
chmod +x builds/unix/freetype-config.tmp
chmod a-w builds/unix/freetype-config.tmp
mv builds/unix/freetype-config.tmp builds/unix/freetype-config
rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp
sed -e 's|%REQUIRES_PRIVATE%|zlib|' \
-e 's|%LIBS_PRIVATE%||' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/|' \
-e 's|%ft_version%|17.4.11|' \
-e 's|%includedir%|//include|' \
-e 's|%libdir%|//lib|' \
-e 's|%prefix%|/|' \
/Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/unix/freetype2.in \
> builds/unix/freetype2.pc.tmp
chmod a-w builds/unix/freetype2.pc.tmp
mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc
Postbuild freetype for armv7
Build freetype
Prebuild freetype for arm64
Build freetype for arm64
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `/Applications/Xcode.app/Contents/Developer/usr/bin/make' again to build the library,
or `/Applications/Xcode.app/Contents/Developer/usr/bin/make refdoc' to build the API reference (this needs python >= 2.6).
Generating modules list in ./objs/ftmodule.h...
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff (OpenType fonts with extension *.otf)
* module: cid (Postscript CID-keyed fonts, no known extension)
* module: pfr (PFR/TrueDoc font files with extension *.pfr)
* module: type42 (Type 42 font files with no known extension)
* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf (pcf bitmap fonts)
* module: bdf (bdf bitmap fonts)
* module: sfnt (helper module for TrueType & OpenType formats)
* module: autofit (automatic hinting module)
* module: pshinter (Postscript hinter module)
* module: raster (monochrome bitmap renderer)
* module: smooth (anti-aliased bitmap renderer)
* module: smooth (anti-aliased bitmap renderer for LCDs)
* module: smooth (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux (Postscript Type 1 & Type 2 helper module)
* module: psnames (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; /bin/sh ./configure 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' 'CFLAGS=-arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf' 'LDFLAGS=-arch arm64 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -L/Users/ltgiv/kivy-ios/dist/lib -lsqlite3 -miphoneos-version-min=7.0' '--prefix=/' '--host=aarch64-apple-darwin13' '--without-png' '--without-bzip2' '--without-fsspec' '--without-harfbuzz' '--without-old-mac-fonts' '--enable-static=yes' '--enable-shared=no'
checking build system type... x86_64-apple-darwin15.0.0
checking host system type... aarch64-apple-darwin13
checking for aarch64-apple-darwin13-gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang accepts -g... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C89... none needed
checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E
checking for aarch64-apple-darwin13-pkg-config... no
checking for pkg-config... /usr/local/bin/pkg-config
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... no
checking for aarch64-apple-darwin13-dumpbin... no
checking for aarch64-apple-darwin13-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin15.0.0 file names to aarch64-apple-darwin13 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for aarch64-apple-darwin13-objdump... no
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for aarch64-apple-darwin13-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for aarch64-apple-darwin13-ar... no
checking for ar... ar
checking for archiver @FILE support... no
checking for aarch64-apple-darwin13-strip... no
checking for strip... strip
checking for aarch64-apple-darwin13-ranlib... no
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse nm output from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang object... ok
checking for sysroot... no
checking for aarch64-apple-darwin13-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for aarch64-apple-darwin13-dsymutil... no
checking for dsymutil... dsymutil
checking for aarch64-apple-darwin13-nmedit... no
checking for nmedit... nmedit
checking for aarch64-apple-darwin13-lipo... no
checking for lipo... lipo
checking for aarch64-apple-darwin13-otool... no
checking for otool... otool
checking for aarch64-apple-darwin13-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to produce PIC... -fno-common -DPIC
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang static flag -static works... no
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... (cached) yes
checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for x86_64-apple-darwin15.0.0-gcc... no
checking for gcc... gcc
checking for gcc... (cached) gcc
checking for suffix of native executables...
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int... 4
checking size of long... 8
checking whether cpp computation of bit length in ftconfig.in works... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking for ZLIB... yes
checking whether CFLAGS and LDFLAGS share -arch arm64... yes
configure: WARNING:
*** WARNING
FSSpec/FSRef/QuickDraw/ATS options are explicitly given,
thus it is recommended to replace src/base/ftmac.c by builds/mac/ftmac.c.
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:
Library configuration:
external zlib: yes (pkg-config)
bzip2: no
libpng: no
harfbuzz: no
make: Nothing to be done for `unix'.
rm -f /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/basepic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftadvanc.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcalc.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftdbgmem.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgloadr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftobjs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftoutln.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftrfork.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsnames.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstream.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttrigon.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftutil.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttdriver.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttgload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttgxvar.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttinterp.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttobjs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttpic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttpload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttsubpix.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1parse.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1load.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1driver.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1afm.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1gload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1objs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffcmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffgload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffobjs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffparse.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffpic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2arrst.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2blues.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2error.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2font.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2ft.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2hints.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2intrp.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2read.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2stack.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidparse.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidriver.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidgload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidobjs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrgload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrcmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrsbit.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrobjs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t42objs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t42parse.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t42drivr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcfdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcfread.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcfutil.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdflib.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdfdrivr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttload.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttmtx.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttcmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttsbit.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttpost.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttkern.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttbdf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfobjs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfdriver.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfntpic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pngshim.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afangles.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afblue.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afcjk.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afdummy.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afglobal.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afhints.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afindic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/aflatin.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afloader.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afmodule.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afpic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afranges.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afwarp.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/hbshim.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshalgo.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshglob.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshmod.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshpic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshrec.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftraster.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftrend1.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/rastpic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgrays.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsmooth.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftspic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcbasic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftccache.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftccmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcglyph.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcimage.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcmanag.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcmru.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcsbits.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psobjs.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1decode.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1cmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afmparse.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psconv.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psauxmod.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psmodule.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pspic.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psnames.lo
rm -f /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsystem.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftdebug.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftinit.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/basepic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftadvanc.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcalc.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftdbgmem.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgloadr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftobjs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftoutln.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftrfork.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsnames.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstream.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttrigon.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftutil.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttdriver.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttgload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttgxvar.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttinterp.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttobjs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttpic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttpload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttsubpix.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1parse.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1load.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1driver.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1afm.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1gload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1objs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffcmap.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffdrivr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffgload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffobjs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffparse.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cffpic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2arrst.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2blues.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2error.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2font.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2ft.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2hints.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2intrp.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2read.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cf2stack.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidparse.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidriver.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidgload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cidobjs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrgload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrcmap.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrdrivr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrsbit.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfrobjs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t42objs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t42parse.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t42drivr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcfdrivr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcfread.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcfutil.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdflib.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdfdrivr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttload.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttmtx.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttcmap.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttsbit.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttpost.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttkern.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ttbdf.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfobjs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfdriver.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfntpic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pngshim.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afangles.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afblue.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afcjk.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afdummy.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afglobal.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afhints.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afindic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/aflatin.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afloader.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afmodule.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afpic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afranges.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afwarp.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/hbshim.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshalgo.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshglob.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshmod.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshpic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshrec.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftraster.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftrend1.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/rastpic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgrays.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsmooth.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftspic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcbasic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftccache.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftccmap.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcglyph.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcimage.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcmanag.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcmru.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcsbits.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psobjs.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1decode.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/t1cmap.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/afmparse.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psconv.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psauxmod.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psmodule.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pspic.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbase.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/truetype.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cff.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1cid.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type42.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcf.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdf.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfnt.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/autofit.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshinter.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/raster.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/smooth.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcache.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psaux.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psnames.o \
./builds/unix/freetype-config ./builds/unix/freetype2.pc /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftexport.sym /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/apinames
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftsystem.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftsystem.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsystem.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftdebug.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftdebug.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftdebug.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftinit.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftinit.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftinit.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftbase.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftbase.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbase.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftbbox.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftbbox.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbbox.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftbdf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftbdf.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbdf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftbitmap.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftbitmap.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbitmap.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftcid.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftcid.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcid.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftfstype.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftfstype.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftfstype.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftgasp.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftgasp.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgasp.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftglyph.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftglyph.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftglyph.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftgxval.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftgxval.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgxval.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftlcdfil.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftlcdfil.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlcdfil.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftmm.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftmm.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftmm.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftotval.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftotval.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftotval.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftpatent.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftpatent.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpatent.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftpfr.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftpfr.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpfr.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftstroke.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftstroke.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstroke.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftsynth.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftsynth.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsynth.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/fttype1.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/fttype1.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttype1.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftwinfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftwinfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftwinfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftxf86.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/base/ftxf86.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftxf86.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/truetype -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/truetype/truetype.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/truetype /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/truetype/truetype.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/truetype.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/type1 -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/type1/type1.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/type1 /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/type1/type1.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cff -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cff/cff.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cff /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cff/cff.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cff.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cid -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cid/type1cid.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cid /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cid/type1cid.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1cid.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pfr -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pfr/pfr.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pfr /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pfr/pfr.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfr.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/type42 -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/type42/type42.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/type42 /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/type42/type42.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type42.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/winfonts -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/winfonts/winfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/winfonts /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/winfonts/winfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/winfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pcf -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pcf/pcf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pcf /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pcf/pcf.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/bdf -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/bdf/bdf.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/bdf /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/bdf/bdf.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdf.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/sfnt -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/sfnt/sfnt.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/sfnt /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/sfnt/sfnt.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfnt.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/autofit -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/autofit/autofit.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/autofit /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/autofit/autofit.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/autofit.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pshinter -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pshinter/pshinter.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pshinter /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/pshinter/pshinter.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshinter.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/raster -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/raster/raster.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/raster /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/raster/raster.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/raster.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/smooth -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/smooth/smooth.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/smooth /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/smooth/smooth.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/smooth.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cache -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cache/ftcache.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cache /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/cache/ftcache.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcache.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/gzip/ftgzip.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/gzip/ftgzip.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgzip.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/lzw -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/lzw/ftlzw.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/lzw /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/lzw/ftlzw.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlzw.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/bzip2/ftbzip2.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/bzip2/ftbzip2.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbzip2.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/psaux -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/psaux/psaux.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/psaux /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/psaux/psaux.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psaux.o
./builds/unix/libtool --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/psnames -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psnames.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/psnames/psnames.c
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -ansi -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs -I./builds/unix -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include -c -Wall -arch arm64 -pipe -no-cpp-precomp --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -O3 -miphoneos-version-min=7.0 -I/Users/ltgiv/kivy-ios/dist/include/arm64/freetype -I/Users/ltgiv/kivy-ios/dist/include/arm64/libffi -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2 -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_image -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_mixer -I/Users/ltgiv/kivy-ios/dist/include/common/sdl2_ttf -DDARWIN_NO_CARBON -DHAVE_FSSPEC=0 -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/mac/ -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/psnames /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/psnames/psnames.c -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psnames.o
gcc -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/apinames /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/src/tools/apinames.c
/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/apinames -o/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftexport.sym /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/freetype.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ft2build.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftadvanc.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftautoh.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftbbox.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftbdf.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftbitmap.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftbzip2.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftcache.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftcffdrv.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftchapters.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftcid.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/fterrdef.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/fterrors.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftgasp.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftglyph.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftgxval.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftgzip.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftimage.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftincrem.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftlcdfil.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftlist.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftlzw.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftmac.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftmm.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftmodapi.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftmoderr.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftotval.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftoutln.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftpfr.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftrender.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftsizes.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftsnames.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftstroke.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftsynth.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftsystem.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/fttrigon.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftttdrv.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/fttypes.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftwinfnt.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ftxf86.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/t1tables.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ttnameid.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/tttables.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/tttags.h /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/include/ttunpat.h
./builds/unix/libtool --mode=link /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/libfreetype.la /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsystem.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftdebug.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftinit.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbase.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbbox.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbdf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbitmap.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcid.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftfstype.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgasp.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftglyph.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgxval.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlcdfil.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftmm.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftotval.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpatent.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpfr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstroke.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsynth.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttype1.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftwinfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftxf86.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/truetype.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cff.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1cid.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfr.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type42.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/winfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdf.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfnt.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/autofit.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshinter.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/raster.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/smooth.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcache.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgzip.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlzw.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbzip2.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psaux.lo /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psnames.lo -rpath //lib -version-info 17:4:11 -arch arm64 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -L/Users/ltgiv/kivy-ios/dist/lib -lsqlite3 -miphoneos-version-min=7.0 -L/usr/lib -lz -no-undefined
libtool: link: ar cru /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/.libs/libfreetype.a /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsystem.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftdebug.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftinit.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbase.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbbox.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbdf.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbitmap.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcid.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftfstype.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgasp.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftglyph.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgxval.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlcdfil.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftmm.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftotval.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpatent.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftpfr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftstroke.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftsynth.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/fttype1.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftwinfnt.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftxf86.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/truetype.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/cff.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type1cid.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pfr.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/type42.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/winfnt.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pcf.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/bdf.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/sfnt.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/autofit.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/pshinter.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/raster.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/smooth.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftcache.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftgzip.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftlzw.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/ftbzip2.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psaux.o /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/psnames.o
libtool: link: ranlib /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/.libs/libfreetype.a
libtool: link: ( cd "/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" )
rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp
sed -e 's|%LIBSSTATIC_CONFIG%|-lfreetype -lz|' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/|' \
-e 's|%ft_version%|17.4.11|' \
-e 's|%includedir%|//include|' \
-e 's|%libdir%|//lib|' \
-e 's|%prefix%|/|' \
/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/unix/freetype-config.in \
> builds/unix/freetype-config.tmp
chmod +x builds/unix/freetype-config.tmp
chmod a-w builds/unix/freetype-config.tmp
mv builds/unix/freetype-config.tmp builds/unix/freetype-config
rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp
sed -e 's|%REQUIRES_PRIVATE%|zlib|' \
-e 's|%LIBS_PRIVATE%||' \
-e 's|%build_libtool_libs%||' \
-e 's|%exec_prefix%|/|' \
-e 's|%ft_version%|17.4.11|' \
-e 's|%includedir%|//include|' \
-e 's|%libdir%|//lib|' \
-e 's|%prefix%|/|' \
/Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/unix/freetype2.in \
> builds/unix/freetype2.pc.tmp
chmod a-w builds/unix/freetype2.pc.tmp
mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc
Postbuild freetype for arm64
Create lipo library for freetype
Lipo freetype to /Users/ltgiv/kivy-ios/dist/lib/libfreetype.a
Make_lipo freetype
Install include files for freetype
Install_include freetype
Copy /Users/ltgiv/kivy-ios/build/freetype/i386/freetype-2.5.5/builds/unix/ftconfig.h to /Users/ltgiv/kivy-ios/dist/include/i386/freetype/config/ftconfig.h
Copy /Users/ltgiv/kivy-ios/build/freetype/x86_64/freetype-2.5.5/builds/unix/ftconfig.h to /Users/ltgiv/kivy-ios/dist/include/x86_64/freetype/config/ftconfig.h
Copy /Users/ltgiv/kivy-ios/build/freetype/armv7/freetype-2.5.5/builds/unix/ftconfig.h to /Users/ltgiv/kivy-ios/dist/include/armv7/freetype/config/ftconfig.h
Copy /Users/ltgiv/kivy-ios/build/freetype/arm64/freetype-2.5.5/builds/unix/ftconfig.h to /Users/ltgiv/kivy-ios/dist/include/arm64/freetype/config/ftconfig.h
Install frameworks for freetype
Install_frameworks freetype
Install sources for freetype
Install_sources freetype
Install freetype
Install freetype
Download libffi
Downloading ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz
Extract libffi.13%
Extract libffi for i386
Extract /Users/ltgiv/kivy-ios/.cache/libffi-libffi-3.2.1.tar.gz into /Users/ltgiv/kivy-ios/build/libffi/i386
x libffi-3.2.1/
x libffi-3.2.1/doc/
x libffi-3.2.1/doc/version.texi
x libffi-3.2.1/doc/stamp-vti
x libffi-3.2.1/doc/libffi.texi
x libffi-3.2.1/doc/libffi.info
x libffi-3.2.1/libffi.xcodeproj/
x libffi-3.2.1/libffi.xcodeproj/project.pbxproj
x libffi-3.2.1/m4/
x libffi-3.2.1/m4/asmcfi.m4
x libffi-3.2.1/m4/ax_append_flag.m4
x libffi-3.2.1/m4/ax_cc_maxopt.m4
x libffi-3.2.1/m4/ax_cflags_warn_all.m4
x libffi-3.2.1/m4/ax_check_compile_flag.m4
x libffi-3.2.1/m4/ax_compiler_vendor.m4
x libffi-3.2.1/m4/ax_configure_args.m4
x libffi-3.2.1/m4/ax_enable_builddir.m4
x libffi-3.2.1/m4/ax_gcc_archflag.m4
x libffi-3.2.1/m4/ax_gcc_x86_cpuid.m4
x libffi-3.2.1/m4/libtool.m4
x libffi-3.2.1/m4/ltoptions.m4
x libffi-3.2.1/m4/ltsugar.m4
x libffi-3.2.1/m4/ltversion.m4
x libffi-3.2.1/m4/lt~obsolete.m4
x libffi-3.2.1/src/
x libffi-3.2.1/src/aarch64/
x libffi-3.2.1/src/aarch64/ffi.c
x libffi-3.2.1/src/aarch64/ffitarget.h
x libffi-3.2.1/src/aarch64/sysv.S
x libffi-3.2.1/src/alpha/
x libffi-3.2.1/src/alpha/ffi.c
x libffi-3.2.1/src/alpha/osf.S
x libffi-3.2.1/src/alpha/ffitarget.h
x libffi-3.2.1/src/arc/
x libffi-3.2.1/src/arc/ffi.c
x libffi-3.2.1/src/arc/arcompact.S
x libffi-3.2.1/src/arc/ffitarget.h
x libffi-3.2.1/src/arm/
x libffi-3.2.1/src/arm/ffi.c
x libffi-3.2.1/src/arm/sysv.S
x libffi-3.2.1/src/arm/ffitarget.h
x libffi-3.2.1/src/arm/gentramp.sh
x libffi-3.2.1/src/arm/trampoline.S
x libffi-3.2.1/src/avr32/
x libffi-3.2.1/src/avr32/ffi.c
x libffi-3.2.1/src/avr32/sysv.S
x libffi-3.2.1/src/avr32/ffitarget.h
x libffi-3.2.1/src/bfin/
x libffi-3.2.1/src/bfin/ffi.c
x libffi-3.2.1/src/bfin/ffitarget.h
x libffi-3.2.1/src/bfin/sysv.S
x libffi-3.2.1/src/cris/
x libffi-3.2.1/src/cris/ffi.c
x libffi-3.2.1/src/cris/sysv.S
x libffi-3.2.1/src/cris/ffitarget.h
x libffi-3.2.1/src/frv/
x libffi-3.2.1/src/frv/ffi.c
x libffi-3.2.1/src/frv/eabi.S
x libffi-3.2.1/src/frv/ffitarget.h
x libffi-3.2.1/src/ia64/
x libffi-3.2.1/src/ia64/ffi.c
x libffi-3.2.1/src/ia64/ffitarget.h
x libffi-3.2.1/src/ia64/ia64_flags.h
x libffi-3.2.1/src/ia64/unix.S
x libffi-3.2.1/src/m32r/
x libffi-3.2.1/src/m32r/ffi.c
x libffi-3.2.1/src/m32r/sysv.S
x libffi-3.2.1/src/m32r/ffitarget.h
x libffi-3.2.1/src/m68k/
x libffi-3.2.1/src/m68k/ffi.c
x libffi-3.2.1/src/m68k/sysv.S
x libffi-3.2.1/src/m68k/ffitarget.h
x libffi-3.2.1/src/m88k/
x libffi-3.2.1/src/m88k/ffi.c
x libffi-3.2.1/src/m88k/obsd.S
x libffi-3.2.1/src/m88k/ffitarget.h
x libffi-3.2.1/src/metag/
x libffi-3.2.1/src/metag/ffi.c
x libffi-3.2.1/src/metag/ffitarget.h
x libffi-3.2.1/src/metag/sysv.S
x libffi-3.2.1/src/microblaze/
x libffi-3.2.1/src/microblaze/ffi.c
x libffi-3.2.1/src/microblaze/sysv.S
x libffi-3.2.1/src/microblaze/ffitarget.h
x libffi-3.2.1/src/mips/
x libffi-3.2.1/src/mips/ffi.c
x libffi-3.2.1/src/mips/n32.S
x libffi-3.2.1/src/mips/o32.S
x libffi-3.2.1/src/mips/ffitarget.h
x libffi-3.2.1/src/moxie/
x libffi-3.2.1/src/moxie/ffi.c
x libffi-3.2.1/src/moxie/ffitarget.h
x libffi-3.2.1/src/moxie/eabi.S
x libffi-3.2.1/src/nios2/
x libffi-3.2.1/src/nios2/ffi.c
x libffi-3.2.1/src/nios2/ffitarget.h
x libffi-3.2.1/src/nios2/sysv.S
x libffi-3.2.1/src/or1k/
x libffi-3.2.1/src/or1k/ffi.c
x libffi-3.2.1/src/or1k/ffitarget.h
x libffi-3.2.1/src/or1k/sysv.S
x libffi-3.2.1/src/pa/
x libffi-3.2.1/src/pa/ffitarget.h
x libffi-3.2.1/src/pa/ffi.c
x libffi-3.2.1/src/pa/linux.S
x libffi-3.2.1/src/pa/hpux32.S
x libffi-3.2.1/src/powerpc/
x libffi-3.2.1/src/powerpc/ffi.c
x libffi-3.2.1/src/powerpc/ffi_powerpc.h
x libffi-3.2.1/src/powerpc/ffi_sysv.c
x libffi-3.2.1/src/powerpc/ffi_linux64.c
x libffi-3.2.1/src/powerpc/sysv.S
x libffi-3.2.1/src/powerpc/linux64.S
x libffi-3.2.1/src/powerpc/linux64_closure.S
x libffi-3.2.1/src/powerpc/ppc_closure.S
x libffi-3.2.1/src/powerpc/asm.h
x libffi-3.2.1/src/powerpc/aix.S
x libffi-3.2.1/src/powerpc/darwin.S
x libffi-3.2.1/src/powerpc/aix_closure.S
x libffi-3.2.1/src/powerpc/darwin_closure.S
x libffi-3.2.1/src/powerpc/ffi_darwin.c
x libffi-3.2.1/src/powerpc/ffitarget.h
x libffi-3.2.1/src/s390/
x libffi-3.2.1/src/s390/ffi.c
x libffi-3.2.1/src/s390/sysv.S
x libffi-3.2.1/src/s390/ffitarget.h
x libffi-3.2.1/src/sh/
x libffi-3.2.1/src/sh/ffi.c
x libffi-3.2.1/src/sh/sysv.S
x libffi-3.2.1/src/sh/ffitarget.h
x libffi-3.2.1/src/sh64/
x libffi-3.2.1/src/sh64/ffi.c
x libffi-3.2.1/src/sh64/sysv.S
x libffi-3.2.1/src/sh64/ffitarget.h
x libffi-3.2.1/src/sparc/
x libffi-3.2.1/src/sparc/v8.S
x libffi-3.2.1/src/sparc/v9.S
x libffi-3.2.1/src/sparc/ffitarget.h
x libffi-3.2.1/src/sparc/ffi.c
x libffi-3.2.1/src/tile/
x libffi-3.2.1/src/tile/ffi.c
x libffi-3.2.1/src/tile/ffitarget.h
x libffi-3.2.1/src/tile/tile.S
x libffi-3.2.1/src/vax/
x libffi-3.2.1/src/vax/ffi.c
x libffi-3.2.1/src/vax/ffitarget.h
x libffi-3.2.1/src/vax/elfbsd.S
x libffi-3.2.1/src/x86/
x libffi-3.2.1/src/x86/darwin64.S
x libffi-3.2.1/src/x86/ffi.c
x libffi-3.2.1/src/x86/sysv.S
x libffi-3.2.1/src/x86/win32.S
x libffi-3.2.1/src/x86/darwin.S
x libffi-3.2.1/src/x86/win64.S
x libffi-3.2.1/src/x86/freebsd.S
x libffi-3.2.1/src/x86/ffi64.c
x libffi-3.2.1/src/x86/unix64.S
x libffi-3.2.1/src/x86/ffitarget.h
x libffi-3.2.1/src/xtensa/
x libffi-3.2.1/src/xtensa/ffitarget.h
x libffi-3.2.1/src/xtensa/ffi.c
x libffi-3.2.1/src/xtensa/sysv.S
x libffi-3.2.1/src/prep_cif.c
x libffi-3.2.1/src/types.c
x libffi-3.2.1/src/raw_api.c
x libffi-3.2.1/src/java_raw_api.c
x libffi-3.2.1/src/closures.c
x libffi-3.2.1/src/dlmalloc.c
x libffi-3.2.1/src/debug.c
x libffi-3.2.1/Makefile.in
x libffi-3.2.1/Makefile.am
x libffi-3.2.1/configure
x libffi-3.2.1/acinclude.m4
x libffi-3.2.1/configure.ac
x libffi-3.2.1/aclocal.m4
x libffi-3.2.1/fficonfig.h.in
x libffi-3.2.1/libffi.pc.in
x libffi-3.2.1/depcomp
x libffi-3.2.1/mdate-sh
x libffi-3.2.1/texinfo.tex
x libffi-3.2.1/README
x libffi-3.2.1/compile
x libffi-3.2.1/config.guess
x libffi-3.2.1/config.sub
x libffi-3.2.1/install-sh
x libffi-3.2.1/missing
x libffi-3.2.1/ltmain.sh
x libffi-3.2.1/LICENSE
x libffi-3.2.1/ChangeLog.v1
x libffi-3.2.1/ChangeLog.libgcj
x libffi-3.2.1/libtool-version
x libffi-3.2.1/ChangeLog.libffi
x libffi-3.2.1/msvcc.sh
x libffi-3.2.1/generate-darwin-source-and-headers.py
x libffi-3.2.1/libtool-ldflags
x libffi-3.2.1/ChangeLog.libffi-3.1
x libffi-3.2.1/include/
x libffi-3.2.1/include/Makefile.in
x libffi-3.2.1/include/Makefile.am
x libffi-3.2.1/include/ffi.h.in
x libffi-3.2.1/include/ffi_common.h
x libffi-3.2.1/testsuite/
x libffi-3.2.1/testsuite/config/
x libffi-3.2.1/testsuite/config/default.exp
x libffi-3.2.1/testsuite/lib/
x libffi-3.2.1/testsuite/lib/wrapper.exp
x libffi-3.2.1/testsuite/lib/target-libpath.exp
x libffi-3.2.1/testsuite/lib/libffi.exp
x libffi-3.2.1/testsuite/libffi.call/
x libffi-3.2.1/testsuite/libffi.call/cls_19byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble_split.c
x libffi-3.2.1/testsuite/libffi.call/closure_loc_fn0.c
x libffi-3.2.1/testsuite/libffi.call/cls_schar.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn1.c
x libffi-3.2.1/testsuite/libffi.call/return_ul.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_double.c
x libffi-3.2.1/testsuite/libffi.call/return_fl2.c
x libffi-3.2.1/testsuite/libffi.call/cls_1_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_64byte.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct7.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint32.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct2.c
x libffi-3.2.1/testsuite/libffi.call/ffitest.h
x libffi-3.2.1/testsuite/libffi.call/nested_struct4.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_ushort.c
x libffi-3.2.1/testsuite/libffi.call/struct3.c
x libffi-3.2.1/testsuite/libffi.call/cls_3byte1.c
x libffi-3.2.1/testsuite/libffi.call/cls_16byte.c
x libffi-3.2.1/testsuite/libffi.call/struct8.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct8.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_sshort.c
x libffi-3.2.1/testsuite/libffi.call/cls_3byte2.c
x libffi-3.2.1/testsuite/libffi.call/cls_pointer.c
x libffi-3.2.1/testsuite/libffi.call/err_bad_typedef.c
x libffi-3.2.1/testsuite/libffi.call/cls_4_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_9byte2.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_schar.c
x libffi-3.2.1/testsuite/libffi.call/stret_medium2.c
x libffi-3.2.1/testsuite/libffi.call/cls_5_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/call.exp
x libffi-3.2.1/testsuite/libffi.call/cls_double.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint16.c
x libffi-3.2.1/testsuite/libffi.call/cls_uint.c
x libffi-3.2.1/testsuite/libffi.call/return_ll1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct3.c
x libffi-3.2.1/testsuite/libffi.call/cls_20byte1.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn4.c
x libffi-3.2.1/testsuite/libffi.call/cls_uchar.c
x libffi-3.2.1/testsuite/libffi.call/struct2.c
x libffi-3.2.1/testsuite/libffi.call/cls_7byte.c
x libffi-3.2.1/testsuite/libffi.call/strlen.c
x libffi-3.2.1/testsuite/libffi.call/many.c
x libffi-3.2.1/testsuite/libffi.call/testclosure.c
x libffi-3.2.1/testsuite/libffi.call/return_fl.c
x libffi-3.2.1/testsuite/libffi.call/struct5.c
x libffi-3.2.1/testsuite/libffi.call/cls_12byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_sshortchar.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble_split2.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl2.c
x libffi-3.2.1/testsuite/libffi.call/return_fl3.c
x libffi-3.2.1/testsuite/libffi.call/stret_medium.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct6.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn3.c
x libffi-3.2.1/testsuite/libffi.call/float3.c
x libffi-3.2.1/testsuite/libffi.call/many2.c
x libffi-3.2.1/testsuite/libffi.call/closure_simple.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint16.c
x libffi-3.2.1/testsuite/libffi.call/cls_9byte1.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn6.c
x libffi-3.2.1/testsuite/libffi.call/cls_double_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_pointer.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn2.c
x libffi-3.2.1/testsuite/libffi.call/cls_sshort.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct.c
x libffi-3.2.1/testsuite/libffi.call/cls_20byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_longdouble.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_uchar.c
x libffi-3.2.1/testsuite/libffi.call/return_uc.c
x libffi-3.2.1/testsuite/libffi.call/cls_18byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_8byte.c
x libffi-3.2.1/testsuite/libffi.call/promotion.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl.c
x libffi-3.2.1/testsuite/libffi.call/cls_24byte.c
x libffi-3.2.1/testsuite/libffi.call/struct4.c
x libffi-3.2.1/testsuite/libffi.call/cls_6byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint32.c
x libffi-3.2.1/testsuite/libffi.call/float.c
x libffi-3.2.1/testsuite/libffi.call/float1.c
x libffi-3.2.1/testsuite/libffi.call/float_va.c
x libffi-3.2.1/testsuite/libffi.call/negint.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl1.c
x libffi-3.2.1/testsuite/libffi.call/cls_3_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_float.c
x libffi-3.2.1/testsuite/libffi.call/return_fl1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct10.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct5.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint64.c
x libffi-3.2.1/testsuite/libffi.call/stret_large2.c
x libffi-3.2.1/testsuite/libffi.call/return_sl.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn0.c
x libffi-3.2.1/testsuite/libffi.call/cls_5byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_2byte.c
x libffi-3.2.1/testsuite/libffi.call/float2.c
x libffi-3.2.1/testsuite/libffi.call/cls_dbls_struct.c
x libffi-3.2.1/testsuite/libffi.call/cls_sint.c
x libffi-3.2.1/testsuite/libffi.call/stret_large.c
x libffi-3.2.1/testsuite/libffi.call/cls_ulonglong.c
x libffi-3.2.1/testsuite/libffi.call/cls_ushort.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct1.c
x libffi-3.2.1/testsuite/libffi.call/err_bad_abi.c
x libffi-3.2.1/testsuite/libffi.call/cls_longdouble_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_float.c
x libffi-3.2.1/testsuite/libffi.call/cls_pointer_stack.c
x libffi-3.2.1/testsuite/libffi.call/pyobjc-tc.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_ushortchar.c
x libffi-3.2.1/testsuite/libffi.call/struct1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct9.c
x libffi-3.2.1/testsuite/libffi.call/huge_struct.c
x libffi-3.2.1/testsuite/libffi.call/problem1.c
x libffi-3.2.1/testsuite/libffi.call/float4.c
x libffi-3.2.1/testsuite/libffi.call/return_ldl.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn5.c
x libffi-3.2.1/testsuite/libffi.call/struct6.c
x libffi-3.2.1/testsuite/libffi.call/return_ll.c
x libffi-3.2.1/testsuite/libffi.call/struct9.c
x libffi-3.2.1/testsuite/libffi.call/return_sc.c
x libffi-3.2.1/testsuite/libffi.call/struct7.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint64.c
x libffi-3.2.1/testsuite/libffi.call/cls_4byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_6_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_7_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/unwindtest.cc
x libffi-3.2.1/testsuite/libffi.call/unwindtest_ffi_call.cc
x libffi-3.2.1/testsuite/libffi.call/cls_struct_va1.c
x libffi-3.2.1/testsuite/libffi.call/cls_uchar_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_uint_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_ulong_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_ushort_va.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct11.c
x libffi-3.2.1/testsuite/libffi.call/uninitialized.c
x libffi-3.2.1/testsuite/libffi.call/va_1.c
x libffi-3.2.1/testsuite/libffi.call/va_struct1.c
x libffi-3.2.1/testsuite/libffi.call/va_struct2.c
x libffi-3.2.1/testsuite/libffi.call/va_struct3.c
x libffi-3.2.1/testsuite/libffi.call/strlen2.c
x libffi-3.2.1/testsuite/libffi.call/strlen3.c
x libffi-3.2.1/testsuite/libffi.call/strlen4.c
x libffi-3.2.1/testsuite/Makefile.in
x libffi-3.2.1/testsuite/Makefile.am
x libffi-3.2.1/man/
x libffi-3.2.1/man/Makefile.in
x libffi-3.2.1/man/Makefile.am
x libffi-3.2.1/man/ffi.3
x libffi-3.2.1/man/ffi_call.3
x libffi-3.2.1/man/ffi_prep_cif.3
x libffi-3.2.1/man/ffi_prep_cif_var.3
x libffi-3.2.1/ChangeLog
Extract libffi for x86_64
Extract /Users/ltgiv/kivy-ios/.cache/libffi-libffi-3.2.1.tar.gz into /Users/ltgiv/kivy-ios/build/libffi/x86_64
x libffi-3.2.1/
x libffi-3.2.1/doc/
x libffi-3.2.1/doc/version.texi
x libffi-3.2.1/doc/stamp-vti
x libffi-3.2.1/doc/libffi.texi
x libffi-3.2.1/doc/libffi.info
x libffi-3.2.1/libffi.xcodeproj/
x libffi-3.2.1/libffi.xcodeproj/project.pbxproj
x libffi-3.2.1/m4/
x libffi-3.2.1/m4/asmcfi.m4
x libffi-3.2.1/m4/ax_append_flag.m4
x libffi-3.2.1/m4/ax_cc_maxopt.m4
x libffi-3.2.1/m4/ax_cflags_warn_all.m4
x libffi-3.2.1/m4/ax_check_compile_flag.m4
x libffi-3.2.1/m4/ax_compiler_vendor.m4
x libffi-3.2.1/m4/ax_configure_args.m4
x libffi-3.2.1/m4/ax_enable_builddir.m4
x libffi-3.2.1/m4/ax_gcc_archflag.m4
x libffi-3.2.1/m4/ax_gcc_x86_cpuid.m4
x libffi-3.2.1/m4/libtool.m4
x libffi-3.2.1/m4/ltoptions.m4
x libffi-3.2.1/m4/ltsugar.m4
x libffi-3.2.1/m4/ltversion.m4
x libffi-3.2.1/m4/lt~obsolete.m4
x libffi-3.2.1/src/
x libffi-3.2.1/src/aarch64/
x libffi-3.2.1/src/aarch64/ffi.c
x libffi-3.2.1/src/aarch64/ffitarget.h
x libffi-3.2.1/src/aarch64/sysv.S
x libffi-3.2.1/src/alpha/
x libffi-3.2.1/src/alpha/ffi.c
x libffi-3.2.1/src/alpha/osf.S
x libffi-3.2.1/src/alpha/ffitarget.h
x libffi-3.2.1/src/arc/
x libffi-3.2.1/src/arc/ffi.c
x libffi-3.2.1/src/arc/arcompact.S
x libffi-3.2.1/src/arc/ffitarget.h
x libffi-3.2.1/src/arm/
x libffi-3.2.1/src/arm/ffi.c
x libffi-3.2.1/src/arm/sysv.S
x libffi-3.2.1/src/arm/ffitarget.h
x libffi-3.2.1/src/arm/gentramp.sh
x libffi-3.2.1/src/arm/trampoline.S
x libffi-3.2.1/src/avr32/
x libffi-3.2.1/src/avr32/ffi.c
x libffi-3.2.1/src/avr32/sysv.S
x libffi-3.2.1/src/avr32/ffitarget.h
x libffi-3.2.1/src/bfin/
x libffi-3.2.1/src/bfin/ffi.c
x libffi-3.2.1/src/bfin/ffitarget.h
x libffi-3.2.1/src/bfin/sysv.S
x libffi-3.2.1/src/cris/
x libffi-3.2.1/src/cris/ffi.c
x libffi-3.2.1/src/cris/sysv.S
x libffi-3.2.1/src/cris/ffitarget.h
x libffi-3.2.1/src/frv/
x libffi-3.2.1/src/frv/ffi.c
x libffi-3.2.1/src/frv/eabi.S
x libffi-3.2.1/src/frv/ffitarget.h
x libffi-3.2.1/src/ia64/
x libffi-3.2.1/src/ia64/ffi.c
x libffi-3.2.1/src/ia64/ffitarget.h
x libffi-3.2.1/src/ia64/ia64_flags.h
x libffi-3.2.1/src/ia64/unix.S
x libffi-3.2.1/src/m32r/
x libffi-3.2.1/src/m32r/ffi.c
x libffi-3.2.1/src/m32r/sysv.S
x libffi-3.2.1/src/m32r/ffitarget.h
x libffi-3.2.1/src/m68k/
x libffi-3.2.1/src/m68k/ffi.c
x libffi-3.2.1/src/m68k/sysv.S
x libffi-3.2.1/src/m68k/ffitarget.h
x libffi-3.2.1/src/m88k/
x libffi-3.2.1/src/m88k/ffi.c
x libffi-3.2.1/src/m88k/obsd.S
x libffi-3.2.1/src/m88k/ffitarget.h
x libffi-3.2.1/src/metag/
x libffi-3.2.1/src/metag/ffi.c
x libffi-3.2.1/src/metag/ffitarget.h
x libffi-3.2.1/src/metag/sysv.S
x libffi-3.2.1/src/microblaze/
x libffi-3.2.1/src/microblaze/ffi.c
x libffi-3.2.1/src/microblaze/sysv.S
x libffi-3.2.1/src/microblaze/ffitarget.h
x libffi-3.2.1/src/mips/
x libffi-3.2.1/src/mips/ffi.c
x libffi-3.2.1/src/mips/n32.S
x libffi-3.2.1/src/mips/o32.S
x libffi-3.2.1/src/mips/ffitarget.h
x libffi-3.2.1/src/moxie/
x libffi-3.2.1/src/moxie/ffi.c
x libffi-3.2.1/src/moxie/ffitarget.h
x libffi-3.2.1/src/moxie/eabi.S
x libffi-3.2.1/src/nios2/
x libffi-3.2.1/src/nios2/ffi.c
x libffi-3.2.1/src/nios2/ffitarget.h
x libffi-3.2.1/src/nios2/sysv.S
x libffi-3.2.1/src/or1k/
x libffi-3.2.1/src/or1k/ffi.c
x libffi-3.2.1/src/or1k/ffitarget.h
x libffi-3.2.1/src/or1k/sysv.S
x libffi-3.2.1/src/pa/
x libffi-3.2.1/src/pa/ffitarget.h
x libffi-3.2.1/src/pa/ffi.c
x libffi-3.2.1/src/pa/linux.S
x libffi-3.2.1/src/pa/hpux32.S
x libffi-3.2.1/src/powerpc/
x libffi-3.2.1/src/powerpc/ffi.c
x libffi-3.2.1/src/powerpc/ffi_powerpc.h
x libffi-3.2.1/src/powerpc/ffi_sysv.c
x libffi-3.2.1/src/powerpc/ffi_linux64.c
x libffi-3.2.1/src/powerpc/sysv.S
x libffi-3.2.1/src/powerpc/linux64.S
x libffi-3.2.1/src/powerpc/linux64_closure.S
x libffi-3.2.1/src/powerpc/ppc_closure.S
x libffi-3.2.1/src/powerpc/asm.h
x libffi-3.2.1/src/powerpc/aix.S
x libffi-3.2.1/src/powerpc/darwin.S
x libffi-3.2.1/src/powerpc/aix_closure.S
x libffi-3.2.1/src/powerpc/darwin_closure.S
x libffi-3.2.1/src/powerpc/ffi_darwin.c
x libffi-3.2.1/src/powerpc/ffitarget.h
x libffi-3.2.1/src/s390/
x libffi-3.2.1/src/s390/ffi.c
x libffi-3.2.1/src/s390/sysv.S
x libffi-3.2.1/src/s390/ffitarget.h
x libffi-3.2.1/src/sh/
x libffi-3.2.1/src/sh/ffi.c
x libffi-3.2.1/src/sh/sysv.S
x libffi-3.2.1/src/sh/ffitarget.h
x libffi-3.2.1/src/sh64/
x libffi-3.2.1/src/sh64/ffi.c
x libffi-3.2.1/src/sh64/sysv.S
x libffi-3.2.1/src/sh64/ffitarget.h
x libffi-3.2.1/src/sparc/
x libffi-3.2.1/src/sparc/v8.S
x libffi-3.2.1/src/sparc/v9.S
x libffi-3.2.1/src/sparc/ffitarget.h
x libffi-3.2.1/src/sparc/ffi.c
x libffi-3.2.1/src/tile/
x libffi-3.2.1/src/tile/ffi.c
x libffi-3.2.1/src/tile/ffitarget.h
x libffi-3.2.1/src/tile/tile.S
x libffi-3.2.1/src/vax/
x libffi-3.2.1/src/vax/ffi.c
x libffi-3.2.1/src/vax/ffitarget.h
x libffi-3.2.1/src/vax/elfbsd.S
x libffi-3.2.1/src/x86/
x libffi-3.2.1/src/x86/darwin64.S
x libffi-3.2.1/src/x86/ffi.c
x libffi-3.2.1/src/x86/sysv.S
x libffi-3.2.1/src/x86/win32.S
x libffi-3.2.1/src/x86/darwin.S
x libffi-3.2.1/src/x86/win64.S
x libffi-3.2.1/src/x86/freebsd.S
x libffi-3.2.1/src/x86/ffi64.c
x libffi-3.2.1/src/x86/unix64.S
x libffi-3.2.1/src/x86/ffitarget.h
x libffi-3.2.1/src/xtensa/
x libffi-3.2.1/src/xtensa/ffitarget.h
x libffi-3.2.1/src/xtensa/ffi.c
x libffi-3.2.1/src/xtensa/sysv.S
x libffi-3.2.1/src/prep_cif.c
x libffi-3.2.1/src/types.c
x libffi-3.2.1/src/raw_api.c
x libffi-3.2.1/src/java_raw_api.c
x libffi-3.2.1/src/closures.c
x libffi-3.2.1/src/dlmalloc.c
x libffi-3.2.1/src/debug.c
x libffi-3.2.1/Makefile.in
x libffi-3.2.1/Makefile.am
x libffi-3.2.1/configure
x libffi-3.2.1/acinclude.m4
x libffi-3.2.1/configure.ac
x libffi-3.2.1/aclocal.m4
x libffi-3.2.1/fficonfig.h.in
x libffi-3.2.1/libffi.pc.in
x libffi-3.2.1/depcomp
x libffi-3.2.1/mdate-sh
x libffi-3.2.1/texinfo.tex
x libffi-3.2.1/README
x libffi-3.2.1/compile
x libffi-3.2.1/config.guess
x libffi-3.2.1/config.sub
x libffi-3.2.1/install-sh
x libffi-3.2.1/missing
x libffi-3.2.1/ltmain.sh
x libffi-3.2.1/LICENSE
x libffi-3.2.1/ChangeLog.v1
x libffi-3.2.1/ChangeLog.libgcj
x libffi-3.2.1/libtool-version
x libffi-3.2.1/ChangeLog.libffi
x libffi-3.2.1/msvcc.sh
x libffi-3.2.1/generate-darwin-source-and-headers.py
x libffi-3.2.1/libtool-ldflags
x libffi-3.2.1/ChangeLog.libffi-3.1
x libffi-3.2.1/include/
x libffi-3.2.1/include/Makefile.in
x libffi-3.2.1/include/Makefile.am
x libffi-3.2.1/include/ffi.h.in
x libffi-3.2.1/include/ffi_common.h
x libffi-3.2.1/testsuite/
x libffi-3.2.1/testsuite/config/
x libffi-3.2.1/testsuite/config/default.exp
x libffi-3.2.1/testsuite/lib/
x libffi-3.2.1/testsuite/lib/wrapper.exp
x libffi-3.2.1/testsuite/lib/target-libpath.exp
x libffi-3.2.1/testsuite/lib/libffi.exp
x libffi-3.2.1/testsuite/libffi.call/
x libffi-3.2.1/testsuite/libffi.call/cls_19byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble_split.c
x libffi-3.2.1/testsuite/libffi.call/closure_loc_fn0.c
x libffi-3.2.1/testsuite/libffi.call/cls_schar.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn1.c
x libffi-3.2.1/testsuite/libffi.call/return_ul.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_double.c
x libffi-3.2.1/testsuite/libffi.call/return_fl2.c
x libffi-3.2.1/testsuite/libffi.call/cls_1_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_64byte.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct7.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint32.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct2.c
x libffi-3.2.1/testsuite/libffi.call/ffitest.h
x libffi-3.2.1/testsuite/libffi.call/nested_struct4.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_ushort.c
x libffi-3.2.1/testsuite/libffi.call/struct3.c
x libffi-3.2.1/testsuite/libffi.call/cls_3byte1.c
x libffi-3.2.1/testsuite/libffi.call/cls_16byte.c
x libffi-3.2.1/testsuite/libffi.call/struct8.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct8.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_sshort.c
x libffi-3.2.1/testsuite/libffi.call/cls_3byte2.c
x libffi-3.2.1/testsuite/libffi.call/cls_pointer.c
x libffi-3.2.1/testsuite/libffi.call/err_bad_typedef.c
x libffi-3.2.1/testsuite/libffi.call/cls_4_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_9byte2.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_schar.c
x libffi-3.2.1/testsuite/libffi.call/stret_medium2.c
x libffi-3.2.1/testsuite/libffi.call/cls_5_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/call.exp
x libffi-3.2.1/testsuite/libffi.call/cls_double.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint16.c
x libffi-3.2.1/testsuite/libffi.call/cls_uint.c
x libffi-3.2.1/testsuite/libffi.call/return_ll1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct3.c
x libffi-3.2.1/testsuite/libffi.call/cls_20byte1.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn4.c
x libffi-3.2.1/testsuite/libffi.call/cls_uchar.c
x libffi-3.2.1/testsuite/libffi.call/struct2.c
x libffi-3.2.1/testsuite/libffi.call/cls_7byte.c
x libffi-3.2.1/testsuite/libffi.call/strlen.c
x libffi-3.2.1/testsuite/libffi.call/many.c
x libffi-3.2.1/testsuite/libffi.call/testclosure.c
x libffi-3.2.1/testsuite/libffi.call/return_fl.c
x libffi-3.2.1/testsuite/libffi.call/struct5.c
x libffi-3.2.1/testsuite/libffi.call/cls_12byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_sshortchar.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble_split2.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl2.c
x libffi-3.2.1/testsuite/libffi.call/return_fl3.c
x libffi-3.2.1/testsuite/libffi.call/stret_medium.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct6.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn3.c
x libffi-3.2.1/testsuite/libffi.call/float3.c
x libffi-3.2.1/testsuite/libffi.call/many2.c
x libffi-3.2.1/testsuite/libffi.call/closure_simple.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint16.c
x libffi-3.2.1/testsuite/libffi.call/cls_9byte1.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn6.c
x libffi-3.2.1/testsuite/libffi.call/cls_double_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_pointer.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn2.c
x libffi-3.2.1/testsuite/libffi.call/cls_sshort.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct.c
x libffi-3.2.1/testsuite/libffi.call/cls_20byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_longdouble.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_uchar.c
x libffi-3.2.1/testsuite/libffi.call/return_uc.c
x libffi-3.2.1/testsuite/libffi.call/cls_18byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_8byte.c
x libffi-3.2.1/testsuite/libffi.call/promotion.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl.c
x libffi-3.2.1/testsuite/libffi.call/cls_24byte.c
x libffi-3.2.1/testsuite/libffi.call/struct4.c
x libffi-3.2.1/testsuite/libffi.call/cls_6byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint32.c
x libffi-3.2.1/testsuite/libffi.call/float.c
x libffi-3.2.1/testsuite/libffi.call/float1.c
x libffi-3.2.1/testsuite/libffi.call/float_va.c
x libffi-3.2.1/testsuite/libffi.call/negint.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl1.c
x libffi-3.2.1/testsuite/libffi.call/cls_3_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_float.c
x libffi-3.2.1/testsuite/libffi.call/return_fl1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct10.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct5.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint64.c
x libffi-3.2.1/testsuite/libffi.call/stret_large2.c
x libffi-3.2.1/testsuite/libffi.call/return_sl.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn0.c
x libffi-3.2.1/testsuite/libffi.call/cls_5byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_2byte.c
x libffi-3.2.1/testsuite/libffi.call/float2.c
x libffi-3.2.1/testsuite/libffi.call/cls_dbls_struct.c
x libffi-3.2.1/testsuite/libffi.call/cls_sint.c
x libffi-3.2.1/testsuite/libffi.call/stret_large.c
x libffi-3.2.1/testsuite/libffi.call/cls_ulonglong.c
x libffi-3.2.1/testsuite/libffi.call/cls_ushort.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct1.c
x libffi-3.2.1/testsuite/libffi.call/err_bad_abi.c
x libffi-3.2.1/testsuite/libffi.call/cls_longdouble_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_float.c
x libffi-3.2.1/testsuite/libffi.call/cls_pointer_stack.c
x libffi-3.2.1/testsuite/libffi.call/pyobjc-tc.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_ushortchar.c
x libffi-3.2.1/testsuite/libffi.call/struct1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct9.c
x libffi-3.2.1/testsuite/libffi.call/huge_struct.c
x libffi-3.2.1/testsuite/libffi.call/problem1.c
x libffi-3.2.1/testsuite/libffi.call/float4.c
x libffi-3.2.1/testsuite/libffi.call/return_ldl.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn5.c
x libffi-3.2.1/testsuite/libffi.call/struct6.c
x libffi-3.2.1/testsuite/libffi.call/return_ll.c
x libffi-3.2.1/testsuite/libffi.call/struct9.c
x libffi-3.2.1/testsuite/libffi.call/return_sc.c
x libffi-3.2.1/testsuite/libffi.call/struct7.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint64.c
x libffi-3.2.1/testsuite/libffi.call/cls_4byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_6_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_7_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/unwindtest.cc
x libffi-3.2.1/testsuite/libffi.call/unwindtest_ffi_call.cc
x libffi-3.2.1/testsuite/libffi.call/cls_struct_va1.c
x libffi-3.2.1/testsuite/libffi.call/cls_uchar_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_uint_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_ulong_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_ushort_va.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct11.c
x libffi-3.2.1/testsuite/libffi.call/uninitialized.c
x libffi-3.2.1/testsuite/libffi.call/va_1.c
x libffi-3.2.1/testsuite/libffi.call/va_struct1.c
x libffi-3.2.1/testsuite/libffi.call/va_struct2.c
x libffi-3.2.1/testsuite/libffi.call/va_struct3.c
x libffi-3.2.1/testsuite/libffi.call/strlen2.c
x libffi-3.2.1/testsuite/libffi.call/strlen3.c
x libffi-3.2.1/testsuite/libffi.call/strlen4.c
x libffi-3.2.1/testsuite/Makefile.in
x libffi-3.2.1/testsuite/Makefile.am
x libffi-3.2.1/man/
x libffi-3.2.1/man/Makefile.in
x libffi-3.2.1/man/Makefile.am
x libffi-3.2.1/man/ffi.3
x libffi-3.2.1/man/ffi_call.3
x libffi-3.2.1/man/ffi_prep_cif.3
x libffi-3.2.1/man/ffi_prep_cif_var.3
x libffi-3.2.1/ChangeLog
Extract libffi for armv7
Extract /Users/ltgiv/kivy-ios/.cache/libffi-libffi-3.2.1.tar.gz into /Users/ltgiv/kivy-ios/build/libffi/armv7
x libffi-3.2.1/
x libffi-3.2.1/doc/
x libffi-3.2.1/doc/version.texi
x libffi-3.2.1/doc/stamp-vti
x libffi-3.2.1/doc/libffi.texi
x libffi-3.2.1/doc/libffi.info
x libffi-3.2.1/libffi.xcodeproj/
x libffi-3.2.1/libffi.xcodeproj/project.pbxproj
x libffi-3.2.1/m4/
x libffi-3.2.1/m4/asmcfi.m4
x libffi-3.2.1/m4/ax_append_flag.m4
x libffi-3.2.1/m4/ax_cc_maxopt.m4
x libffi-3.2.1/m4/ax_cflags_warn_all.m4
x libffi-3.2.1/m4/ax_check_compile_flag.m4
x libffi-3.2.1/m4/ax_compiler_vendor.m4
x libffi-3.2.1/m4/ax_configure_args.m4
x libffi-3.2.1/m4/ax_enable_builddir.m4
x libffi-3.2.1/m4/ax_gcc_archflag.m4
x libffi-3.2.1/m4/ax_gcc_x86_cpuid.m4
x libffi-3.2.1/m4/libtool.m4
x libffi-3.2.1/m4/ltoptions.m4
x libffi-3.2.1/m4/ltsugar.m4
x libffi-3.2.1/m4/ltversion.m4
x libffi-3.2.1/m4/lt~obsolete.m4
x libffi-3.2.1/src/
x libffi-3.2.1/src/aarch64/
x libffi-3.2.1/src/aarch64/ffi.c
x libffi-3.2.1/src/aarch64/ffitarget.h
x libffi-3.2.1/src/aarch64/sysv.S
x libffi-3.2.1/src/alpha/
x libffi-3.2.1/src/alpha/ffi.c
x libffi-3.2.1/src/alpha/osf.S
x libffi-3.2.1/src/alpha/ffitarget.h
x libffi-3.2.1/src/arc/
x libffi-3.2.1/src/arc/ffi.c
x libffi-3.2.1/src/arc/arcompact.S
x libffi-3.2.1/src/arc/ffitarget.h
x libffi-3.2.1/src/arm/
x libffi-3.2.1/src/arm/ffi.c
x libffi-3.2.1/src/arm/sysv.S
x libffi-3.2.1/src/arm/ffitarget.h
x libffi-3.2.1/src/arm/gentramp.sh
x libffi-3.2.1/src/arm/trampoline.S
x libffi-3.2.1/src/avr32/
x libffi-3.2.1/src/avr32/ffi.c
x libffi-3.2.1/src/avr32/sysv.S
x libffi-3.2.1/src/avr32/ffitarget.h
x libffi-3.2.1/src/bfin/
x libffi-3.2.1/src/bfin/ffi.c
x libffi-3.2.1/src/bfin/ffitarget.h
x libffi-3.2.1/src/bfin/sysv.S
x libffi-3.2.1/src/cris/
x libffi-3.2.1/src/cris/ffi.c
x libffi-3.2.1/src/cris/sysv.S
x libffi-3.2.1/src/cris/ffitarget.h
x libffi-3.2.1/src/frv/
x libffi-3.2.1/src/frv/ffi.c
x libffi-3.2.1/src/frv/eabi.S
x libffi-3.2.1/src/frv/ffitarget.h
x libffi-3.2.1/src/ia64/
x libffi-3.2.1/src/ia64/ffi.c
x libffi-3.2.1/src/ia64/ffitarget.h
x libffi-3.2.1/src/ia64/ia64_flags.h
x libffi-3.2.1/src/ia64/unix.S
x libffi-3.2.1/src/m32r/
x libffi-3.2.1/src/m32r/ffi.c
x libffi-3.2.1/src/m32r/sysv.S
x libffi-3.2.1/src/m32r/ffitarget.h
x libffi-3.2.1/src/m68k/
x libffi-3.2.1/src/m68k/ffi.c
x libffi-3.2.1/src/m68k/sysv.S
x libffi-3.2.1/src/m68k/ffitarget.h
x libffi-3.2.1/src/m88k/
x libffi-3.2.1/src/m88k/ffi.c
x libffi-3.2.1/src/m88k/obsd.S
x libffi-3.2.1/src/m88k/ffitarget.h
x libffi-3.2.1/src/metag/
x libffi-3.2.1/src/metag/ffi.c
x libffi-3.2.1/src/metag/ffitarget.h
x libffi-3.2.1/src/metag/sysv.S
x libffi-3.2.1/src/microblaze/
x libffi-3.2.1/src/microblaze/ffi.c
x libffi-3.2.1/src/microblaze/sysv.S
x libffi-3.2.1/src/microblaze/ffitarget.h
x libffi-3.2.1/src/mips/
x libffi-3.2.1/src/mips/ffi.c
x libffi-3.2.1/src/mips/n32.S
x libffi-3.2.1/src/mips/o32.S
x libffi-3.2.1/src/mips/ffitarget.h
x libffi-3.2.1/src/moxie/
x libffi-3.2.1/src/moxie/ffi.c
x libffi-3.2.1/src/moxie/ffitarget.h
x libffi-3.2.1/src/moxie/eabi.S
x libffi-3.2.1/src/nios2/
x libffi-3.2.1/src/nios2/ffi.c
x libffi-3.2.1/src/nios2/ffitarget.h
x libffi-3.2.1/src/nios2/sysv.S
x libffi-3.2.1/src/or1k/
x libffi-3.2.1/src/or1k/ffi.c
x libffi-3.2.1/src/or1k/ffitarget.h
x libffi-3.2.1/src/or1k/sysv.S
x libffi-3.2.1/src/pa/
x libffi-3.2.1/src/pa/ffitarget.h
x libffi-3.2.1/src/pa/ffi.c
x libffi-3.2.1/src/pa/linux.S
x libffi-3.2.1/src/pa/hpux32.S
x libffi-3.2.1/src/powerpc/
x libffi-3.2.1/src/powerpc/ffi.c
x libffi-3.2.1/src/powerpc/ffi_powerpc.h
x libffi-3.2.1/src/powerpc/ffi_sysv.c
x libffi-3.2.1/src/powerpc/ffi_linux64.c
x libffi-3.2.1/src/powerpc/sysv.S
x libffi-3.2.1/src/powerpc/linux64.S
x libffi-3.2.1/src/powerpc/linux64_closure.S
x libffi-3.2.1/src/powerpc/ppc_closure.S
x libffi-3.2.1/src/powerpc/asm.h
x libffi-3.2.1/src/powerpc/aix.S
x libffi-3.2.1/src/powerpc/darwin.S
x libffi-3.2.1/src/powerpc/aix_closure.S
x libffi-3.2.1/src/powerpc/darwin_closure.S
x libffi-3.2.1/src/powerpc/ffi_darwin.c
x libffi-3.2.1/src/powerpc/ffitarget.h
x libffi-3.2.1/src/s390/
x libffi-3.2.1/src/s390/ffi.c
x libffi-3.2.1/src/s390/sysv.S
x libffi-3.2.1/src/s390/ffitarget.h
x libffi-3.2.1/src/sh/
x libffi-3.2.1/src/sh/ffi.c
x libffi-3.2.1/src/sh/sysv.S
x libffi-3.2.1/src/sh/ffitarget.h
x libffi-3.2.1/src/sh64/
x libffi-3.2.1/src/sh64/ffi.c
x libffi-3.2.1/src/sh64/sysv.S
x libffi-3.2.1/src/sh64/ffitarget.h
x libffi-3.2.1/src/sparc/
x libffi-3.2.1/src/sparc/v8.S
x libffi-3.2.1/src/sparc/v9.S
x libffi-3.2.1/src/sparc/ffitarget.h
x libffi-3.2.1/src/sparc/ffi.c
x libffi-3.2.1/src/tile/
x libffi-3.2.1/src/tile/ffi.c
x libffi-3.2.1/src/tile/ffitarget.h
x libffi-3.2.1/src/tile/tile.S
x libffi-3.2.1/src/vax/
x libffi-3.2.1/src/vax/ffi.c
x libffi-3.2.1/src/vax/ffitarget.h
x libffi-3.2.1/src/vax/elfbsd.S
x libffi-3.2.1/src/x86/
x libffi-3.2.1/src/x86/darwin64.S
x libffi-3.2.1/src/x86/ffi.c
x libffi-3.2.1/src/x86/sysv.S
x libffi-3.2.1/src/x86/win32.S
x libffi-3.2.1/src/x86/darwin.S
x libffi-3.2.1/src/x86/win64.S
x libffi-3.2.1/src/x86/freebsd.S
x libffi-3.2.1/src/x86/ffi64.c
x libffi-3.2.1/src/x86/unix64.S
x libffi-3.2.1/src/x86/ffitarget.h
x libffi-3.2.1/src/xtensa/
x libffi-3.2.1/src/xtensa/ffitarget.h
x libffi-3.2.1/src/xtensa/ffi.c
x libffi-3.2.1/src/xtensa/sysv.S
x libffi-3.2.1/src/prep_cif.c
x libffi-3.2.1/src/types.c
x libffi-3.2.1/src/raw_api.c
x libffi-3.2.1/src/java_raw_api.c
x libffi-3.2.1/src/closures.c
x libffi-3.2.1/src/dlmalloc.c
x libffi-3.2.1/src/debug.c
x libffi-3.2.1/Makefile.in
x libffi-3.2.1/Makefile.am
x libffi-3.2.1/configure
x libffi-3.2.1/acinclude.m4
x libffi-3.2.1/configure.ac
x libffi-3.2.1/aclocal.m4
x libffi-3.2.1/fficonfig.h.in
x libffi-3.2.1/libffi.pc.in
x libffi-3.2.1/depcomp
x libffi-3.2.1/mdate-sh
x libffi-3.2.1/texinfo.tex
x libffi-3.2.1/README
x libffi-3.2.1/compile
x libffi-3.2.1/config.guess
x libffi-3.2.1/config.sub
x libffi-3.2.1/install-sh
x libffi-3.2.1/missing
x libffi-3.2.1/ltmain.sh
x libffi-3.2.1/LICENSE
x libffi-3.2.1/ChangeLog.v1
x libffi-3.2.1/ChangeLog.libgcj
x libffi-3.2.1/libtool-version
x libffi-3.2.1/ChangeLog.libffi
x libffi-3.2.1/msvcc.sh
x libffi-3.2.1/generate-darwin-source-and-headers.py
x libffi-3.2.1/libtool-ldflags
x libffi-3.2.1/ChangeLog.libffi-3.1
x libffi-3.2.1/include/
x libffi-3.2.1/include/Makefile.in
x libffi-3.2.1/include/Makefile.am
x libffi-3.2.1/include/ffi.h.in
x libffi-3.2.1/include/ffi_common.h
x libffi-3.2.1/testsuite/
x libffi-3.2.1/testsuite/config/
x libffi-3.2.1/testsuite/config/default.exp
x libffi-3.2.1/testsuite/lib/
x libffi-3.2.1/testsuite/lib/wrapper.exp
x libffi-3.2.1/testsuite/lib/target-libpath.exp
x libffi-3.2.1/testsuite/lib/libffi.exp
x libffi-3.2.1/testsuite/libffi.call/
x libffi-3.2.1/testsuite/libffi.call/cls_19byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble_split.c
x libffi-3.2.1/testsuite/libffi.call/closure_loc_fn0.c
x libffi-3.2.1/testsuite/libffi.call/cls_schar.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn1.c
x libffi-3.2.1/testsuite/libffi.call/return_ul.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_double.c
x libffi-3.2.1/testsuite/libffi.call/return_fl2.c
x libffi-3.2.1/testsuite/libffi.call/cls_1_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_64byte.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct7.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint32.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct2.c
x libffi-3.2.1/testsuite/libffi.call/ffitest.h
x libffi-3.2.1/testsuite/libffi.call/nested_struct4.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_ushort.c
x libffi-3.2.1/testsuite/libffi.call/struct3.c
x libffi-3.2.1/testsuite/libffi.call/cls_3byte1.c
x libffi-3.2.1/testsuite/libffi.call/cls_16byte.c
x libffi-3.2.1/testsuite/libffi.call/struct8.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct8.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_sshort.c
x libffi-3.2.1/testsuite/libffi.call/cls_3byte2.c
x libffi-3.2.1/testsuite/libffi.call/cls_pointer.c
x libffi-3.2.1/testsuite/libffi.call/err_bad_typedef.c
x libffi-3.2.1/testsuite/libffi.call/cls_4_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_9byte2.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_schar.c
x libffi-3.2.1/testsuite/libffi.call/stret_medium2.c
x libffi-3.2.1/testsuite/libffi.call/cls_5_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/call.exp
x libffi-3.2.1/testsuite/libffi.call/cls_double.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint16.c
x libffi-3.2.1/testsuite/libffi.call/cls_uint.c
x libffi-3.2.1/testsuite/libffi.call/return_ll1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct3.c
x libffi-3.2.1/testsuite/libffi.call/cls_20byte1.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn4.c
x libffi-3.2.1/testsuite/libffi.call/cls_uchar.c
x libffi-3.2.1/testsuite/libffi.call/struct2.c
x libffi-3.2.1/testsuite/libffi.call/cls_7byte.c
x libffi-3.2.1/testsuite/libffi.call/strlen.c
x libffi-3.2.1/testsuite/libffi.call/many.c
x libffi-3.2.1/testsuite/libffi.call/testclosure.c
x libffi-3.2.1/testsuite/libffi.call/return_fl.c
x libffi-3.2.1/testsuite/libffi.call/struct5.c
x libffi-3.2.1/testsuite/libffi.call/cls_12byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_sshortchar.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble_split2.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl2.c
x libffi-3.2.1/testsuite/libffi.call/return_fl3.c
x libffi-3.2.1/testsuite/libffi.call/stret_medium.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct6.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn3.c
x libffi-3.2.1/testsuite/libffi.call/float3.c
x libffi-3.2.1/testsuite/libffi.call/many2.c
x libffi-3.2.1/testsuite/libffi.call/closure_simple.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint16.c
x libffi-3.2.1/testsuite/libffi.call/cls_9byte1.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn6.c
x libffi-3.2.1/testsuite/libffi.call/cls_double_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_pointer.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn2.c
x libffi-3.2.1/testsuite/libffi.call/cls_sshort.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct.c
x libffi-3.2.1/testsuite/libffi.call/cls_20byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_longdouble.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_uchar.c
x libffi-3.2.1/testsuite/libffi.call/return_uc.c
x libffi-3.2.1/testsuite/libffi.call/cls_18byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_8byte.c
x libffi-3.2.1/testsuite/libffi.call/promotion.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl.c
x libffi-3.2.1/testsuite/libffi.call/cls_24byte.c
x libffi-3.2.1/testsuite/libffi.call/struct4.c
x libffi-3.2.1/testsuite/libffi.call/cls_6byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint32.c
x libffi-3.2.1/testsuite/libffi.call/float.c
x libffi-3.2.1/testsuite/libffi.call/float1.c
x libffi-3.2.1/testsuite/libffi.call/float_va.c
x libffi-3.2.1/testsuite/libffi.call/negint.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl1.c
x libffi-3.2.1/testsuite/libffi.call/cls_3_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_float.c
x libffi-3.2.1/testsuite/libffi.call/return_fl1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct10.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct5.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint64.c
x libffi-3.2.1/testsuite/libffi.call/stret_large2.c
x libffi-3.2.1/testsuite/libffi.call/return_sl.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn0.c
x libffi-3.2.1/testsuite/libffi.call/cls_5byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_2byte.c
x libffi-3.2.1/testsuite/libffi.call/float2.c
x libffi-3.2.1/testsuite/libffi.call/cls_dbls_struct.c
x libffi-3.2.1/testsuite/libffi.call/cls_sint.c
x libffi-3.2.1/testsuite/libffi.call/stret_large.c
x libffi-3.2.1/testsuite/libffi.call/cls_ulonglong.c
x libffi-3.2.1/testsuite/libffi.call/cls_ushort.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct1.c
x libffi-3.2.1/testsuite/libffi.call/err_bad_abi.c
x libffi-3.2.1/testsuite/libffi.call/cls_longdouble_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_float.c
x libffi-3.2.1/testsuite/libffi.call/cls_pointer_stack.c
x libffi-3.2.1/testsuite/libffi.call/pyobjc-tc.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_ushortchar.c
x libffi-3.2.1/testsuite/libffi.call/struct1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct9.c
x libffi-3.2.1/testsuite/libffi.call/huge_struct.c
x libffi-3.2.1/testsuite/libffi.call/problem1.c
x libffi-3.2.1/testsuite/libffi.call/float4.c
x libffi-3.2.1/testsuite/libffi.call/return_ldl.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn5.c
x libffi-3.2.1/testsuite/libffi.call/struct6.c
x libffi-3.2.1/testsuite/libffi.call/return_ll.c
x libffi-3.2.1/testsuite/libffi.call/struct9.c
x libffi-3.2.1/testsuite/libffi.call/return_sc.c
x libffi-3.2.1/testsuite/libffi.call/struct7.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint64.c
x libffi-3.2.1/testsuite/libffi.call/cls_4byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_6_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_7_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/unwindtest.cc
x libffi-3.2.1/testsuite/libffi.call/unwindtest_ffi_call.cc
x libffi-3.2.1/testsuite/libffi.call/cls_struct_va1.c
x libffi-3.2.1/testsuite/libffi.call/cls_uchar_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_uint_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_ulong_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_ushort_va.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct11.c
x libffi-3.2.1/testsuite/libffi.call/uninitialized.c
x libffi-3.2.1/testsuite/libffi.call/va_1.c
x libffi-3.2.1/testsuite/libffi.call/va_struct1.c
x libffi-3.2.1/testsuite/libffi.call/va_struct2.c
x libffi-3.2.1/testsuite/libffi.call/va_struct3.c
x libffi-3.2.1/testsuite/libffi.call/strlen2.c
x libffi-3.2.1/testsuite/libffi.call/strlen3.c
x libffi-3.2.1/testsuite/libffi.call/strlen4.c
x libffi-3.2.1/testsuite/Makefile.in
x libffi-3.2.1/testsuite/Makefile.am
x libffi-3.2.1/man/
x libffi-3.2.1/man/Makefile.in
x libffi-3.2.1/man/Makefile.am
x libffi-3.2.1/man/ffi.3
x libffi-3.2.1/man/ffi_call.3
x libffi-3.2.1/man/ffi_prep_cif.3
x libffi-3.2.1/man/ffi_prep_cif_var.3
x libffi-3.2.1/ChangeLog
Extract libffi for arm64
Extract /Users/ltgiv/kivy-ios/.cache/libffi-libffi-3.2.1.tar.gz into /Users/ltgiv/kivy-ios/build/libffi/arm64
x libffi-3.2.1/
x libffi-3.2.1/doc/
x libffi-3.2.1/doc/version.texi
x libffi-3.2.1/doc/stamp-vti
x libffi-3.2.1/doc/libffi.texi
x libffi-3.2.1/doc/libffi.info
x libffi-3.2.1/libffi.xcodeproj/
x libffi-3.2.1/libffi.xcodeproj/project.pbxproj
x libffi-3.2.1/m4/
x libffi-3.2.1/m4/asmcfi.m4
x libffi-3.2.1/m4/ax_append_flag.m4
x libffi-3.2.1/m4/ax_cc_maxopt.m4
x libffi-3.2.1/m4/ax_cflags_warn_all.m4
x libffi-3.2.1/m4/ax_check_compile_flag.m4
x libffi-3.2.1/m4/ax_compiler_vendor.m4
x libffi-3.2.1/m4/ax_configure_args.m4
x libffi-3.2.1/m4/ax_enable_builddir.m4
x libffi-3.2.1/m4/ax_gcc_archflag.m4
x libffi-3.2.1/m4/ax_gcc_x86_cpuid.m4
x libffi-3.2.1/m4/libtool.m4
x libffi-3.2.1/m4/ltoptions.m4
x libffi-3.2.1/m4/ltsugar.m4
x libffi-3.2.1/m4/ltversion.m4
x libffi-3.2.1/m4/lt~obsolete.m4
x libffi-3.2.1/src/
x libffi-3.2.1/src/aarch64/
x libffi-3.2.1/src/aarch64/ffi.c
x libffi-3.2.1/src/aarch64/ffitarget.h
x libffi-3.2.1/src/aarch64/sysv.S
x libffi-3.2.1/src/alpha/
x libffi-3.2.1/src/alpha/ffi.c
x libffi-3.2.1/src/alpha/osf.S
x libffi-3.2.1/src/alpha/ffitarget.h
x libffi-3.2.1/src/arc/
x libffi-3.2.1/src/arc/ffi.c
x libffi-3.2.1/src/arc/arcompact.S
x libffi-3.2.1/src/arc/ffitarget.h
x libffi-3.2.1/src/arm/
x libffi-3.2.1/src/arm/ffi.c
x libffi-3.2.1/src/arm/sysv.S
x libffi-3.2.1/src/arm/ffitarget.h
x libffi-3.2.1/src/arm/gentramp.sh
x libffi-3.2.1/src/arm/trampoline.S
x libffi-3.2.1/src/avr32/
x libffi-3.2.1/src/avr32/ffi.c
x libffi-3.2.1/src/avr32/sysv.S
x libffi-3.2.1/src/avr32/ffitarget.h
x libffi-3.2.1/src/bfin/
x libffi-3.2.1/src/bfin/ffi.c
x libffi-3.2.1/src/bfin/ffitarget.h
x libffi-3.2.1/src/bfin/sysv.S
x libffi-3.2.1/src/cris/
x libffi-3.2.1/src/cris/ffi.c
x libffi-3.2.1/src/cris/sysv.S
x libffi-3.2.1/src/cris/ffitarget.h
x libffi-3.2.1/src/frv/
x libffi-3.2.1/src/frv/ffi.c
x libffi-3.2.1/src/frv/eabi.S
x libffi-3.2.1/src/frv/ffitarget.h
x libffi-3.2.1/src/ia64/
x libffi-3.2.1/src/ia64/ffi.c
x libffi-3.2.1/src/ia64/ffitarget.h
x libffi-3.2.1/src/ia64/ia64_flags.h
x libffi-3.2.1/src/ia64/unix.S
x libffi-3.2.1/src/m32r/
x libffi-3.2.1/src/m32r/ffi.c
x libffi-3.2.1/src/m32r/sysv.S
x libffi-3.2.1/src/m32r/ffitarget.h
x libffi-3.2.1/src/m68k/
x libffi-3.2.1/src/m68k/ffi.c
x libffi-3.2.1/src/m68k/sysv.S
x libffi-3.2.1/src/m68k/ffitarget.h
x libffi-3.2.1/src/m88k/
x libffi-3.2.1/src/m88k/ffi.c
x libffi-3.2.1/src/m88k/obsd.S
x libffi-3.2.1/src/m88k/ffitarget.h
x libffi-3.2.1/src/metag/
x libffi-3.2.1/src/metag/ffi.c
x libffi-3.2.1/src/metag/ffitarget.h
x libffi-3.2.1/src/metag/sysv.S
x libffi-3.2.1/src/microblaze/
x libffi-3.2.1/src/microblaze/ffi.c
x libffi-3.2.1/src/microblaze/sysv.S
x libffi-3.2.1/src/microblaze/ffitarget.h
x libffi-3.2.1/src/mips/
x libffi-3.2.1/src/mips/ffi.c
x libffi-3.2.1/src/mips/n32.S
x libffi-3.2.1/src/mips/o32.S
x libffi-3.2.1/src/mips/ffitarget.h
x libffi-3.2.1/src/moxie/
x libffi-3.2.1/src/moxie/ffi.c
x libffi-3.2.1/src/moxie/ffitarget.h
x libffi-3.2.1/src/moxie/eabi.S
x libffi-3.2.1/src/nios2/
x libffi-3.2.1/src/nios2/ffi.c
x libffi-3.2.1/src/nios2/ffitarget.h
x libffi-3.2.1/src/nios2/sysv.S
x libffi-3.2.1/src/or1k/
x libffi-3.2.1/src/or1k/ffi.c
x libffi-3.2.1/src/or1k/ffitarget.h
x libffi-3.2.1/src/or1k/sysv.S
x libffi-3.2.1/src/pa/
x libffi-3.2.1/src/pa/ffitarget.h
x libffi-3.2.1/src/pa/ffi.c
x libffi-3.2.1/src/pa/linux.S
x libffi-3.2.1/src/pa/hpux32.S
x libffi-3.2.1/src/powerpc/
x libffi-3.2.1/src/powerpc/ffi.c
x libffi-3.2.1/src/powerpc/ffi_powerpc.h
x libffi-3.2.1/src/powerpc/ffi_sysv.c
x libffi-3.2.1/src/powerpc/ffi_linux64.c
x libffi-3.2.1/src/powerpc/sysv.S
x libffi-3.2.1/src/powerpc/linux64.S
x libffi-3.2.1/src/powerpc/linux64_closure.S
x libffi-3.2.1/src/powerpc/ppc_closure.S
x libffi-3.2.1/src/powerpc/asm.h
x libffi-3.2.1/src/powerpc/aix.S
x libffi-3.2.1/src/powerpc/darwin.S
x libffi-3.2.1/src/powerpc/aix_closure.S
x libffi-3.2.1/src/powerpc/darwin_closure.S
x libffi-3.2.1/src/powerpc/ffi_darwin.c
x libffi-3.2.1/src/powerpc/ffitarget.h
x libffi-3.2.1/src/s390/
x libffi-3.2.1/src/s390/ffi.c
x libffi-3.2.1/src/s390/sysv.S
x libffi-3.2.1/src/s390/ffitarget.h
x libffi-3.2.1/src/sh/
x libffi-3.2.1/src/sh/ffi.c
x libffi-3.2.1/src/sh/sysv.S
x libffi-3.2.1/src/sh/ffitarget.h
x libffi-3.2.1/src/sh64/
x libffi-3.2.1/src/sh64/ffi.c
x libffi-3.2.1/src/sh64/sysv.S
x libffi-3.2.1/src/sh64/ffitarget.h
x libffi-3.2.1/src/sparc/
x libffi-3.2.1/src/sparc/v8.S
x libffi-3.2.1/src/sparc/v9.S
x libffi-3.2.1/src/sparc/ffitarget.h
x libffi-3.2.1/src/sparc/ffi.c
x libffi-3.2.1/src/tile/
x libffi-3.2.1/src/tile/ffi.c
x libffi-3.2.1/src/tile/ffitarget.h
x libffi-3.2.1/src/tile/tile.S
x libffi-3.2.1/src/vax/
x libffi-3.2.1/src/vax/ffi.c
x libffi-3.2.1/src/vax/ffitarget.h
x libffi-3.2.1/src/vax/elfbsd.S
x libffi-3.2.1/src/x86/
x libffi-3.2.1/src/x86/darwin64.S
x libffi-3.2.1/src/x86/ffi.c
x libffi-3.2.1/src/x86/sysv.S
x libffi-3.2.1/src/x86/win32.S
x libffi-3.2.1/src/x86/darwin.S
x libffi-3.2.1/src/x86/win64.S
x libffi-3.2.1/src/x86/freebsd.S
x libffi-3.2.1/src/x86/ffi64.c
x libffi-3.2.1/src/x86/unix64.S
x libffi-3.2.1/src/x86/ffitarget.h
x libffi-3.2.1/src/xtensa/
x libffi-3.2.1/src/xtensa/ffitarget.h
x libffi-3.2.1/src/xtensa/ffi.c
x libffi-3.2.1/src/xtensa/sysv.S
x libffi-3.2.1/src/prep_cif.c
x libffi-3.2.1/src/types.c
x libffi-3.2.1/src/raw_api.c
x libffi-3.2.1/src/java_raw_api.c
x libffi-3.2.1/src/closures.c
x libffi-3.2.1/src/dlmalloc.c
x libffi-3.2.1/src/debug.c
x libffi-3.2.1/Makefile.in
x libffi-3.2.1/Makefile.am
x libffi-3.2.1/configure
x libffi-3.2.1/acinclude.m4
x libffi-3.2.1/configure.ac
x libffi-3.2.1/aclocal.m4
x libffi-3.2.1/fficonfig.h.in
x libffi-3.2.1/libffi.pc.in
x libffi-3.2.1/depcomp
x libffi-3.2.1/mdate-sh
x libffi-3.2.1/texinfo.tex
x libffi-3.2.1/README
x libffi-3.2.1/compile
x libffi-3.2.1/config.guess
x libffi-3.2.1/config.sub
x libffi-3.2.1/install-sh
x libffi-3.2.1/missing
x libffi-3.2.1/ltmain.sh
x libffi-3.2.1/LICENSE
x libffi-3.2.1/ChangeLog.v1
x libffi-3.2.1/ChangeLog.libgcj
x libffi-3.2.1/libtool-version
x libffi-3.2.1/ChangeLog.libffi
x libffi-3.2.1/msvcc.sh
x libffi-3.2.1/generate-darwin-source-and-headers.py
x libffi-3.2.1/libtool-ldflags
x libffi-3.2.1/ChangeLog.libffi-3.1
x libffi-3.2.1/include/
x libffi-3.2.1/include/Makefile.in
x libffi-3.2.1/include/Makefile.am
x libffi-3.2.1/include/ffi.h.in
x libffi-3.2.1/include/ffi_common.h
x libffi-3.2.1/testsuite/
x libffi-3.2.1/testsuite/config/
x libffi-3.2.1/testsuite/config/default.exp
x libffi-3.2.1/testsuite/lib/
x libffi-3.2.1/testsuite/lib/wrapper.exp
x libffi-3.2.1/testsuite/lib/target-libpath.exp
x libffi-3.2.1/testsuite/lib/libffi.exp
x libffi-3.2.1/testsuite/libffi.call/
x libffi-3.2.1/testsuite/libffi.call/cls_19byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble_split.c
x libffi-3.2.1/testsuite/libffi.call/closure_loc_fn0.c
x libffi-3.2.1/testsuite/libffi.call/cls_schar.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn1.c
x libffi-3.2.1/testsuite/libffi.call/return_ul.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_double.c
x libffi-3.2.1/testsuite/libffi.call/return_fl2.c
x libffi-3.2.1/testsuite/libffi.call/cls_1_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_64byte.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct7.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint32.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct2.c
x libffi-3.2.1/testsuite/libffi.call/ffitest.h
x libffi-3.2.1/testsuite/libffi.call/nested_struct4.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_ushort.c
x libffi-3.2.1/testsuite/libffi.call/struct3.c
x libffi-3.2.1/testsuite/libffi.call/cls_3byte1.c
x libffi-3.2.1/testsuite/libffi.call/cls_16byte.c
x libffi-3.2.1/testsuite/libffi.call/struct8.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct8.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_sshort.c
x libffi-3.2.1/testsuite/libffi.call/cls_3byte2.c
x libffi-3.2.1/testsuite/libffi.call/cls_pointer.c
x libffi-3.2.1/testsuite/libffi.call/err_bad_typedef.c
x libffi-3.2.1/testsuite/libffi.call/cls_4_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_9byte2.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_schar.c
x libffi-3.2.1/testsuite/libffi.call/stret_medium2.c
x libffi-3.2.1/testsuite/libffi.call/cls_5_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/call.exp
x libffi-3.2.1/testsuite/libffi.call/cls_double.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint16.c
x libffi-3.2.1/testsuite/libffi.call/cls_uint.c
x libffi-3.2.1/testsuite/libffi.call/return_ll1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct3.c
x libffi-3.2.1/testsuite/libffi.call/cls_20byte1.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn4.c
x libffi-3.2.1/testsuite/libffi.call/cls_uchar.c
x libffi-3.2.1/testsuite/libffi.call/struct2.c
x libffi-3.2.1/testsuite/libffi.call/cls_7byte.c
x libffi-3.2.1/testsuite/libffi.call/strlen.c
x libffi-3.2.1/testsuite/libffi.call/many.c
x libffi-3.2.1/testsuite/libffi.call/testclosure.c
x libffi-3.2.1/testsuite/libffi.call/return_fl.c
x libffi-3.2.1/testsuite/libffi.call/struct5.c
x libffi-3.2.1/testsuite/libffi.call/cls_12byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_sshortchar.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble_split2.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl2.c
x libffi-3.2.1/testsuite/libffi.call/return_fl3.c
x libffi-3.2.1/testsuite/libffi.call/stret_medium.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct6.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn3.c
x libffi-3.2.1/testsuite/libffi.call/float3.c
x libffi-3.2.1/testsuite/libffi.call/many2.c
x libffi-3.2.1/testsuite/libffi.call/closure_simple.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint16.c
x libffi-3.2.1/testsuite/libffi.call/cls_9byte1.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn6.c
x libffi-3.2.1/testsuite/libffi.call/cls_double_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_pointer.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_longdouble.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn2.c
x libffi-3.2.1/testsuite/libffi.call/cls_sshort.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct.c
x libffi-3.2.1/testsuite/libffi.call/cls_20byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_longdouble.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_uchar.c
x libffi-3.2.1/testsuite/libffi.call/return_uc.c
x libffi-3.2.1/testsuite/libffi.call/cls_18byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_8byte.c
x libffi-3.2.1/testsuite/libffi.call/promotion.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl.c
x libffi-3.2.1/testsuite/libffi.call/cls_24byte.c
x libffi-3.2.1/testsuite/libffi.call/struct4.c
x libffi-3.2.1/testsuite/libffi.call/cls_6byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint32.c
x libffi-3.2.1/testsuite/libffi.call/float.c
x libffi-3.2.1/testsuite/libffi.call/float1.c
x libffi-3.2.1/testsuite/libffi.call/float_va.c
x libffi-3.2.1/testsuite/libffi.call/negint.c
x libffi-3.2.1/testsuite/libffi.call/return_dbl1.c
x libffi-3.2.1/testsuite/libffi.call/cls_3_1byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_float.c
x libffi-3.2.1/testsuite/libffi.call/return_fl1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct10.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct5.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_sint64.c
x libffi-3.2.1/testsuite/libffi.call/stret_large2.c
x libffi-3.2.1/testsuite/libffi.call/return_sl.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn0.c
x libffi-3.2.1/testsuite/libffi.call/cls_5byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_2byte.c
x libffi-3.2.1/testsuite/libffi.call/float2.c
x libffi-3.2.1/testsuite/libffi.call/cls_dbls_struct.c
x libffi-3.2.1/testsuite/libffi.call/cls_sint.c
x libffi-3.2.1/testsuite/libffi.call/stret_large.c
x libffi-3.2.1/testsuite/libffi.call/cls_ulonglong.c
x libffi-3.2.1/testsuite/libffi.call/cls_ushort.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct1.c
x libffi-3.2.1/testsuite/libffi.call/err_bad_abi.c
x libffi-3.2.1/testsuite/libffi.call/cls_longdouble_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_float.c
x libffi-3.2.1/testsuite/libffi.call/cls_pointer_stack.c
x libffi-3.2.1/testsuite/libffi.call/pyobjc-tc.c
x libffi-3.2.1/testsuite/libffi.call/cls_multi_ushortchar.c
x libffi-3.2.1/testsuite/libffi.call/struct1.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct9.c
x libffi-3.2.1/testsuite/libffi.call/huge_struct.c
x libffi-3.2.1/testsuite/libffi.call/problem1.c
x libffi-3.2.1/testsuite/libffi.call/float4.c
x libffi-3.2.1/testsuite/libffi.call/return_ldl.c
x libffi-3.2.1/testsuite/libffi.call/closure_fn5.c
x libffi-3.2.1/testsuite/libffi.call/struct6.c
x libffi-3.2.1/testsuite/libffi.call/return_ll.c
x libffi-3.2.1/testsuite/libffi.call/struct9.c
x libffi-3.2.1/testsuite/libffi.call/return_sc.c
x libffi-3.2.1/testsuite/libffi.call/struct7.c
x libffi-3.2.1/testsuite/libffi.call/cls_align_uint64.c
x libffi-3.2.1/testsuite/libffi.call/cls_4byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_6_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/cls_7_1_byte.c
x libffi-3.2.1/testsuite/libffi.call/unwindtest.cc
x libffi-3.2.1/testsuite/libffi.call/unwindtest_ffi_call.cc
x libffi-3.2.1/testsuite/libffi.call/cls_struct_va1.c
x libffi-3.2.1/testsuite/libffi.call/cls_uchar_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_uint_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_ulong_va.c
x libffi-3.2.1/testsuite/libffi.call/cls_ushort_va.c
x libffi-3.2.1/testsuite/libffi.call/nested_struct11.c
x libffi-3.2.1/testsuite/libffi.call/uninitialized.c
x libffi-3.2.1/testsuite/libffi.call/va_1.c
x libffi-3.2.1/testsuite/libffi.call/va_struct1.c
x libffi-3.2.1/testsuite/libffi.call/va_struct2.c
x libffi-3.2.1/testsuite/libffi.call/va_struct3.c
x libffi-3.2.1/testsuite/libffi.call/strlen2.c
x libffi-3.2.1/testsuite/libffi.call/strlen3.c
x libffi-3.2.1/testsuite/libffi.call/strlen4.c
x libffi-3.2.1/testsuite/Makefile.in
x libffi-3.2.1/testsuite/Makefile.am
x libffi-3.2.1/man/
x libffi-3.2.1/man/Makefile.in
x libffi-3.2.1/man/Makefile.am
x libffi-3.2.1/man/ffi.3
x libffi-3.2.1/man/ffi_call.3
x libffi-3.2.1/man/ffi_prep_cif.3
x libffi-3.2.1/man/ffi_prep_cif_var.3
x libffi-3.2.1/ChangeLog
Build_all libffi
Build libffi for i386, x86_64, armv7, arm64 (filtered)
Build libffi
Prebuild libffi for i386
Apply patch fix-win32-unreferenced-symbol.patch
Build libffi for i386
Build settings from command line:
ARCHS = i386
ONLY_ACTIVE_ARCH = NO
SDKROOT = iphonesimulator9.0
=== BUILD TARGET libffi-iOS OF PROJECT libffi WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/ffi.hmap
write-file /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/ffi-all-target-headers.hmap
/bin/mkdir -p /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Objects-normal/i386
write-file /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Objects-normal/i386/ffi.LinkFileList
write-file /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/ffi-own-target-headers.hmap
write-file /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Script-DB13B3051849E01C0010F42D.sh
chmod 0755 /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Script-DB13B3051849E01C0010F42D.sh
write-file /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/ffi-project-headers.hmap
write-file /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/ffi-generated-files.hmap
write-file /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/ffi-all-non-framework-target-headers.hmap
PhaseScriptExecution Run\ Script build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Script-DB13B3051849E01C0010F42D.sh
cd /Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=NO
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=ltgiv
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=i386
export ARCHS_STANDARD="i386 x86_64"
export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
export AVAILABLE_PLATFORMS="iphonesimulator macosx watchsimulator iphoneos watchos"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build
export BUILD_ROOT=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/Release-iphonesimulator
export CACHE_ROOT=/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/C/com.apple.DeveloperTools/7.0.1-7A1001/Xcode
export CCHROOT=/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/C/com.apple.DeveloperTools/7.0.1-7A1001/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/C/org.llvm.clang/ModuleCache/Session.modulevalidation
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/Release-iphonesimulator/libffi.a
export CODE_SIGNING_ALLOWED=NO
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
export COLOR_DIAGNOSTICS=YES
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPOSITE_SDK_DIRS=/var/folders/kr/4w4lgw950qdd901xkj35j88m0000gn/C/com.apple.DeveloperTools/7.0.1-7A1001/Xcode/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Release
export CONFIGURATION_BUILD_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/Release-iphonesimulator
export CONFIGURATION_TEMP_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=YES
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos9.0
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=i386
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=NO
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="6.0 6.1 7.0 7.1 8.0 8.1 8.2 8.3 8.4 9.0"
export DERIVED_FILES_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/DerivedSources
export DERIVED_FILE_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/ffi.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=libffi.a.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/Release-iphonesimulator
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_NS_ASSERTIONS=NO
export ENABLE_ON_DEMAND_RESOURCES=NO
export ENABLE_TESTABILITY=NO
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLE_EXTENSION=a
export EXECUTABLE_NAME=libffi.a
export EXECUTABLE_PATH=libffi.a
export EXECUTABLE_PREFIX=lib
export EXECUTABLE_SUFFIX=.a
export EXPANDED_CODE_SIGN_IDENTITY=
export EXPANDED_CODE_SIGN_IDENTITY_NAME=
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/FixedFiles
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/Release-iphonesimulator "
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=libffi.a
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_OBJC_LEGACY_DISPATCH=YES
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=NO
export GENERATE_PROFILING_CODE=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/Release-iphonesimulator/include darwin_common/include darwin_ios/include"
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/ltgiv
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PREPROCESS=NO
export INSTALL_DIR=/tmp/ffi.dst/usr/local/lib
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=ltgiv
export INSTALL_PATH=/usr/local/lib
export INSTALL_ROOT=/tmp/ffi.dst
export IPHONEOS_DEPLOYMENT_TARGET=5.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Objects-normal/i386/ffi_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/ffi-LinkMap-normal-i386.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/Release-iphonesimulator "
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_i386=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Objects-normal/i386/ffi.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=staticlib
export MAC_OS_X_PRODUCT_BUILD_VERSION=15A284
export MAC_OS_X_VERSION_ACTUAL=101100
export MAC_OS_X_VERSION_MAJOR=101100
export MAC_OS_X_VERSION_MINOR=1100
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Objects
export OBJECT_FILE_DIR_normal=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build/libffi.build/Release-iphonesimulator/libffi-iOS.build/Objects-normal
export OBJROOT=/Users/ltgiv/kivy-ios/build/libffi/i386/libffi-3.2.1/build
export ONLY_ACTIVE_ARCH=NO
export OPTIMIZATION_LEVEL=0
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS=-ObjC
export PACKAGE_TYPE=com.apple.package-type.static-library
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Conte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment