<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Hi all,</div><div> I'm trying to rebuild the current v2.6 bazaar windows package with the documents 'dependencies.txt' and 'README.txt' from : http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk/</div><div>I'm running Python v2.6 on Windows7x64.</div><div> </div><div>Most of the process pass but fails on the TortoiseBZR build (MSBUILD).</div><div><br></div><div>I tried to investigate where it fails, by running manually each step of the TortoiseBZR build.</div><div>* python.exe setup.py build_ui : OK</div><div>* python.exe setup.py build_res : OK</div><div>* python.exe setup.py build_docs : FAILED!</div><div>    ImportError: No module named bzrlib</div><div>* python.exe setup.py build_shellext : FAILED!</div><div>    vcbuild.exe : error VCBLD0004: Project does not contain a configuration called 'Release|x64'.</div><div><br></div><div>So, I end up with errors on the 2 tasks build_docs and build_shellext.</div><div>* build_docs : I have no idea about this 'bzrlib' missing ... A folder exists in 'bzr-windows-installers\build-win32\releases\bzr-2.6\bzrlib'</div><div>* build_shellext: This project compile under 'Release|x32' configuration, but fails with x64.</div><div> I tried compiling with MSBUILD .NET framework V2 and V4, it still fails.</div><div> </div><div> I the doc, it is mention that WINDOWS SDK must be installed, thing I've done. It's hard to understand what is the issue here, I will need to continue the debug.</div><div> Have an idea on the next steps to finish the build ? </div><div> </div><div>-------------------------------------------------------</div><div>### Building TortoiseBZR ###</div><div>Changing directory to bzr-windows-installers\build-win32/tortoisebzr/bzr-2.6</div><div>Running c:\Python26\python.exe setup.py build ...</div><div>error: command 'msbuild' failed with exit status 1</div><div>---------------------------------------------------------- </div><div> </div><div><br></div>                                    </div></body>
</html>