Last active
December 26, 2015 13:19
-
-
Save hansent/7157213 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
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 | |
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_armv7.h /Users/tehansen/code/kivy-ios/tmp/libffi-3.0.13/build/Release-iphoneos/usr/local/include | |
** BUILD SUCCEEDED ** | |
~/code/kivy-ios | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 11.1M 100 11.1M 0 0 501k 0 0:00:22 0:00:22 --:--:-- 633k | |
~/code/kivy-ios/tmp/Python-2.7.1 ~/code/kivy-ios | |
patching file Include/pyport.h | |
patching file Python/dynload_shlib.c | |
patching file Modules/_sqlite/module.c | |
patching file Modules/_sqlite/sqlitecompat.h | |
Building for native machine ============================================ | |
checking for --enable-universalsdk... no | |
checking for --with-universal-archs... 32-bit | |
checking MACHDEP... darwin | |
checking EXTRAPLATDIR... $(PLATMACDIRS) | |
checking machine type as reported by uname -m... x86_64 | |
checking for --without-gcc... no | |
checking for gcc... clang -Qunused-arguments -fcolor-diagnostics | |
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... configure: error: in `/Users/tehansen/code/kivy-ios/tmp/Python-2.7.1': | |
configure: error: cannot run C compiled programs. | |
If you meant to cross compile, use `--host'. | |
See `config.log' for more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment