Created
October 27, 2013 23:15
-
-
Save hansent/7189082 to your computer and use it in GitHub Desktop.
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 | |
sent 185 bytes received 20 bytes 410.00 bytes/sec | |
total size is 6223 speedup is 30.36 | |
+ echo '-> Compile to pyo' | |
-> Compile to pyo | |
+ /Users/tehansen/code/kivy-ios/tmp/Python-2.7.1/hostpython -OO -m compileall /Users/tehansen/code/kivy-ios/app-tracer/YourApp | |
Traceback (most recent call last): | |
File "/Users/tehansen/code/kivy-ios/tmp/Python-2.7.1/Lib/site.py", line 553, in <module> | |
main() | |
File "/Users/tehansen/code/kivy-ios/tmp/Python-2.7.1/Lib/site.py", line 532, in main | |
addbuilddir() | |
File "/Users/tehansen/code/kivy-ios/tmp/Python-2.7.1/Lib/site.py", line 122, in addbuilddir | |
s = "build/lib.%s-%.3s" % (get_platform(), sys.version) | |
File "/Users/tehansen/code/kivy-ios/tmp/Python-2.7.1/Lib/sysconfig.py", line 618, in get_platform | |
cfgvars = get_config_vars() | |
File "/Users/tehansen/code/kivy-ios/tmp/Python-2.7.1/Lib/sysconfig.py", line 434, in get_config_vars | |
_init_posix(_CONFIG_VARS) | |
File "/Users/tehansen/code/kivy-ios/tmp/Python-2.7.1/Lib/sysconfig.py", line 310, in _init_posix | |
elif map(int, cfg_target.split('.')) > map(int, cur_target.split('.')): | |
ValueError: invalid literal for int() with base 10: '' | |
+ echo '-> Source code of tracer updated.' | |
-> Source code of tracer updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment