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
No Matter what I do always I get this error on Debian 11:
/usr/src/mediastreamer2/src/crypto/dtls_srtp.c:28:10: fatal error: bctoolbox/crypto.h: No such file or directory
This is the command line for build:
bctoolbox:
sudo cmake . -DCMAKE_PREFIX_PATH=/usr/local/include/mbedtls -DENABLE_POLARSSL=NO -DENABLE_TESTS=NO -DENABLE_TESTS_COMPONENT=NO
m2:
sudo cmake . -DSRTP_INCLUDE_DIRS=/usr/include -DSRTP_LIBRARIES=/usr/lib -DENABLE_DOC=NO -DENABLE_UNIT_TESTS=NO -DCMAKE_PREFIX_PATH=/usr/include:/usr/local/include/mbedtls:/usr/local/include/bctoolbox:/usr/local/include/BCUnit:/usr/src/bctoolbox/include/bctoolbox:/usr/src/bctoolbox/include
Any advice will be much appreciate Thanks in avanced.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No Matter what I do always I get this error on Debian 11:
/usr/src/mediastreamer2/src/crypto/dtls_srtp.c:28:10: fatal error: bctoolbox/crypto.h: No such file or directory
This is the command line for build:
bctoolbox:
sudo cmake . -DCMAKE_PREFIX_PATH=/usr/local/include/mbedtls -DENABLE_POLARSSL=NO -DENABLE_TESTS=NO -DENABLE_TESTS_COMPONENT=NO
m2:
sudo cmake . -DSRTP_INCLUDE_DIRS=/usr/include -DSRTP_LIBRARIES=/usr/lib -DENABLE_DOC=NO -DENABLE_UNIT_TESTS=NO -DCMAKE_PREFIX_PATH=/usr/include:/usr/local/include/mbedtls:/usr/local/include/bctoolbox:/usr/local/include/BCUnit:/usr/src/bctoolbox/include/bctoolbox:/usr/src/bctoolbox/include
Any advice will be much appreciate
Thanks in avanced.
The text was updated successfully, but these errors were encountered: