[pygr-notify] Issue 126 in pygr: pygr requires 10.4 SDK on Mac OS X 10.6

pygr at googlecode.com pygr at googlecode.com
Sat Jan 23 13:50:15 PST 2010


Status: New
Owner: pygr-bug... at googlegroups.com
Labels: Type-Defect Priority-Medium

New issue 126 by the.good.doctor.is.in: pygr requires 10.4 SDK on Mac OS X  
10.6
http://code.google.com/p/pygr/issues/detail?id=126

Trying to build pygr on a default install of Mac OS 10.6 developer tools
apparently yields:

python setup.py build.

Compiling with an SDK that doesn't seem to exist:
/Developer/SDKs/MacOSX10.4u.sdk
Please check your Xcode installation
gcc-4.0 -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-bundle -undefined dynamic_lookup  
build/temp.macosx-10.3-fat-2.6/pygr/seqfmt.o
-o build/lib.macosx-10.3-fat-2.6/pygr/seqfmt.so
ld: library not found for -lbundle1.o
collect2: ld returned 1 exit status
ld: library not found for -lbundle1.o
collect2: ld returned 1 exit status
lipo: can't open input file:
/var/folders/9X/9XnrFARkEnOLHRXhpTMxrE+++TI/-Tmp-//ccyJs1Vq.out (No such
file or
directory)
error: command 'gcc-4.0' failed with exit status 1

This can apparently be fixed by installing the 10.4 SDK.

My guess is that this is because the python2.6 on OS X 10.6 was built with
the 10.4 sdk?

Can anyone else replicate?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list