-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Trying to compile on Cygwin64. Am I missing a dependency or something?
/home/me/git/node$ make
...sometime later
/usr/bin/python tools/gyp_node.py -f make
gyp: name 'MSVS_VERSION' is not defined while evaluating condition 'MSVS_VERSION < "2015"' in /home/me/git/node/deps/uv/uv.gyp
gyp: name 'MSVS_VERSION' is not defined while evaluating condition '(OS=="win" and MSVS_VERSION>="2012") or llvm_version>="3.3" or gas_version>="2.23"' in /home/me/git/node/deps/openssl/openssl.gyp
Makefile:53: recipe for target 'out/Makefile' failed
make: *** [out/Makefile] Error 1
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.