This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SciPy on Cygwin


Jochen,

On Thu, Sep 27, 2001 at 10:26:13AM -0400, Jochen Küpper wrote:
> The problem I am running into in linalg is that I get compile errors
> in flapackmodule.c:
> ,----
> | linalg/flapackmodule.c:447: initializer element is not constant
> | linalg/flapackmodule.c:502: initializer element is not constant
> | linalg/flapackmodule.c:557: initializer element is not constant
> | linalg/flapackmodule.c:616: initializer element is not constant
> `----

The usually solution to the above kind of errors is the following:

    http://www.python.org/doc/FAQ.html#3.24

> The respective code is 
> ,----[flapackmodule.c: 447]
> | PyObject *cb_cselect_in_cgees__user__routines_capi = Py_None;
> `----

Unfortunately, the above line does *not* seem to jib with this solution.

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]