← Back to team overview

bzr-windows team mailing list archive

tortoise bzr build error

 

I have small progress re building windows installer.

Build is very slooooow, but the worst part is the fact that I have to wipe out any build results if there is at least one error occured.

Right now I've managed to reach the point where TortoiseBzr build failed:

copying tbzrlib\__init__.py -> build\lib\tbzrlib 21:17
creating build\lib\tbzrcommands
copying tbzrcommands\cmd_about.py -> build\lib\tbzrcommands
copying tbzrcommands\cmd_help.py -> build\lib\tbzrcommands
copying tbzrcommands\cmd_ignore.py -> build\lib\tbzrcommands
copying tbzrcommands\cmd_refresh.py -> build\lib\tbzrcommands
copying tbzrcommands\cmd_remove.py -> build\lib\tbzrcommands
copying tbzrcommands\cmd_settings.py -> build\lib\tbzrcommands
copying tbzrcommands\contextmenuprefs.py -> build\lib\tbzrcommands
copying tbzrcommands\prefwidgets.py -> build\lib\tbzrcommands
copying tbzrcommands\__init__.py -> build\lib\tbzrcommands
running build_ui
compiling tbzrcommands/ui/about.ui -> tbzrcommands/ui/about.py
compiling tbzrcommands/ui/settings.ui -> tbzrcommands/ui/settings.py
running build_res
running build_docs
generating doc\architecture.txt -> doc\architecture.html
generating doc\index.txt -> doc\index.html
generating doc\intro.txt -> doc\intro.html
generating doc\preferences.txt -> doc\preferences.html
running build_shellext
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild.exe /nologo shellext\tbzrshellext.vcproj /p:Configuration="Release";Platfo
rm="Win32"
Build started 20.05.2011 21:08:27.
__________________________________________________
Project "C:\work\Bazaar\win32-installer\installers\build-win32\tortoisebzr\bzr-dev\shellext\tbzrshellext.vcproj" (default target
s):

Target Build:

C:\work\Bazaar\win32-installer\installers\build-win32\tortoisebzr\bzr-dev\shellext\tbzrshellext.vcproj : warning MSB4098: MS Build is invoking VCBuild to build this project. Project-to-project references between VC++ projects (.VCPROJ) and C#/VB/VJ# pro jects (.CSPROJ, .VBPROJ, .VJSPROJ) are not supported by the command-line build systems when building stand-alone VC++ projects. Projects that contain such project-to-project references will fail to build. Please build the solution file containing this proj
ect instead.

C:\work\Bazaar\win32-installer\installers\build-win32\tortoisebzr\bzr-dev\shellext\tbzrshellext.vcproj : error MSB3428: Coul d not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visu al Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.
Done building target "Build" in project "tbzrshellext.vcproj" -- FAILED.

Done building project "tbzrshellext.vcproj" -- FAILED.

Build FAILED.
C:\work\Bazaar\win32-installer\installers\build-win32\tortoisebzr\bzr-dev\shellext\tbzrshellext.vcproj : warning MSB4098: MSBuil d is invoking VCBuild to build this project. Project-to-project references between VC++ projects (.VCPROJ) and C#/VB/VJ# project s (.CSPROJ, .VBPROJ, .VJSPROJ) are not supported by the command-line build systems when building stand-alone VC++ projects. Proj ects that contain such project-to-project references will fail to build. Please build the solution file containing this project
instead.
C:\work\Bazaar\win32-installer\installers\build-win32\tortoisebzr\bzr-dev\shellext\tbzrshellext.vcproj : error MSB3428: Could no t load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual S tudio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.
    1 Warning(s)
    1 Error(s)

Time Elapsed 00:00:01.59
error: command 'msbuild' failed with exit status 1


Do you have any ideas why it's failing and what I'm missing?

PS: look on my console when this error occurs, see attached image. Nice :-)

--
All the dude wanted was his rug back

PNG image


Follow ups