We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
build fails with wrong version of sctplab
expected: build should fail early in configure phase
usrsctp_get_timeout is added in sctplab/usrsctp#591 also mentioned in sctplab/usrsctp#349
usrsctp_get_timeout
frida-core/lib/base/p2p-glue.c
Line 347 in ab2581a
error:
[57/144] Linking target lib/agent/libfrida-agent.so FAILED: lib/agent/libfrida-agent.so g++ -o lib/agent/libfrida-agent.so ... ld: lib/base/libfrida-base-1.0.a(p2p-glue.c.o): in function `_frida_sctp_timer_source_get_timeout': p2p-glue.c:(.text+0x8b3): undefined reference to `usrsctp_get_timeout'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
build fails with wrong version of sctplab
expected: build should fail early in configure phase
usrsctp_get_timeout
is added in sctplab/usrsctp#591also mentioned in sctplab/usrsctp#349
frida-core/lib/base/p2p-glue.c
Line 347 in ab2581a
error:
The text was updated successfully, but these errors were encountered: