[Zope] Sybasedav2

Pedro Vega pvega@clientes.euskaltel.es
Fri, 31 Mar 2000 19:29:36 +0200


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.