[SciPy-dev] xplt breaking win32 nightly

Travis N. Vaught travis at enthought.com
Tue Mar 11 10:06:12 EST 2003


Here's the traceback I get, any ideas?  I'm not sure where to start...

C:\temp\2.1\scipy>c:\python21\python.exe setup.py
%%%%%%%%%%%%%%%%%%%%%%%
1
%%%%%%%%%%%%%%%%%%%%%%%
***********************************************
C:\temp\2.1\scipy\Lib\xplt
***********************************************
x11_info:
  NOT AVAILABLE

running config
  ============= begin top level configuration =============
compiling '_configtest.c':
/* check whether libm is broken */
#include <math.h>
int main(int argc, char *argv[])
{
  return exp(-720.) > 1.0;  /* typically an IEEE denormal */
}
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -c _configtest.c -o
_configtest.
o
c:\mingw\bin\gcc.exe -mno-cygwin -s _configtest.o -lm -o _configtest.exe
success!
removing: _configtest.c _configtest.o _configtest.exe
compiling '_configtest.c':
/* check whether libm is broken */
#include <math.h>
int main(int argc, char *argv[])
{
  return exp(-720.) > 1.0;  /* typically an IEEE denormal */
}
c:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -c _configtest.c -o
_configtest.
o
c:\mingw\bin\gcc.exe -mno-cygwin -s _configtest.o -lm -o _configtest.exe
Traceback (most recent call last):
  File "setup.py", line 44, in ?
  File "setup_xplt.py", line 865, in ?
    setup(**configuration())
  File "scipy_core\scipy_distutils\core.py", line 42, in setup
  File "c:\Python21\lib\distutils\core.py", line 138, in setup
    dist.run_commands()
  File "c:\Python21\lib\distutils\dist.py", line 899, in run_commands
    self.run_command(cmd)
  File "c:\Python21\lib\distutils\dist.py", line 919, in run_command
    cmd_obj.run()
  File "setup_xplt.py", line 69, in run
    self.config_toplevel()
  File "setup_xplt.py", line 90, in config_toplevel
    if not self.try_run(testcode,libraries=[self.mathlib]):
  File "c:\Python21\lib\distutils\command\config.py", line 277, in
try_run
    self.spawn([exe])
NameError: global name 'exe' is not defined

........................
Travis N. Vaught
Enthought, Inc.
(512)536-1057
http://www.enthought.com
........................






More information about the SciPy-Dev mailing list