I am getting the following build error when trying to compile the latest 6.8.0 release:
../src/inspector_agent.cc: In function 'void node::inspector::{anonymous}::SendProtocolJson(node::inspector::InspectorSocket*)':
../src/inspector_agent.cc:179:32: error: invalid conversion from 'const uint8_t* {aka const unsigned char*}' to 'Bytef* {aka unsigned char*}' [-fpermissive]
strm.next_in = PROTOCOL_JSON + 3;
~~~~~~~~~~~~~~^~~
make[1]: *** [node.target.mk:155: /build/nodejs/src/nodejs/out/Release/obj.target/node/src/inspector_agent.o] Error 1
make[1]: *** Waiting for unfinished jobs....
rm 1a2fb4f4256e2051b86a2e58121a92cd599f424b.intermediate
make[1]: Leaving directory '/build/nodejs/src/nodejs/out'
make: *** [Makefile:67: node] Error 2