Add required compiler versions in the error msg#536
Add required compiler versions in the error msg#536apaatsio wants to merge 1 commit intonodejs:mainfrom
Conversation
Save the users a Google search and tell them what compiler version they need. See: nodejs#448
|
This would need an MSVC version too for completeness |
|
I do not like it. Listing versions explicitly is too much detail. There can The code which produces the error message mostly relies on feature detection, On Thursday 28 January 2016 02:29:44 Antti Ahti wrote:
|
|
Yeah, it's a trade-off between "more useful error message for most users" and "not so useful but accurate error message" |
|
Clang 3.3 has full C++11 support already, but Nan probably can be compiled with Clang 3.1 since patches 3.2 and 3.3 are not very used (source) |
|
I'm with @kkoopa on this. We (try to) point the user in a clear direction. Maintaining a list of working compilers is beyond our scope. |
Save the users a Google search and tell them what compiler version they need.
See: #448