- Compilation problems...
I have successfully managed to compile Zope under SunOS, but I recently tried under FreeBSD, and got the following problem: make -f ./Makefile.pre.in VPATH=. srcdir=. \ VERSION=$VERSION \ installdir=$installdir \ exec_installdir=$exec_installdir \ Makefile make[1]: Entering directory `/amd/vier/home/stud/f/mlh/zope/lib/python' make[1]: *** No rule to make target `/home/stud/f/mlh/zope/Python-1.5.1//lib/python1.5/config/Makefile', needed by `sedscript'. Stop. make[1]: Leaving directory `/amd/vier/home/stud/f/mlh/zope/lib/python' make: *** [boot] Error 2 Traceback (innermost last): File "wo_pcgi.py", line 112, in ? File "/amd/vier/home/stud/f/mlh/zope/build_extensions.py", line 108, in ? make('lib','python') File "/amd/vier/home/stud/f/mlh/zope/do.py", line 117, in make do('make -f Makefile.pre.in boot PYTHON=%s' % sys.executable) File "/amd/vier/home/stud/f/mlh/zope/do.py", line 109, in do if i and picky: raise SystemError, i SystemError: 512 (Using Python 1.5.1 and Zope 1.9) Any ideas? I ran wo_pcgi.py with the full path of the executable... -- Magnus Lie Hetland www.pvv.org/arcadia <arcadia@pvv.org>
participants (1)
-
Magnus Lie Hetland