[Zope-dev] zope CVS on cygwin (will sum)
Didier Georgieff
dgieff@divinerites.com
Sat, 30 Mar 2002 11:52:52 +0100
Hello,
1 - I'm trying to compile the latest Zope2 CVS fron today on cygwin.
2 - I've done all is described in ChrisMcD post :
http://zope.nipltd.com/public/lists/dev-archive.nsf/0a8715d5f3c7b6a3802568c1006328f7/eed6f36f4b5d05fd80256aea0038128e?OpenDocument&Highlight=0,cygwin
(get python 2.1.1, src, compiel with thread, create a fresh
FCNTL.py).
3 - When i do python wo_pcgi.py i get this error.
gcc -shared -Wl,--enable-auto-image-base ./zlib.o ./adler32.o ./compress.o ./cr
c32.o ./gzio.o ./uncompr.o ./deflate.o ./trees.o ./zutil.o ./inflate.o ./infbloc
k.o ./inftrees.o ./infcodes.o ./infutil.o ./inffast.o -L/usr/local/lib/python2.
1/config -lpython2.1 -o ./zlib.dll
make: *** No rule to make target `../Components/initgroups/initgroups.c', needed
by `initgroups.o'. Stop.
Traceback (most recent call last):
File "wo_pcgi.py", line 45, in ?
File "wo_pcgi.py", line 33, in main
File "/cygdrive/d/Zope/CVS-Files/Zope/inst/build_extensions.py", line 30, in ?
make('lib','python')
File "/cygdrive/d/Zope/CVS-Files/Zope/inst/do.py", line 63, in make
do('make')
File "/cygdrive/d/Zope/CVS-Files/Zope/inst/do.py", line 32, in do
if i and picky: raise SystemError, i
SystemError: 512
? is is due to a bas processing from my side ?
? is this due to a 2.1.1 python instead of 2.1.2 ?
? does the latest Z2 cvs needs some python patch ?
Any clue will be more than welcome.
When solved, I'll summarize that "Z2 cvs on cygwin" as a how-to.
Thanks a lot in advance.