From: Frank C. <fr...@qf...> - 2006-08-24 15:36:44
|
Thanks Travis - that did the trick. Is this an issue specifically with mingw and Windows? - Frank Travis Oliphant wrote: > Travis Oliphant wrote: > >> Frank Conradie wrote: >> >> >>> Hi Sven and Jordan >>> >>> I wish to add my name to this list ;-) I just got the same error >>> trying to compile for Python 2.3 with latest candidate mingw32, >>> following the instructions at >>> http://www.scipy.org/Installing_SciPy/Windows . >>> >>> Hopefully someone can shed some light on this error - what I've been >>> able to find on the net explains something about C not allowing >>> dynamic initializing of global variables, whereas C++ does...? >>> >>> >>> >> Edit line 690 of ndarrayobject.h to read >> >> #define NPY_USE_PYMEM 0 >> >> Hopefully that should fix the error. >> >> > > You will also have to alter line 11189 so that > > _Py_HashPointer is replaced by 0 or NULL > > > > > ------------------------------------------------------------------------- > 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 > _______________________________________________ > Numpy-discussion mailing list > Num...@li... > https://lists.sourceforge.net/lists/listinfo/numpy-discussion > > |