You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.CMakeLists.txt
inquic/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
The text was updated successfully, but these errors were encountered: