Uh oh!
There was an error while loading. Please reload this page.
Add required compiler versions in the error msg - #536
Conversation
Save the users a Google search and tell them what compiler version they need. See: nodejs#448
rvagg
commented
Jan 28, 2016
This would need an MSVC version too for completeness |
kkoopa
commented
Jan 28, 2016
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:
|
apaatsio
commented
Jan 28, 2016
Yeah, it's a trade-off between "more useful error message for most users" and "not so useful but accurate error message" |
ranisalt
commented
Feb 28, 2016
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) |
agnat
commented
Oct 15, 2016
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