Closed panta closed 6 months ago
Hey @panta, I don't see just changing to use Protobuf 4.25.1 causing the builds to fail on nghttp2.
But, it is possible the nghttp2 build fails while building other bundled executables. Can you try -DENABLE_LIB_ONLY=ON
(or completely removing -DENABLE_LIB_ONLY=OFF
)?
You should also be able to use protobuf 4.25.1 by just using -DProtobuf_INCLUDE_DIR=/home/panta/.local/include
cmake flag, without having to change cmake/dependencies.cmake
.
Compilation failed on the include of
#include <nghttp2/nghttp2.h>
.I had slightly changed cmake deps to use use protobuf 4.25.1. Is there a misconfiguration on my part?
My build was:
Thank you in advance!