ammintrin.h

Andrey Kiryushkin's Avatar

Andrey Kiryushkin

29 Dec, 2014 04:58 PM

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'

  1. Support Staff 1 Posted by Feodor Fitsner on 29 Dec, 2014 05:16 PM

    Feodor Fitsner's Avatar

    What project/repo is that?

    -Feodor

  2. 2 Posted by Andrey Kiryushk... on 29 Dec, 2014 05:21 PM

    Andrey Kiryushkin's Avatar

    palm-kingdoms

    -- 
    Andrey Kiryushkin

  3. Support Staff 3 Posted by Feodor Fitsner on 29 Dec, 2014 05:46 PM

    Feodor Fitsner's Avatar

    OK, I see. It's a private project. What kind of project is that: node, C++?

  4. 4 Posted by Andrey Kiryushk... on 29 Dec, 2014 05:46 PM

    Andrey Kiryushkin's Avatar

    A C++ project. 

    -- 
    Andrey Kiryushkin

  5. Support Staff 5 Posted by Feodor Fitsner on 29 Dec, 2014 05:50 PM

    Feodor Fitsner's Avatar

    OK, thanks. Will take a look.

  6. Support Staff 6 Posted by Feodor Fitsner on 29 Dec, 2014 08:54 PM

    Feodor Fitsner's Avatar

    Hi Andrey,

    It's been fixed.

  7. 7 Posted by Andrey Kiryushk... on 29 Dec, 2014 09:50 PM

    Andrey Kiryushkin's Avatar

    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

  8. Support Staff 8 Posted by Feodor Fitsner on 30 Dec, 2014 08:48 PM

    Feodor Fitsner's Avatar

    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. 9 Posted by Andrey Kiryushk... on 31 Dec, 2014 10:29 AM

    Andrey Kiryushkin's Avatar

    Why not? You can write & read from DB using its API.
    -- 
    Andrey Kiryushkin

  10. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:52 AM.

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