This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ '[' Xtracer == X ']' | |
+ '[' X/Users/tehansen/code/kivy/examples/demo/touchtracer/ == X ']' | |
+ echo '-> Copy /Users/tehansen/code/kivy/examples/demo/touchtracer/ to /Users/tehansen/code/kivy-ios/app-tracer/YourApp' | |
-> Copy /Users/tehansen/code/kivy/examples/demo/touchtracer/ to /Users/tehansen/code/kivy-ios/app-tracer/YourApp | |
+ YOURAPPDIR=/Users/tehansen/code/kivy-ios/app-tracer/YourApp | |
+ echo '-> Synchronize source code' | |
-> Synchronize source code | |
+ try rsync -av --delete /Users/tehansen/code/kivy/examples/demo/touchtracer// /Users/tehansen/code/kivy-ios/app-tracer/YourApp | |
+ rsync -av --delete /Users/tehansen/code/kivy/examples/demo/touchtracer// /Users/tehansen/code/kivy-ios/app-tracer/YourApp | |
building file list ... done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/code/kivy-ios git:master? | |
$ ls build/python/lib/python2.7/site-packages/kivy/ | |
_event.so data extras lib properties.so | |
adapters effects graphics modules tools | |
core ext input network uix | |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building libffi ============================= | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
10 825k 10 88968 0 0 77423 0 0:00:10 0:00:01 0:00:09 77363 | |
100 825k 100 825k 0 0 440k 0 0:00:01 0:00:01 --:--:-- 440k | |
x libffi-3.0.13/ | |
x libffi-3.0.13/src/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+++ xcodebuild -showsdks | |
+++ fgrep iphoneos | |
+++ tail -n 1 | |
+++ awk '{print $2}' | |
++ export SDKVER=7.0 | |
++ SDKVER=7.0 | |
+++ xcode-select -print-path | |
++ export DEVROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer | |
++ DEVROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer | |
++ export IOSSDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by python configure 2.7, which was | |
generated by GNU Autoconf 2.65. Invocation command line was | |
$ ./configure CC= clang -Qunused-arguments -fcolor-diagnostics LDFLAGS=-lsqlite3 | |
## --------- ## | |
## Platform. ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CpHeader ios/include/ffitarget_i386.h build/Release-iphoneos/usr/local/include/ffitarget_i386.h | |
cd /Users/tehansen/code/kivy-ios/tmp/libffi-3.0.13 | |
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/dart-sdk/bin:/Users/tehansen/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/local/share/npm/bin:/usr/local/bin:/usr/local/bin:/usr/local/bin" | |
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/tehansen/code/kivy-ios/tmp/libffi-3.0.13/ios/include/ffitarget_i386.h /Users/tehansen/code/kivy-ios/tmp/libffi-3.0.13/build/Release-iphoneos/usr/local/include | |
CpHeader ios/include/ffitarget_armv7.h build/Release-iphoneos/usr/local/include/ffitarget_armv7.h | |
c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imaging-1.1.7/Sane/_sane.c | |
x Imaging-1.1.7/Sane/sane.py | |
x Imaging-1.1.7/Sane/demo_numarray.py | |
x Imaging-1.1.7/Sane/demo_pil.py | |
x Imaging-1.1.7/Scripts/README | |
x Imaging-1.1.7/Scripts/enhancer.py | |
x Imaging-1.1.7/Scripts/explode.py | |
x Imaging-1.1.7/Scripts/gifmaker.py | |
x Imaging-1.1.7/Scripts/painter.py | |
x Imaging-1.1.7/Scripts/player.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python: | |
2 warnings generated. | |
ld: warning: directory not found for option '-Lextralibs/' | |
ld: warning: directory not found for option '-Lextralibs/' | |
ld: warning: directory not found for option '-Lextralibs/' | |
ld: warning: directory not found for option '-Lextralibs/' | |
ld: warning: directory not found for option '-Lextralibs/' |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building libffi ============================= | |
x libffi-3.0.13/ | |
x libffi-3.0.13/src/ | |
x libffi-3.0.13/src/m68k/ | |
x libffi-3.0.13/src/m68k/sysv.S | |
x libffi-3.0.13/src/m68k/ffi.c | |
x libffi-3.0.13/src/m68k/ffitarget.h | |
x libffi-3.0.13/src/pa/ | |
x libffi-3.0.13/src/pa/linux.S | |
x libffi-3.0.13/src/pa/ffi.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/code/kivy-ios | |
x Imaging-1.1.7/README | |
x Imaging-1.1.7/CHANGES | |
x Imaging-1.1.7/CONTENTS | |
x Imaging-1.1.7/MANIFEST | |
x Imaging-1.1.7/BUILDME | |
x Imaging-1.1.7/setup.py | |
x Imaging-1.1.7/selftest.py | |
x Imaging-1.1.7/doctest.py | |
x Imaging-1.1.7/libImaging/Imaging.h |