[Zope] DCOracle win32 problem

Arpad Kiss sekter@matavnet.hu
Tue, 23 Nov 1999 20:46:13 +0100


Jens Vagelpohl wrote:
> 
> DCOracle is not for windows, only for unix. use the ODBC mechanism for
> windows instead.

Well, DCOracle is for windows too, only that compilation process for
unices only.
I have succesfully built DCOracle on Windows NT Workstation. 
In the Python source distribution there is a sample VC++ project file.
You should use that to make a project file for DCOracle.

Arpad Kiss

> 
> jens
> 
> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
> Shalabh Chaturvedi
> Sent: Tuesday, November 23, 1999 12:37 PM
> To: zope
> Subject: [Zope] DCOracle win32 problem
> 
> I can't compile the DCOracle extension on win32. In face I can't even
> produce the Makefile.
> 
> This is what happens:-
> 
> N:...>make -f makefile.pre.in boot PYTHON=python
> rm -f *.o *~
> make: /bin/sh: Command not found
> make: [clean] Error 127 (ignored)
> rm -f *.a tags TAGS config.c Makefile.pre python sedscript
> make: /bin/sh: Command not found
> make: [clobber] Error 127 (ignored)
> rm -f *.so *.sl so_locations
> make: /bin/sh: Command not found
> make: [clobber] Error 127 (ignored)
> 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: /bin/sh: Command not found
> make: *** [boot] Error 127
> 
> Isn't makefile.pre.in supposed to be 'platform independent' ? Why do I
> see /bin/sh and all the other unix stuff ?
> 
> I apologize if this is the wrong list for this - please point me.
> 
> Thanks,
> Shalabh
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
>           No cross posts or HTML encoding!
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
>           No cross posts or HTML encoding!
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )