[Pyobjc-dev] Authorize Package
Brought to you by:
ronaldoussoren
|
From: Koen B. <ko...@ma...> - 2008-02-11 22:51:42
|
Hey all, I was trying to install Bob's Authorization package (Authorization-0.1.tar.gz) but I ran into compiler errors. I've seen this before, but I'm not a GCC guy at all. If anyone can hint me what to look for to solve it I would be really grateful. Bye, Koen > Doerak:Authorization-0.1 koen$ python setup.py install > running install > running build > running build_py > creating build > creating build/lib.macosx-10.3-fat-2.5 > creating build/lib.macosx-10.3-fat-2.5/Authorization > copying lib/__init__.py -> build/lib.macosx-10.3-fat-2.5/Authorization > copying lib/Authorization.py -> build/lib.macosx-10.3-fat-2.5/ > Authorization > copying lib/Enumerators.py -> build/lib.macosx-10.3-fat-2.5/ > Authorization > copying lib/util.py -> build/lib.macosx-10.3-fat-2.5/Authorization > running build_ext > building 'Authorization._Authorization' extension > creating build/temp.macosx-10.3-fat-2.5 > creating build/temp.macosx-10.3-fat-2.5/src > gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/Library/Frameworks/Python.framework/Versions/2.5/include/ > python2.5 -c > src/_Authorization.c -o build/temp.macosx-10.3-fat-2.5/src/ > _Authorization.o > src/_Authorization.c:1:2: error: #error Do not use this file, it is > the > result of a failed Pyrex compilation. > src/_Authorization.c:1:2: error: #error Do not use this file, it is > the > result of a failed Pyrex compilation. > lipo: can't figure out the architecture type of: > /var/folders/tv/tvHCNfmDFUOXvP6jOP9nAk+++TI/-Tmp-//cc77OMaW.out > error: command 'gcc' failed with exit status 1 |