[Zope] Compile error during installation of 2.1.1

Milos Prudek prudemil@nembv.cz
Mon, 20 Dec 1999 12:50:37 +0100


This is a multi-part message in MIME format.
--------------2A31C4A47677B3C460D704BC
Content-Type: text/plain; charset=iso-8859-2
Content-Transfer-Encoding: 7bit

I get the following error when I run python w_pcgi.py

--
Milos Prudek
--------------2A31C4A47677B3C460D704BC
Content-Type: text/plain; charset=iso-8859-2;
 name="compile_error"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="compile_error"

gcc -fPIC  -I../Components/zlib -g -O2 -I/usr/include/python1.5 -I/usr/include/python1.5 -DHAVE_CONFIG_H -c ./../Components/zlib/infblock.c
./../Components/zlib/infblock.c: In function `inflate_blocks':
./../Components/zlib/infblock.c:195: parse error before `9'
make: *** [infblock.o] Error 1
Traceback (innermost last):
  File "/usr/src/Zope-2.1.1-src/w_pcgi.py", line 111, in ?
    if __name__=='__main__': main(sys.argv[0])
  File "/usr/src/Zope-2.1.1-src/w_pcgi.py", line 109, in main
    import wo_pcgi; wo_pcgi.main(me)
  File "/usr/src/Zope-2.1.1-src/wo_pcgi.py", line 104, in main
    import build_extensions
  File "/usr/src/Zope-2.1.1-src/inst/build_extensions.py", line 96, in ?
    make('lib','python')
  File "/usr/src/Zope-2.1.1-src/inst/do.py", line 135, in make
    do('make')
  File "/usr/src/Zope-2.1.1-src/inst/do.py", line 104, in do
    if i and picky: raise SystemError, i
SystemError: 512
[root@bsdbv Zope-2.1.1-src]#  


--------------2A31C4A47677B3C460D704BC--