From: Charlie M. <cw...@gm...> - 2006-09-05 12:00:29
|
I also get a compile error when trying to build against the win32-py2.4 release. src\_na_nxutils.c(213) : error C2275: 'PyObject' : illegal use of this type as an expression c:\Python24\include\object.h(104) : see declaration of 'PyObject' src\_na_nxutils.c(213) : error C2065: 'ret' : undeclared identifier src\_na_nxutils.c(215) : warning C4047: 'return' : 'PyObject *' differs in levels of indirection from 'int' Do we need to modify our use of the c-api at all? - Charlie On 9/5/06, Boyd Waters <bw...@nr...> wrote: > Very sorry: here is the initial error: > numpy/core/src/arrayobject.c:564: error: 'op' undeclared (first use > in this function) > > > On Sep 5, 2006, at 12:01 AM, Boyd Waters wrote: > > > 1.0b5 > > Fails to compile? > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > > > |