From 8c756c0802725c9a1cca5f565dae3511c3ccffd2 Mon Sep 17 00:00:00 2001 From: Antti Ahti Date: Thu, 28 Jan 2016 12:28:31 +0200 Subject: [PATCH] Add required compiler versions in the error msg Save the users a Google search and tell them what compiler version they need. See: https://github.com/nodejs/nan/issues/448 --- nan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nan.h b/nan.h index 2bbdb47d..cb9a60e4 100644 --- a/nan.h +++ b/nan.h @@ -38,7 +38,7 @@ #endif #if NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION && !NAN_HAS_CPLUSPLUS_11 -# error This version of node/NAN/v8 requires a C++11 compiler +# error This version of node/NAN/v8 requires a C++11 compiler (at least g++ 4.8 or clang++ 3.4) #endif #include