[Zope] Sybasedav2 (correction to the original message)
Pedro Vega
pvega@clientes.euskaltel.es
Sun, 02 Apr 2000 15:36:47 +0200
Hi all, this is a correction to the original message.
Hung told me :
>I don't know why you call it an error message.
>That is why I asked you to provide the error message. :)
>If you have an error message, please provide it. If not,
>please don't call something an error message when it is NOT."""
In order to show you the error I redirected the make output to a file
and then copy/paste to the message body.I don't knew with ">" the errors
are not printed, now I know it. Below is the error not printed in the
original message:
make[1]: *** No rule to make target
`/usr/lib/python1.5/config/Makefile', needed by `sedscript'. Stop.
make: *** [boot] Error 2
Thanks to all and sorry for my ignorance.
Pedro Vega
>Hi all.
>I'm trying to build Sybasedav2 but i get one error building the
>Makefile; below is the output of make :
>rm -f *.o *~
>rm -f *.a tags TAGS config.c Makefile.pre python sedscript
>rm -f *.so *.sl so_locations
>VERSION=`python -c "import sys; print sys.version[:3]"`; \
>installdir=`python -c "import sys; print sys.prefix"`; \
>exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \
>make -f ./Makefile.pre.in VPATH=. srcdir=. \
> VERSION=$VERSION \
> installdir=$installdir \
> exec_installdir=$exec_installdir \
> Makefile
>make[1]: Entering directory
>`/usr/local/Zope-2.1.6-linux2-x86/lib/python/Products/SybaseDAv2/src'
>make[1]: Leaving directory
>`/usr/local/Zope-2.1.6-linux2-x86/lib/python/Products/SybaseDAv2/src'
>Thanks in advance and sorry for my terrible english.
>Pedro Vega.