Re: python module patch

2007-08-20 Thread Jason Tishler
On Sun, Aug 19, 2007 at 11:46:27AM +0200, Reini Urban wrote: > Yaakov (Cygwin Ports) schrieb: > >Reini Urban wrote: > >>extern __declspec(dllexport) cannot be used as constant during > >>compile-time. > >>=> "initializer element is not constant" > >>cygwin auto-import feature get's that right at li

Re: python module patch

2007-08-19 Thread Reini Urban
Yaakov (Cygwin Ports) schrieb: Reini Urban wrote: extern __declspec(dllexport) cannot be used as constant during compile-time. => "initializer element is not constant" cygwin auto-import feature get's that right at link-time. This is needed for the constant (compile-time) resolution of PyObject

Re: python module patch

2007-08-18 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Reini Urban wrote: > extern __declspec(dllexport) cannot be used as constant during > compile-time. > => "initializer element is not constant" > cygwin auto-import feature get's that right at link-time. > > This is needed for the constant (compile-t

python module patch

2007-08-18 Thread Reini Urban
On order to compile some python modules I needed the attached patch. Can the maintainer confirm this? Or Yaakov? extern __declspec(dllexport) cannot be used as constant during compile-time. => "initializer element is not constant" cygwin auto-import feature get's that right at link-time. This is