[SciPy-user] New implementation for gui_thread

Stephen Walton stephen.walton at csun.edu
Fri Oct 10 23:39:28 EDT 2003


On Thu, 2003-10-09 at 18:39, Pearu Peterson wrote:

> # update scipy from CVS

Well, I tried, and now scipy won't build on RedHat 8.  The specific
error is from SWIG, where I have version 1.1 installed from the RedHat
provided RPM.  The error message log is attached.

(I may not have noticed before, but has SWIG always been required for a
build from source?)

-- 
Stephen Walton <stephen.walton at csun.edu>
Dept. of Physics & Astronomy, Cal State Northridge
-------------- next part --------------
Script started on Fri Oct 10 20:38:26 2003
sunspot:~/src/scipy> python setup.py build
### Little Endian detected ####
building agg swig:
swig -c++ -python -shadow -I/home/swalton/src/scipy/Lib_chaco/agg2/include agg.i
Generating wrappers for Python
/home/swalton/src/scipy/Lib_chaco/agg2/include/agg_basics.h : Line 27. Syntax error in input.
/home/swalton/src/scipy/Lib_chaco/agg2/include/agg_basics.h : Line 29. Syntax error in input.
/home/swalton/src/scipy/Lib_chaco/agg2/include/agg_basics.h : Line 139. Syntax error in input.
constants.i : Line 35. Syntax error in input.
constants.i : Line 36. Syntax error in input.
constants.i : Line 37. Syntax error in input.
constants.i : Line 38. Syntax error in input.
constants.i : Line 39. Syntax error in input.
constants.i : Line 41. Syntax error in input.
constants.i : Line 51. Syntax error in input.
constants.i : Line 71. Syntax error in input.
constants.i : Line 84. Syntax error in input.
constants.i : Line 94. Syntax error in input.
constants.i : Line 103. Syntax error in input.
constants.i : Line 113. Syntax error in input.
constants.i : Line 133. Syntax error in input.
constants.i : Line 145. Syntax error in input.
/home/swalton/src/scipy/Lib_chaco/agg2/include/agg_basics.h : Line 62. Constructor new_rect multiply defined (2nd definition ignored).
/home/swalton/src/scipy/Lib_chaco/agg2/include/agg_basics.h : EOF.  Missing #endif detected.
Traceback (most recent call last):
  File "setup.py", line 111, in ?
    setup_package()
  File "setup.py", line 90, in setup_package
    config_list += map(get_separate_package_config,separate_packages)
  File "setup.py", line 74, in get_separate_package_config
    return get_package_config(name,'')
  File "setup.py", line 68, in get_package_config
    config = mod.configuration(parent)
  File "Lib_chaco/kiva/setup_kiva.py", line 60, in configuration
    config_list.append(get_package_config('agg','kiva'))    
  File "Lib_chaco/kiva/setup_kiva.py", line 37, in get_package_config
    config = mod.configuration(parent)
  File "/home/swalton/src/scipy/Lib_chaco/kiva/agg/setup_agg.py", line 11, in configuration
    return setup_swig_agg.configuration(parent_package)
  File "/home/swalton/src/scipy/Lib_chaco/kiva/agg/swig_src/setup_swig_agg.py", line 38, in configuration
    assert (not res), "agg swig step failed"
AssertionError: agg swig step failed
sunspot:~/src/scipy> exit
Script done on Fri Oct 10 20:38:32 2003


More information about the SciPy-User mailing list