[Zope] Parsed XML build error
Tim Moore
tmoore@tembel.org
16 May 2001 20:51:36 +0000
I'm trying to build the Expat library as part of the ParsedXML product
install. This with Zope 2.3.2 on Linux. Here's what I run:
cd /usr/local/Zope-2.3.2/lib/python/Products/ParsedXML/Expat
/usr/local/Zope-2.3.2/bin/python setup.py
It seems to get through the confugure step ok, but then it fails
somewhere during make:
make -f ./Makefile.pre.in VPATH=. srcdir=. \
VERSION=$VERSION \
installdir=$installdir \
exec_installdir=$exec_installdir \
Makefile
make[1]: Entering directory `/usr/local/Zope-2.3.2/lib/python/Products/ParsedXML/Expat'
make[1]: *** No rule to make target `/usr/local/Zope-2.3.2/lib/python1.5/config/Makefile', needed by `sedscript'. Stop.
make[1]: Leaving directory `/usr/local/Zope-2.3.2/lib/python/Products/ParsedXML/Expat'
make: *** [boot] Error 2
Any clues? I thought this was supposed to be pretty straightforward
:-(
--
Tim Moore