On Tue, 15 Mar 2016 at 08:33 Gilberto Valentin <[email protected]> wrote:
> ../node_modules/nan/nan.h:41:3: error: #error This version of node/NAN/v8 >>> requires a C++11 compiler >> >> In file included from >>> /usr/local/lib/node_modules/local-npm/node_modules/pouchdb/node_modules/leveldown/.node-gyp/4.4.0/include/node/node.h:42, >> >> >>> When I look at my gcc packages, I seem to have what I need for this > install/build to run correctly: > > rpm -qa | grep "gcc-c++" > > gcc-c++-4.4.7-16.el6.x86_64 > > devtoolset-1.1-gcc-c++-4.7.2-5.el6.x86_64 > > > Any thoughts? > You need gcc 4.8 or newer to build binary addons for node 4.x and above. ~Ryan -- ~Ryan -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAGjmZGxsKzkVR4jZXgP2Q4GbkbdhOaQBC7xPGfcDvjxp%3DHNpPw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
