-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
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
I am compiling node v0.12.7 on ubuntu 14.04 running in a VM. I want to have a windows executable
./configure --dest-cpu=x64 --dest-os=win
make
In file included from ../src/node_counters.h:28:0, from ../src/node.cc:31: ../src/node_win32_perfctr_provider.h:33:8: error: ‘HANDLE’ does not name a type extern HANDLE NodeCounterProvider; ^ ../src/node_win32_perfctr_provider.h: In function ‘bool node::NODE_COUNTER_ENABLED()’: ../src/node_win32_perfctr_provider.h:35:45: error: ‘NodeCounterProvider’ was not declared in this scope INLINE bool NODE_COUNTER_ENABLED() { return NodeCounterProvider != NULL; }
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.