pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: nodejs compilation error



On Tue, Apr 07, 2020 at 09:32:25AM +0530, Mayuresh wrote:
> On NetBSD 8 amd64 pkgsrc-current:
> 
> In file included from ../src/node_constants.h:27:0,
>                  from ../src/node_options.h:10,
>                  from ../src/inspector_agent.h:9,
>                  from ../src/env.h:29,
>                  from ../src/env-inl.h:28,
>                  from ../src/node_constants.cc:22:
> ../src/node_constants.cc: In function 'void
> node::{anonymous}::DefineSystemConstants(v8::Local<v8::Object>)
> ':
> ../src/node_constants.cc:1130:30: error: 'UV_FS_O_FILEMAP' was not
> declared in this scope
>  NODE_DEFINE_CONSTANT(target, UV_FS_O_FILEMAP);
>                               ^
> ../src/node.h:433:54: note: in definition of macro 'NODE_DEFINE_CONSTANT'
>          v8::Number::New(isolate, static_cast<double>(constant));
> \

Still there. No one else facing this?

Mayuresh


Home | Main Index | Thread Index | Old Index