[Zope] 2.5 won't compile with Python2.2 and OpenBSD 3.0

Robin S. Socha robin-dated-1012560580.883655@socha.net
Tue, 29 Jan 2002 05:54:45 -0500


Greetings.

Python 2.2 (#1, Dec 25 2001, 16:48:00)
[GCC 2.95.3 20010125 (prerelease)] on openbsd3

,----[ zope_error ]
| make: don't know how to make ././src/ISO_8859_1_Splitter.c. Stop in /opt1/home/robin/Compile/Zope/Zope-2.5.0-src/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter.
| Traceback (most recent call last):
|   File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/w_pcgi.py", line 39, in ?
|     if __name__=='__main__': main(sys.argv[0])
|   File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/w_pcgi.py", line 37, in main
|     import wo_pcgi; wo_pcgi.main(me)
|   File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/wo_pcgi.py", line 33, in main
|     import build_extensions
|   File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/build_extensions.py", line 38, in ?
|     make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter')
|   File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/do.py", line 63, in make
|     do('make')
|   File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/do.py", line 32, in do
|     if i and picky: raise SystemError, i
| SystemError: 512
| 
`----