[SciPy-user] Still trying to compile on WinXP

Gary Pajer pajer at iname.com
Sun Dec 28 11:48:31 EST 2003


My pet project continues.
Latest cvs.

I don't get very far.  with
python setup.py build --compiler=mingw32

I get the following.  Something's not being found, but I haven't been able
to figure out what.

TIA for any help,
-gary

----------------------------------------------------------------------------
---------
SciPy Core Version 0.2.1_alpha_21.1020
running build
running build_py
package init file 'C:\Documents and Settings\Gary Pajer\My
Documents\cvs\scipy\s
cipy_core\scipy_base\tests\__init__.py' not found (or not a regular file)
package init file 'C:\Documents and Settings\Gary Pajer\My
Documents\cvs\scipy\s
cipy_core\scipy_base\tests\__init__.py' not found (or not a regular file)
running build_ext
building 'scipy_base.fastumath' extension
writing c:\documents and settings\gary pajer\my
documents\cvs\scipy\scipy_core\s
cipy_base\fastumath.def
C:\PYTHON23\Enthought\MingW\bin\gcc.exe -mno-cygwin -shared -s "c:\documents
and
 settings\gary pajer\my
documents\cvs\scipy\scipy_core\scipy_base\fastumathmodul
e.o" "c:\documents and settings\gary pajer\my
documents\cvs\scipy\scipy_core\sci
py_base\isnan.o" "c:\documents and settings\gary pajer\my
documents\cvs\scipy\sc
ipy_core\scipy_base\fastumath.def" -LC:\PYTHON23\libs -LC:\PYTHON23\PCBuild 
-lpy
thon23 -o build\lib.win32-2.3\scipy_base\fastumath.pyd
c:\documents and settings\gary pajer\my
documents\cvs\scipy\scipy_core\scipy_bas
e\fastumathmodule.o(.text+0x15b2):fastumathmodule.c: undefined reference to
`_im
p__PyExc_ValueError'

[a dozen or so similar errors removed ...]

error: command 'gcc' failed with exit status 1
Traceback (most recent call last):
  File "setup.py", line 127, in ?
    setup_package(ignore_packages)
  File "setup.py", line 77, in setup_package
    assert not s,'failed on scipy_core'
AssertionError: failed on scipy_core
----------------------------------------------------------------------------
-------------



More information about the SciPy-User mailing list