Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Failing to build on Windows #28

Closed
davidcroda opened this issue Jun 1, 2014 · 3 comments
Closed

Failing to build on Windows #28

davidcroda opened this issue Jun 1, 2014 · 3 comments
Labels

Comments

@davidcroda
Copy link

This is failing to build for me from npm. I am using windows sdk 7.1 and visual studio 2012. During the compilation, it fails at:

Release\obj\libgit2\git2.res : fatal error LNK1123: failure during conversion t

o COFF: file invalid or corrupt [D:\src\node\atom\node_modules\git-utils\build
libgit2.vcxproj]

Here is the full output from the console: https://gist.github.com/davidcroda/0a92854506cd337ab814

And here is the npm-debug.log: https://gist.github.com/davidcroda/8bc792c4da7f3b84760d

@thunderace
Copy link

remove the line 'deps/libgit2/src/win32/git2.rc',
from binding.gyp.

@iiegor
Copy link

iiegor commented Mar 14, 2015

Solution that worked for me: electron/electron#306 (comment)

@kevinsawicki
Copy link
Contributor

I think this is resolvable via https://support.microsoft.com/en-us/kb/2757355 and the other details in electron/electron#306 (comment), closing this out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants