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

GCC7.1 usrsctp compilation errors #2

Closed
murillo128 opened this issue Mar 5, 2018 · 4 comments
Closed

GCC7.1 usrsctp compilation errors #2

murillo128 opened this issue Mar 5, 2018 · 4 comments
Labels
bug Something isn't working usrsctp Issue related to usrsctp

Comments

@murillo128
Copy link

I am hitting this issue:

sctplab/usrsctp#149

Could it be possible to update the dependency to include the fix?

@lgrahl
Copy link
Member

lgrahl commented Mar 5, 2018

Was tracked in rawrtc/rawrtc#68 and @dbrgn posted a workaround (rawrtc/rawrtc#68 (comment)).

Blocked by NEAT-project/usrsctp-neat#10

@lgrahl lgrahl changed the title Problems compiling usrsctp GCC7.1 usrsctp compilation errors Mar 5, 2018
@murillo128
Copy link
Author

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 :)

@lgrahl
Copy link
Member

lgrahl commented Mar 5, 2018

We should probably add the patch to this project until the issue has been resolved.

@lgrahl lgrahl added bug Something isn't working usrsctp Issue related to usrsctp labels Mar 10, 2018
@lgrahl
Copy link
Member

lgrahl commented Mar 2, 2019

Resolved by #28

@lgrahl lgrahl closed this as completed Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working usrsctp Issue related to usrsctp
Projects
None yet
Development

No branches or pull requests

2 participants