In Development.md
cp -fr google_quiche/* gquiche/ && cd gquiche && bash utils/google_quiche_rewrite.sh
google_quiche_rewrite.sh isn't sufficient to build latest google quiche repo code.
- Have to create a
CMakeLists.txt in quic/core/proto
Replace:
include "net/gquiche/quic/platform/impl/
with: include "platform/quic_platform_impl/quic_reference_counted_impl/
3.
include "net/tools/gquiche/epoll_server/platform/impl/
with: include "platform/epoll_platform_impl/
4.
Change definitions for error: macro "QUIC_PROTOCOL_FLAG" passed 5 arguments, but takes just 4
etc.
Does anyone have an updated google_quiche_rewrite.sh
In Development.md
cp -fr google_quiche/* gquiche/ && cd gquiche && bash utils/google_quiche_rewrite.shgoogle_quiche_rewrite.shisn't sufficient to build latest google quiche repo code.CMakeLists.txtinquic/core/protoReplace:
include "net/gquiche/quic/platform/impl/
with: include "platform/quic_platform_impl/quic_reference_counted_impl/
3.
include "net/tools/gquiche/epoll_server/platform/impl/
with: include "platform/epoll_platform_impl/
4.
Change definitions for
error: macro "QUIC_PROTOCOL_FLAG" passed 5 arguments, but takes just 4etc.
Does anyone have an updated
google_quiche_rewrite.sh