[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: The build command exited with code -1

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 21 Jan 2016 18:37:28 +0100

On 21.01.2016 02:48, Sara M wrote:
> I'm integrating new features into TortoiseSVN and I'm getting these build errors:
>
>
> Error MSB3073 The command "..\bin\Release\bin\ResText extract ..\bin\Release\bin\TortoiseProcLang.dll*..\src\TortoiseProc\resource.h*..\src\TortoiseShell\resource.h*"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include\afxres.h" ..\bin\Release\bin\TortoiseMergeLang.dll*..\src\TortoiseMerge\resource.h*"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include\afxres.h" ..\bin\Release\bin\TortoiseBlameLang.dll*..\src\TortoiseBlame\resource.h ..\bin\Release\bin\TortoiseIDiffLang.dll*..\src\TortoiseIDiff\resource.h -useheaderfile TortoiseUIPotHeader.txt TortoiseUI.pot
> :VCEnd" exited with code -1. TortoiseLang C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets 133
>
> Where
>
> <Target Name="PostBuildEvent" Condition="'$(PostBuildEventUseInBuild)'!='false'">
> <Message Text="Description: %(PostBuildEvent.Message)" Condition="'%(PostBuildEvent.Message)' != '' and '%(PostBuildEvent.Command)' != ''"/>
> <Exec Command="%(PostBuildEvent.Command)$(_BuildSuffix)" Condition="'%(PostBuildEvent.Command)' != ''"/>
> </Target>
>
> The error is thrown for the line with Exec Command.
>
> I'm not entirely sure what the exit code above is trying to say? Did I miss something?

It's not SubWCRev that's returning this error code: SubWCRev only
returns error codes that are > 0. So I'm not sure what's the problem here.
Unless of course you haven't built SubWCRev yet, then MSBuild returns
with an error itself because it can't find the exe to run.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3156447
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-01-21 18:36:52 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.