[XML-SIG] Building xmldist
Randall Hopper
aa8vb@yahoo.com
Wed, 8 Dec 1999 17:07:39 -0500
Per instructions, I grabbed:
http://starship.python.net/crew/da/xmldists/xml_08_12_99.tar.gz
Then:
cd xml/extensions (presumed; Makefile.pre.in is here)
make -f Makefile.pre.in boot
make
Finally:
make install
ERROR>> gmake: *** No rule to make target `install'. Stop.
libinstall looked like the only likely makefile target, so:
make libinstall
...
Creating directory ...
Creating directory ...
for i in `find *.py arch dom marshal ... -name '*.py' -print` ; do \
...
fi; \
done
Cannot stat *.py
No such file or directory
Cannot stat arch
No such file or directory
Cannot stat dom
No such file or directory
Cannot stat marshal
No such file or directory
...
gmake: *** [libinstall] Error 2
Any suggestions?
Randall