Failure to locate CTP_Nov2013
According to documentation this is supposed to be installed, but compiling with VS2013 and the CTP compiler specified I get the following error:
error MSB8020: The build tools for CTP_Nov2013 (Platform Toolset = 'CTP_Nov2013') cannot be found
Log here
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 14 May, 2016 11:10 PM
Hi Eric,
Could you please clarify what compiler is that?
2 Posted by Eric Voskuil on 14 May, 2016 11:39 PM
Hi Feodor,
The compiler is CTP_Nov2013:
<PlatformToolset>CTP_Nov2013</PlatformToolset>
And the version of VS is 2013 (these go together).
e
3 Posted by Eric Voskuil on 14 May, 2016 11:42 PM
See "C++11 CTP" here:
https://www.appveyor.com/docs/installed-software
and...
http://help.appveyor.com/discussions/suggestions/216-c11-support-visual-c-2013-ctp
Support Staff 4 Posted by Feodor Fitsner on 14 May, 2016 11:47 PM
Oh, that thing. Is it still needed with VS 2015?
5 Posted by Eric Voskuil on 14 May, 2016 11:59 PM
No, but it is required when building with VS2013.
Support Staff 6 Posted by Feodor Fitsner on 15 May, 2016 01:48 AM
Hm, it doesn't let me to install that CTP with "Cannot install a product when a newer version is installed." error.
You may take a look via RDP to build worker (http://www.appveyor.com/docs/how-to/rdp-to-build-worker) in case notice something weird.
Support Staff 7 Posted by Feodor Fitsner on 15 May, 2016 01:48 AM
I was trying to install https://www.microsoft.com/en-us/download/details.aspx?id=41151 to both
Visual Studio 2013
andVisual Studio 2015
images.8 Posted by Eric Voskuil on 15 May, 2016 02:26 AM
http://stackoverflow.com/questions/33077973/visual-c-compiler-nov-2013-ctp-suddenly-gone
9 Posted by Eric Voskuil on 15 May, 2016 02:28 AM
Did you install it to the `VS 2013` image without `VS 2015` installed on the same image?
Support Staff 10 Posted by Feodor Fitsner on 15 May, 2016 02:29 AM
Tried to both: without and with 2015.
Support Staff 11 Posted by Feodor Fitsner on 16 May, 2016 02:40 AM
I see, looks like it worked.
However, I'd like to avoid messing with VC++ 2013 redists on build worker images - it could break many things.
You may install that CTP during the build using this PowerShell script: https://github.com/appveyor/ci/issues/807#issue-154884496 - it takes seconds to install
12 Posted by Eric Voskuil on 16 May, 2016 09:34 AM
Thanks Feodor, I'll give it a shot!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:06 AM.