[Zope] Compile - Systemerror 512
Dieter Maurer
dieter@handshake.de
Sun, 16 Sep 2001 22:48:13 +0200 (CEST)
Jan-Eric Lindh writes:
> I can't compile Zope on my computer. I run Suse 7.2.
>
> I have tried ver. 2.4.0 and 2.4.1 and the same fault in both:
>
> File "wo_pcgi.py", line 117, in ?
> File "wo_pcgi.py", line 105, in main
> File "/usr/local/Zope-2.4.1-src/inst/build_extensions.py", line 102, in ?
> make ('lib','python')
> File "/usr/local/Zope-2.4.1-src/inst/do.py", line 135, in make
> do ('make')
> File "/usr/local/Zope-2.4.1-src/inst/do.py", line 104, in do
> if i and picky: raise SystemError, i
> SystemError: 512
SystemError 512 means that some external program returned with
"exit(2)".
Are you sure, you have "make" and a C development system
installed in you system?
Dieter