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
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
-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
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
4 matches
Mail list logo