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

Problem using cygwin on windowsxp #1

Closed
fluffy opened this issue Mar 28, 2013 · 2 comments
Closed

Problem using cygwin on windowsxp #1

fluffy opened this issue Mar 28, 2013 · 2 comments

Comments

@fluffy
Copy link
Member

fluffy commented Mar 28, 2013

http://sourceforge.net/tracker/?func=detail&aid=1812238&group_id=38894&atid=423800

version 1.4.2
i'm using cygwin on windowsxp
After configure and correct make and makeruntest.
When I try to run the test, from the receiver instance I have this error continuosly

"error: srtp unprotection failed with code 2".


version downloaded from cvs.
I have the same error
"error: srtp unprotection failed with code 2".
but now when I run makeruntest
The last lines of shell are those

CPU set to little-endian (WORDS_BIGENDIAN == 0)
CPU set to CISC (CPU_CISC == 1)
using native 64-bit type (NO_64_BIT_MATH == 0)
using stdout for error reporting (ERR_REPORTING_STDOUT == 1)
using as a random source (DEV_URANDOM == )
warning: configuration is probably in error (found 1 problems)
make[1]: *** [runtest] Error 1
make[1]: Leaving directory `/home/srtp144/crypto'
make: *** [runtest] Error 2

Could yoy help me ?
Tanks in advance
lorenzo

lorenzo.martin@tin.it

@jfigus
Copy link
Contributor

jfigus commented Oct 8, 2014

I'm seeing the same issue. There's not a trivial solution since cygwin provides support for /dev/urandom, while mingw does not. We'll need to enhance the autoconf configuration to differentiate between the two.

@jfigus
Copy link
Contributor

jfigus commented Dec 15, 2015

I've removed all references to DEV_URANDOM in fac1f50. I don't have a mingw setup to confirm that this was the only problem with building on mingw. Hopefully the problem is resolved now.

@jfigus jfigus closed this as completed Dec 15, 2015
pabuhler pushed a commit that referenced this issue Jan 8, 2021
pull the latest commits from the origin.
bifurcation pushed a commit to bifurcation/libsrtp that referenced this issue Jan 26, 2022
backport changes from master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants