Skip to content

Instantly share code, notes, and snippets.

@nskrypnik
Created November 22, 2013 14:42
Show Gist options
  • Save nskrypnik/7600939 to your computer and use it in GitHub Desktop.
Save nskrypnik/7600939 to your computer and use it in GitHub Desktop.
building 'kivy.core.text.text_sdlttf' extension
creating build/temp.macosx-10.7-armv7-2.7/kivy/core/text
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch armv7 -pipe -no-cpp-precomp -miphoneos-version-min=6.1 -O3 -g -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -I/Users/nskrypnik/kivy-ios/build/include -I/Users/nskrypnik/kivy-ios/build/include/SDL -I/Users/nskrypnik/kivy-ios/build/include/freetype -I/Users/nskrypnik/kivy-ios/tmp/Python-2.7.1/Include -I/Users/nskrypnik/kivy-ios/tmp/Python-2.7.1 -c kivy/core/text/text_sdlttf.c -o build/temp.macosx-10.7-armv7-2.7/kivy/core/text/text_sdlttf.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk
kivy/core/text/text_sdlttf.c:1:2: error: Do not use this file, it is the result of a failed Cython compilation.
#error Do not use this file, it is the result of a failed Cython compilation.
^
1 error generated.
error: command '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment