cookyshi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

OS X 10.7 srtp - cannot compute unsigned long size #255

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I installed the latest Xcode on a brand new MacBook Air. I downloaded the 
srtp-cvs.zip suggested in the README.

When running talk/third_party/srtp/configure, I get the following error:

checking size of unsigned long... configure: error: cannot compute sizeof 
(unsigned long), 77

I've built plenty of other software on this machine already. 

Original issue reported on code.google.com by roken...@gmail.com on 11 Dec 2011 at 5:01

GoogleCodeExporter commented 9 years ago
I suggest filing a bug against libsrtp, not libjingle.

Original comment by juberti@google.com on 21 Dec 2011 at 11:06

GoogleCodeExporter commented 9 years ago

I'm also facing same problem,Please suggest how to resolve this issue.

Original comment by sanjay25...@gmail.com on 7 Feb 2012 at 11:32

GoogleCodeExporter commented 9 years ago
Does anyone know the solution to this problem?

Original comment by 7nahnqw9...@gmail.com on 21 Feb 2012 at 4:39

GoogleCodeExporter commented 9 years ago
libsrtp is a project at sourceforge.  Can you build libsrtp from that source?  
(I.e. not through the libjingle build system).

If base libsrtp from sourceforge builds properly, then please update this bug 
with a larger snippet (configure line number may help).  I don't have a mac so 
I can't easily check it.  

It's hard to believe XCode can't get sizeof(unsigned long), so something else 
is wrong.

Original comment by randell....@gmail.com on 21 Feb 2012 at 6:41