Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
make : on entre dans le répertoire « /home/idir/Bureau/WEB IHM/Appli2/web-socket-demo/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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:3836:52: note: declared here
V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:3836:52: note: declared here
V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:2670:21: note: declared here
Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:3836:52: note: declared here
V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:3256:43: note: declared here
V8_DEPRECATED("Use maybe version", bool SetPrototype(Local<Value> prototype));
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:3256:43: note: declared here
V8_DEPRECATED("Use maybe version", bool SetPrototype(Local<Value> prototype));
^
/home/idir/.node-gyp/8.9.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/idir/.node-gyp/8.9.1/include/node/v8.h:26:0,
from /home/idir/.node-gyp/8.9.1/include/node/node.h:63,
from ../src/addon.h:1,
from ../src/addon.cpp:2:
/home/idir/.node-gyp/8.9.1/include/node/v8.h:3836:52: note: declared here
V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
^
/home/idir/.node-gyp/8.9.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
/bin/sh: IHM/Appli2/web-socket-demo/node_modules/uws/build/Release/lib.host:/home/idir/Bureau/WEB: Aucun fichier ou dossier de ce type
TOUCH Release/obj.target/action_after_build.stamp
make : on quitte le répertoire « /home/idir/Bureau/WEB IHM/Appli2/web-socket-demo/node_modules/uws/build »