ammintrin.h
My build breaks with the following error:
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h(26): fatal error C1083: Cannot open include file: 'ammintrin.h'
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 29 Dec, 2014 05:16 PM
What project/repo is that?
-Feodor
2 Posted by Andrey Kiryushk... on 29 Dec, 2014 05:21 PM
palm-kingdoms
--
Andrey Kiryushkin
Support Staff 3 Posted by Feodor Fitsner on 29 Dec, 2014 05:46 PM
OK, I see. It's a private project. What kind of project is that: node, C++?
4 Posted by Andrey Kiryushk... on 29 Dec, 2014 05:46 PM
A C++ project.
--
Andrey Kiryushkin
Support Staff 5 Posted by Feodor Fitsner on 29 Dec, 2014 05:50 PM
OK, thanks. Will take a look.
Support Staff 6 Posted by Feodor Fitsner on 29 Dec, 2014 08:54 PM
Hi Andrey,
It's been fixed.
7 Posted by Andrey Kiryushk... on 29 Dec, 2014 09:50 PM
Thank you, it works now.
However, I’m not able to build the project right now, because I need to prefetch some files from Dropbox before build (specifically a .rc file containing build number information from the build system and some more resource files) and after that I would like to put the resulting build into Dropbox. That’s why I’m asking - are you planning some cloud storage integration (namely Dropbox)? Implementing it via bash script commands would be a pain.
Thank you.
--
Andrey Kiryushkin
Support Staff 8 Posted by Feodor Fitsner on 30 Dec, 2014 08:48 PM
Why wouldn't you just put those dependencies into source control or some other storage like S3 or Azure Blob so you can easily access them from AppVeyor environment.
DropBox API requires OAuth which assumes web interaction. We could support DropBox as a target for pushing artifacts, but not for pulling dependencies.
9 Posted by Andrey Kiryushk... on 31 Dec, 2014 10:29 AM
Why not? You can write & read from DB using its API.
--
Andrey Kiryushkin
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:52 AM.