Re: The build command exited with code -1

Stefan Küng <[email protected]>
Newsgroups gmane.comp.version-control.subversion.tortoisesvn.devel
Message-ID <[email protected]>
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: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.