← Back to team overview

bzr-windows team mailing list archive

Re: Windows x64 Installer

 

Thanks to everyone who has offered help and suggestions.

The last thing I remember is that for the 32-bit Windows build of python
2.6, "python setup.py install" fails when building _static_tuple.c because
it cannot find the _static_tuple.h file, even when distutils.cfg has
something like

[build-ext]
include-dirs = <path-to-bzrlib>  # path in the bzr source tree containing
_static_tuple.*

I know I've built bzr before, but that was a couple years ago, with earlier
versions of python and bzrlib.  I'm not even going to attempt to figure out
x64 until I have a stable 32bit build.

I am flying to an overseas customer site next week and did not have time to
work on "bzr-for-win64" this week and I don't know when I will.  The build
system is just clever enough that stolen time is not enough.  :(

Thanks,
~M

References