Skip to content

installation problem #1173

Description

@edwardsmarkf

hello -

i HOPE this is the correct forum and apologize in advance if it is not. i am interested in trying out io,js on my centOS box. i ran into the following installation issue (below). node.js seemed to install without any issues. i tried both the following:

wget https://iojs.org/download/nightly/v1.5.2-nightly20150313056ed4b0c9/iojs-v1.5.2-nightly20150313056ed4b0c9.tar.gz; configure && make ;

wget https://github.com/iojs/io.js/archive/v1.x.zip ; configure && make ;

(git clone was giving me some odd "forbidden message" so i used the old fashioned way.

here is my installation issue:

g++ '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -m64 -fno-strict-aliasing -m64 -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/iojs/iojs/io.js-1.x/out/Release/.deps//root/iojs/iojs/io.js-1.x/out/Release/obj.target/v8_base/deps/v8/src/accessors.o.d.raw -c -o /root/iojs/iojs/io.js-1.x/out/Release/obj.target/v8_base/deps/v8/src/accessors.o ../deps/v8/src/accessors.cc
In file included from ../deps/v8/src/v8.h:39,
from ../deps/v8/src/accessors.cc:5:
../deps/v8/src/objects-inl.h: In static member function 'static uint32_t v8::internal::IteratingStringHasher::Hash(v8::internal::String_, uint32_t)':
../deps/v8/src/objects-inl.h:6832: error: 'nullptr' was not declared in this scope
../deps/v8/src/objects-inl.h: In member function 'void v8::internal::ExecutableAccessorInfo::clear_setter()':
../deps/v8/src/objects-inl.h:7039: error: 'nullptr' was not declared in this scope
../deps/v8/src/objects-inl.h:7039: error: unable to deduce 'auto' from ''
make[1]: *_* [/root/iojs/iojs/io.js-1.x/out/Release/obj.target/v8_base/deps/v8/src/accessors.o] Error 1
make[1]: Leaving directory `/root/iojs/iojs/io.js-1.x/out'
make: *** [iojs] Error 2

any help is appreciated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to Node.js builds or CI infrastructure.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions