On 20.10.2008 15:45 Uhr, Tres Seaver wrote:
Did you look at the include' directories?
$ svn propget svn:externals $ZSVN/zope.app.container/tags/3.5.6/include persistent svn://svn.zope.org/repos/main/ZODB/trunk/src/persistent zope.proxy \ svn://svn.zope.org/repos/main/zope.proxy/trunk/src/zope/proxy
$ svn propget svn:externals $ZSVN/zope.app.container/tags/3.6.1/include persistent -r 71248 \ svn://svn.zope.org/repos/main/ZODB/branches/3.7/src/persistent zope.proxy \ svn://svn.zope.org/repos/main/zope.proxy/trunk/src/zope/proxy
Two observations:
- - No released version should have 'trunk' externals for anything.
- - The 3.5.6 version is pulling in a 'cPersistence.h' which has a '#include "py24compat.h"' in it.
Of course, if everybody's just annoyed and wants to move on, I'll be happy to create another 3.6.2 release with Sidnei's fix in it.
We should fix the externals for both 3.5.x and 3.6.x and re-release both.
Can someone with zope-app-container zen will fix the mess and do new releases? Andreas