
lists at andreas-jung
May 19, 2005, 1:51 AM
Post #1 of 2
(1043 views)
Permalink
|
|
lib/python/zope/interface/_zope_interface_coptimizations.c/GCC 4 compile error
|
|
Hi, could someone please change on the 2.8 trunk the file above and apply the following patch: ajung [at] localhos:~/sandboxes/Zope/Zope/lib/python/zope/interface: svn diff Index: _zope_interface_coptimizations.c =================================================================== --- _zope_interface_coptimizations.c (revision 30353) +++ _zope_interface_coptimizations.c (working copy) @@ -70,7 +70,7 @@ return 0; } -extern PyTypeObject SpecType; /* Forward */ +static PyTypeObject SpecType; /* Forward */ static PyObject * implementedByFallback(PyObject *cls) This fixes a compilation error with GCC 4. I tried to commit the patch myself but on my trunk checkout this part is only a readonly checkout and I did not succeed get a read-write checkout myself from the svn server :-/ Andreas
|