123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- make: Entering directory '/home/tdedhar/Documents/viki/node_modules/uws/build'
- CXX(target) Release/obj.target/uws/src/Extensions.o
- CXX(target) Release/obj.target/uws/src/Group.o
- CXX(target) Release/obj.target/uws/src/Networking.o
- CXX(target) Release/obj.target/uws/src/Hub.o
- CXX(target) Release/obj.target/uws/src/Node.o
- CXX(target) Release/obj.target/uws/src/WebSocket.o
- CXX(target) Release/obj.target/uws/src/HTTPSocket.o
- CXX(target) Release/obj.target/uws/src/Socket.o
- CXX(target) Release/obj.target/uws/src/addon.o
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h: In static member function ‘static void HttpServer::Request::headers(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&)’:
- ../src/http.h:31:156: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) header.value, String::kNormalString, header.valueLength));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h: In static member function ‘static void HttpServer::Request::method(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&)’:
- ../src/http.h:45:128: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "GET", String::kNormalString, 3));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:48:128: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "PUT", String::kNormalString, 3));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:51:129: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "POST", String::kNormalString, 4));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:54:129: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "HEAD", String::kNormalString, 4));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:57:130: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "PATCH", String::kNormalString, 5));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:60:130: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "TRACE", String::kNormalString, 5));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:63:131: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "DELETE", String::kNormalString, 6));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:66:132: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "OPTIONS", String::kNormalString, 7));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:69:132: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "CONNECT", String::kNormalString, 7));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h: In static member function ‘static v8::Local<v8::Object> HttpServer::Request::getTemplateObject(v8::Isolate*)’:
- ../src/http.h:99:89: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- Local<Object> reqObjectLocal = reqTemplateLocal->GetFunction()->NewInstance();
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3851:52: note: declared here
- V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h: In static member function ‘static void HttpServer::Response::writeHead(const v8::FunctionCallbackInfo<v8::Value>&)’:
- ../src/http.h:149:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- for (int i = 0; i < headers->Length(); i++) {
- ~~^~~~~~~~~~~~~~~~~~~
- ../src/http.h: In static member function ‘static v8::Local<v8::Object> HttpServer::Response::getTemplateObject(v8::Isolate*)’:
- ../src/http.h:196:65: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- return resTemplateLocal->GetFunction()->NewInstance();
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3851:52: note: declared here
- V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h: In lambda function:
- ../src/http.h:227:155: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- reqObject->SetInternalField(4, String::NewFromOneByte(isolate, (uint8_t *) req.getUrl().value, String::kNormalString, req.getUrl().valueLength));
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
- Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h: In static member function ‘static void HttpServer::createServer(const v8::FunctionCallbackInfo<v8::Value>&)’:
- ../src/http.h:293:122: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(newInstance = Local<Function>::New(args.GetIsolate(), httpPersistent)->NewInstance());
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3851:52: note: declared here
- V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h: In static member function ‘static void HttpServer::getExpressApp(const v8::FunctionCallbackInfo<v8::Value>&)’:
- ../src/http.h:320:159: warning: ‘bool v8::Object::SetPrototype(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- express->Get(String::NewFromUtf8(isolate, "request"))->ToObject()->SetPrototype(Local<Object>::New(args.GetIsolate(), reqTemplate)->GetPrototype());
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3271:43: note: declared here
- V8_DEPRECATED("Use maybe version", bool SetPrototype(Local<Value> prototype));
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:321:160: warning: ‘bool v8::Object::SetPrototype(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- express->Get(String::NewFromUtf8(isolate, "response"))->ToObject()->SetPrototype(Local<Object>::New(args.GetIsolate(), resTemplate)->GetPrototype());
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3271:43: note: declared here
- V8_DEPRECATED("Use maybe version", bool SetPrototype(Local<Value> prototype));
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- In file included from ../src/addon.cpp:3:0:
- ../src/http.h:327:60: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
- args.GetReturnValue().Set(express->NewInstance());
- ^
- In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
- from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
- from ../src/addon.h:1,
- from ../src/addon.cpp:2:
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3851:52: note: declared here
- V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
- ^
- /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- SOLINK_MODULE(target) Release/obj.target/uws.node
- COPY Release/uws.node
- ACTION binding_gyp_action_after_build_target_move_lib uws
- TOUCH Release/obj.target/action_after_build.stamp
- make: Leaving directory '/home/tdedhar/Documents/viki/node_modules/uws/build'
|