Zooko O'Whielacronx wrote: > I would appreciate it if you would run a pycryptopp buildslave on your > Snow Leopard system. Oh, hey, you already are! > > The compile fails: > > http://allmydata.org/buildbot-pycryptopp/builders/mac-i386-osx-10.5-faust/builds/50/steps/compile/logs/stdio
Compiling with an SDK that doesn't seem to exist: /Developer/SDKs/MacOSX10.4u.sdk Please check your Xcode installation 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 -DCRYPTOPP_DISABLE_ASM=1 -I. -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c cryptopp/algebra.cpp -o build/temp.macosx-10.3-fat-2.5/cryptopp/algebra.o -w Huh, I wonder if that means that the "python" being used has remembered (and is trying to invoke) an older version of the compiler or SDK. Or maybe the fact that I failed to install the 10.4 option is causing problems. I'll start by installing that option and seeing if it helps. cheers, -Brian _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
