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

The build command exited with code -1

From: Sara M <smorsi27_at_gmail.com>
Date: Wed, 20 Jan 2016 17:48:58 -0800 (PST)

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?

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3156358

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-01-21 14:05:58 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.