-
Notifications
You must be signed in to change notification settings - Fork 6
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
GCC7.1 usrsctp compilation errors #2
Comments
Was tracked in rawrtc/rawrtc#68 and @dbrgn posted a workaround (rawrtc/rawrtc#68 (comment)). Blocked by NEAT-project/usrsctp-neat#10 |
Patched the .sh as suggested on the other issue: diff --git a/make-dependencies.sh b/make-dependencies.sh
index fe842eb..cd1735f 100755
--- a/make-dependencies.sh
+++ b/make-dependencies.sh
@@ -75,6 +75,8 @@ if [ -z "$SKIP_USRSCTP" ]; then
fi
git checkout ${USRSCTP_BRANCH}
git reset --hard ${USRSCTP_COMMIT}
+ echo ${USRSCTP_PATH}
+ sed -i 's/SCTP_DIAG_INFO_LEN 64/SCTP_DIAG_INFO_LEN 512/' usrsctplib/netinet/sctp_constants.h
cd ${MAIN_DIR}
fi
Due to submodules 128 was even small for me :) |
We should probably add the patch to this project until the issue has been resolved. |
Resolved by #28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am hitting this issue:
sctplab/usrsctp#149
Could it be possible to update the dependency to include the fix?
The text was updated successfully, but these errors were encountered: