Re: [Zope3-dev] Build problem

2005-09-03 Thread Dmitry Vasiliev
Fred Drake wrote: On 9/2/05, Dmitry Vasiliev [EMAIL PROTECTED] wrote: Before the fix (rev. 38239): ['buildsupport', ..., 'src'] After the fix: ['src','buildsupport', ...] Ok, I think I understand this now. Appearantly you have some version of ZConfig installed elsewhere that is

[Zope3-dev] Build problem

2005-09-02 Thread Dmitry Vasiliev
There is a problem to build extensions for the Zope3 trunk (and I guess for ZODB trunk as well) - all extension module names is lowercased now. For example: gcc -pthread -shared build/temp.linux-i686-2.4/src/persistent/TimeStamp.o -o src/persistent/timestamp.so I guess the problem that the

Re: [Zope3-dev] Build problem

2005-09-02 Thread Fred Drake
On 9/2/05, Dmitry Vasiliev [EMAIL PROTECTED] wrote: Before the fix (rev. 38239): ['buildsupport', ..., 'src'] After the fix: ['src','buildsupport', ...] Ok, I think I understand this now. Appearantly you have some version of ZConfig installed elsewhere that is getting picked up

Re: [Zope3-dev] Build problem

2005-09-02 Thread Benji York
Fred Drake wrote: On 9/2/05, Dmitry Vasiliev [EMAIL PROTECTED] wrote: I now agree that the change is reasonable. It needs a comment that it's protecting against importing *installed* versions of ZConfig. It would also be nice if it used .insert() instead of a [:0] slice. -- Benji York Senior