Skip to content

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

Description

@deshmukhrajvardhan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions