[Pythonmac-SIG] Building Twisted

Dethe Elza delza at livingcode.org
Mon May 23 08:11:58 CEST 2005


Hi folks,

Has anyone installed twisted 2.0 on Tiger?

I don't think I've ever had trouble building Twisted before, but now  
they've made it dependent on Zope Interfaces, which won't build for me.
I'm running OS 10.4, Bob's Python 2.4, latest svn of PyObjC and  
py2app.  Here's the traceback I'm getting when I try to build Zope  
Interfaces 3.0.1:

$ python setup.py build
running build
running build_py
running build_ext
building 'zope.interface._zope_interface_coptimizations' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- 
madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes - 
IDependencies/zope.interface-ZopeInterface-3.0.1/zope.interface -I/ 
Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -c  
Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/ 
_zope_interface_coptimizations.c -o build/temp.darwin-8.1.0- 
Power_Macintosh-2.4/Dependencies/zope.interface-ZopeInterface-3.0.1/ 
zope.interface/_zope_interface_coptimizations.o
Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/ 
_zope_interface_coptimizations.c:339: error: static declaration of  
'SpecType' follows non-static declaration
Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/ 
_zope_interface_coptimizations.c:73: error: previous declaration of  
'SpecType' was here
error: command 'gcc' failed with exit status 1

Since when do either Zope or Twisted require binary components anyway?

--Dethe



More information about the Pythonmac-SIG mailing list