Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google_quiche_rewrite.sh isn't sufficient to build latest google quiche repo code #9

Open
deshmukhrajvardhan opened this issue Sep 28, 2021 · 0 comments

Comments

@deshmukhrajvardhan
Copy link

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.

  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant