Code Monkey home page Code Monkey logo

Comments (3)

Qianxi111 avatar Qianxi111 commented on September 24, 2024

I disabled "tests_have_location_tags" option in test.gni,and "gn gen out/debug" worked.
I execute "ninja -C out/debug/ owt_web_transport" to compile the owt sdk
But at last it gets errors as below,seems that something wrong with linking ?
ninja: Entering directory `out/debug/'
[0/1] Regenerating ninja files
[2068/2068] SOLINK ./libowt_web_transport.so
FAILED: libowt_web_transport.so libowt_web_transport.so.TOC
python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="../../third_party/llvm-build/Release+Asserts/bin/llvm-readelf" --nm="../../third_party/llvm-build/Release+Asserts/bin/llvm-nm" --sofile="./libowt_web_transport.so" --tocfile="./libowt_web_transport.so.TOC" --output="./libowt_web_transport.so" -- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -shared -Wl,-soname="libowt_web_transport.so" -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,--color-diagnostics -Wl,--no-call-graph-profile-sort -m64 -no-canonical-prefixes -Werror -Wl,--gdb-index -rdynamic -nostdlib++ --sysroot=../../build/linux/debian_sid_amd64-sysroot -Wl,-z,defs -Wl,--as-needed -Wl,-rpath=$ORIGIN -o "./libowt_web_transport.so" @"./libowt_web_transport.so.rsp"
ld.lld: error: undefined symbol: net::InitializeQuicConfig(net::QuicParams const&)

referenced by web_transport_http3_client.cc:467 (../../owt/web_transport/sdk/impl/web_transport_http3_client.cc:467)
obj/owt/web_transport/owt_web_transport_impl/web_transport_http3_client.o:(owt::quic::WebTransportHttp3Client::CreateConnection())
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.

How to sovle this problem?

from owt-sdk-quic.

Qianxi111 avatar Qianxi111 commented on September 24, 2024

Where is function "net::InitializeQuicConfig" definition?
I can't find it in owt sdk impl code.

from owt-sdk-quic.

liangyp2 avatar liangyp2 commented on September 24, 2024

I have the same problem. How can I solve it?

from owt-sdk-quic.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.