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

undefined reference to usrsctp_get_timeout #451

Closed
milahu opened this issue Feb 10, 2023 · 0 comments · Fixed by #452
Closed

undefined reference to usrsctp_get_timeout #451

milahu opened this issue Feb 10, 2023 · 0 comments · Fixed by #452

Comments

@milahu
Copy link
Contributor

milahu commented Feb 10, 2023

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

return usrsctp_get_timeout ();

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'
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

Successfully merging a pull request may close this issue.

1 participant