➜ complete npm install grpc/> gr...@0.10.0 install /Users/andreabreu/Downloads/io2015-codelabs-master/gRPC/complete/node_modules/grpc> node-gyp rebuild
CXX(target) Release/obj.target/grpc/ext/byte_buffer.o../ext/byte_buffer.cc:60:33: error: use of undeclared identifier 'grpc_raw_byte_buffer_create'; did you mean 'grpc_byte_buffer_create'? grpc_byte_buffer *byte_buffer(grpc_raw_byte_buffer_create(&slice, 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ grpc_byte_buffer_create/usr/local/include/grpc/grpc.h:166:19: note: 'grpc_byte_buffer_create' declared heregrpc_byte_buffer *grpc_byte_buffer_create(gpr_slice *slices, size_t nslices); ^../ext/byte_buffer.cc:74:3: error: use of undeclared identifier 'grpc_byte_buffer_reader_init'; did you mean 'grpc_byte_buffer_reader_next'? grpc_byte_buffer_reader_init(&reader, buffer); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ grpc_byte_buffer_reader_next/usr/local/include/grpc/grpc.h:180:5: note: 'grpc_byte_buffer_reader_next' declared hereint grpc_byte_buffer_reader_next(grpc_byte_buffer_reader *reader, ^../ext/byte_buffer.cc:74:41: error: cannot initialize a parameter of type 'gpr_slice *' with an lvalue of type 'grpc_byte_buffer *' grpc_byte_buffer_reader_init(&reader, buffer); ^~~~~~/usr/local/include/grpc/grpc.h:181:45: note: passing argument to parameter 'slice' here gpr_slice *slice); ^3 errors generated.make: *** [Release/obj.target/grpc/ext/byte_buffer.o] Error 1gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)gyp ERR! stack at ChildProcess.emit (events.js:110:17)gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)gyp ERR! System Darwin 14.3.0gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /Users/andreabreu/Downloads/io2015-codelabs-master/gRPC/complete/node_modules/grpcgyp ERR! node -v v0.12.4gyp ERR! node-gyp -v v1.0.3gyp ERR! not ok npm ERR! Darwin 14.3.0npm ERR! argv "node" "/usr/local/bin/npm" "install" "grpc"npm ERR! node v0.12.4npm ERR! npm v2.10.1npm ERR! code ELIFECYCLE
npm ERR! gr...@0.10.0 install: `node-gyp rebuild`npm ERR! Exit status 1npm ERR! npm ERR! Failed at the gr...@0.10.0 install script 'node-gyp rebuild'.npm ERR! This is most likely a problem with the grpc package,npm ERR! not with npm itself.npm ERR! Tell the author that this fails on your system:npm ERR! node-gyp rebuildnpm ERR! You can get their info via:npm ERR! npm owner ls grpcnpm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:npm ERR! /Users/andreabreu/Downloads/io2015-codelabs-master/gRPC/complete/npm-debug.log
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/a28526a3-f982-4e08-b7df-8877ee35607a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Could you please send the error log that is generated and specified at the end of your email?
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/a1af6c1a-96a9-4534-872c-e06f46e0400d%40googlegroups.com.