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
DCOracle is not for windows, only for unix. use the ODBC mechanism for windows instead. 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 )
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 )
Thanks, but I could not find any VC project file to compile DCOracle. I have given up on DCOracle and am using ZODB now. Thanks, anyway. Shalabh ----- Original Message ----- From: Arpad Kiss <sekter@matavnet.hu> To: Jens Vagelpohl <tommymi@concentric.net> Cc: Shalabh Chaturvedi <shalabh@pspl.co.in>; zope <Zope@zope.org> Sent: Wednesday, November 24, 1999 1:16 AM Subject: Re: [Zope] DCOracle win32 problem | 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 )
participants (3)
-
Arpad Kiss -
Jens Vagelpohl -
Shalabh Chaturvedi