Is what you're doing working? If so, keep doing it. If not, do what I suggested in my resposne to your original email. python.exe "%SRC_DIR%\inst\configure.py" --prefix="%TARGET_DIR%" nmake build nmake install - C On Fri, 2003-08-29 at 07:11, Chris Withers wrote:
Chris McDonough wrote:
See Packages/WinBuilders in CVS as well.
On Thu, 2003-08-28 at 17:01, Andy McKay wrote:
envvars). Neither works anymore. Installation is either via rpm, executable, or via "configure; make; make install".
What's the equivalent of this for Windows?
Using cygwin and visual studio
configure; make; make install
works just fine :) Or using setup.py will get most of the important stuff done.
Hmmm... I'm mainly looking at this from the autotester point of view.
I was trying:
configure make make install
...on Windows, but was getting these problems: http://mail.zope.org/pipermail/zope-coders/2003-July/003905.html
Chris said that what you suggested was 'wrong', but that's maybe because I'm not using cygwin: http://mail.zope.org/pipermail/zope-coders/2003-July/003909.html
I'm currently using:
python setup.py build_ext -i
Is this the right thing to do? What should I be doing?
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )