Skip to content

Instantly share code, notes, and snippets.

@Elemino
Created February 26, 2019 04:55
Show Gist options
  • Save Elemino/e96ea60c737f791a2f8b37ac587516a7 to your computer and use it in GitHub Desktop.
Save Elemino/e96ea60c737f791a2f8b37ac587516a7 to your computer and use it in GitHub Desktop.
audio-speaker-npm-install
➜ audio-speaker git:(master) npm install
npm WARN deprecated tst@1.3.2: Please use tape/ava/jest/mocha instead.
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
> speaker@0.3.1 install /home/user/audio-speaker/node_modules/speaker
> node-gyp rebuild
make: Entering directory '/home/user/audio-speaker/node_modules/speaker/build'
CC(target) Release/obj.target/output/deps/mpg123/src/output/alsa.o
../deps/mpg123/src/output/alsa.c: In function ‘initialize_device’:
../deps/mpg123/src/output/alsa.c:78:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < NUM_FORMATS; ++i) {
^
../deps/mpg123/src/output/alsa.c: In function ‘get_formats_alsa’:
../deps/mpg123/src/output/alsa.c:201:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < NUM_FORMATS; ++i) {
^
AR(target) Release/obj.target/deps/mpg123/liboutput.a
COPY Release/liboutput.a
CXX(target) Release/obj.target/binding/src/binding.o
../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Open(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/binding.cc:30:38: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
ao->channels = info[1]->Int32Value(); /* channels */
^
In file included from /home/user/.node-gyp/10.14.1/include/node/v8.h:26:0,
from /home/user/.node-gyp/10.14.1/include/node/node.h:63,
from ../../nan/nan.h:53,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
/home/user/.node-gyp/10.14.1/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/home/user/.node-gyp/10.14.1/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/binding.cc:31:34: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
ao->rate = info[2]->Int32Value(); /* sample rate */
^
In file included from /home/user/.node-gyp/10.14.1/include/node/v8.h:26:0,
from /home/user/.node-gyp/10.14.1/include/node/node.h:63,
from ../../nan/nan.h:53,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
/home/user/.node-gyp/10.14.1/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/home/user/.node-gyp/10.14.1/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/binding.cc:32:36: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
ao->format = info[3]->Int32Value(); /* MPG123_ENC_* format */
^
In file included from /home/user/.node-gyp/10.14.1/include/node/v8.h:26:0,
from /home/user/.node-gyp/10.14.1/include/node/node.h:63,
from ../../nan/nan.h:53,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
/home/user/.node-gyp/10.14.1/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/home/user/.node-gyp/10.14.1/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Write(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/binding.cc:51:33: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
int len = info[2]->Int32Value();
^
In file included from /home/user/.node-gyp/10.14.1/include/node/v8.h:26:0,
from /home/user/.node-gyp/10.14.1/include/node/node.h:63,
from ../../nan/nan.h:53,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
/home/user/.node-gyp/10.14.1/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/home/user/.node-gyp/10.14.1/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/binding.cc: In function ‘void {anonymous}::write_after(uv_work_t*)’:
../src/binding.cc:80:31: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
wreq->callback->Call(1, argv);
^
In file included from ../src/node_pointer.h:6:0,
from ../src/binding.cc:5:
../../nan/nan.h:1674:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
../src/binding.cc: In function ‘void {anonymous}::Initialize(v8::Handle<v8::Object>)’:
../src/binding.cc:106:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target,
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:106:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target,
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:108:64: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::New(mpg123_output_module_info.api_version));
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:109:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target,
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:109:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target,
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:111:74: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::New(mpg123_output_module_info.name).ToLocalChecked());
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:112:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target,
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:112:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target,
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:114:81: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::New(mpg123_output_module_info.description).ToLocalChecked());
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:115:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target,
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:115:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target,
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:117:78: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::New(mpg123_output_module_info.revision).ToLocalChecked());
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:126:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New("formats").ToLocalChecked(), Nan::New(ao.get_formats(&ao)));
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:126:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New("formats").ToLocalChecked(), Nan::New(ao.get_formats(&ao)));
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:126:92: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New("formats").ToLocalChecked(), Nan::New(ao.get_formats(&ao)));
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:136:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_FLOAT_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:136:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_FLOAT_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:136:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_FLOAT_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:137:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_FLOAT_64);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:137:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_FLOAT_64);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:137:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_FLOAT_64);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:138:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_8);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:138:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_8);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:138:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_8);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:139:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_8);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:139:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_8);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:139:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_8);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:140:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_16);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:140:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_16);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:140:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_16);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:141:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_16);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:141:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_16);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:141:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_16);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:142:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_24);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:142:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_24);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:142:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_24);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:143:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_24);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:143:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_24);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:143:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_24);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:144:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:144:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:144:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_SIGNED_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:145:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
^
../src/binding.cc:145:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
../src/binding.cc:134:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
static_cast<PropertyAttribute>(ReadOnly|DontDelete));
^
../src/binding.cc:145:3: note: in expansion of macro ‘CONST_INT’
CONST_INT(MPG123_ENC_UNSIGNED_32);
^
In file included from ../../nan/nan.h:217:0,
from ../src/node_pointer.h:6,
from ../src/binding.cc:5:
../../nan/nan_maybe_43_inl.h:130:35: note: declared here
NAN_DEPRECATED inline Maybe<bool> ForceSet(
^
SOLINK_MODULE(target) Release/obj.target/binding.node
COPY Release/binding.node
make: Leaving directory '/home/user/audio-speaker/node_modules/speaker/build'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN The package pcm-util is included as both a dev and production dependency.
added 195 packages from 181 contributors and audited 656 packages in 11.001s
found 0 vulnerabilities
➜ audio-speaker git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment