jselbie / stunserver

Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489. Compiles on Linux, MacOS, BSD, Solaris, and Win32 with Cygwin. Windows binaries avaialble from www.stunprotocol.org.
http://www.stunprotocol.org
Apache License 2.0
1.44k stars 349 forks source link

This fixes compilation issues with Lion and Xcode 4.2. #4

Closed damondanieli closed 12 years ago

damondanieli commented 12 years ago

see: http://www.opensource.apple.com/source/xnu/xnu-1699.24.8/bsd/netinet6/in6.h

jselbie commented 12 years ago

But I haven't uploaded the latest changes yet... what's up on GitHub is the V1 stuff (which did compile fine on Snow Leopard). Let me merge your changes across branches and send you a link to the new stuff.

Thanks!

jrs

On Thu, Feb 2, 2012 at 7:53 PM, Damon Danieli < reply@reply.github.com

wrote:

see: http://www.opensource.apple.com/source/xnu/xnu-1699.24.8/bsd/netinet6/in6.h

You can merge this Pull Request by running:

git pull https://github.com/damondanieli/stunserver master

Or you can view, comment on it, or merge it online at:

https://github.com/jselbie/stunserver/pull/4

-- Commit Summary --

  • Lion requires __APPLE_USE_RFC_3542 for in6.h constants

-- File Changes --

M common/commonincludes.h (2)

-- Patch Links --

https://github.com/jselbie/stunserver/pull/4.patch https://github.com/jselbie/stunserver/pull/4.diff


Reply to this email directly or view it on GitHub: https://github.com/jselbie/stunserver/pull/4

jselbie commented 12 years ago

Thanks!