Re: [libtorrent] MinGW Issues
Brought to you by:
arvidn
|
From: Rasmus K. <pa...@bi...> - 2009-03-06 16:04:36
|
Hi, To overcome this issue, define IPV6_PROTECTION_LEVEL to 30 in socket.hpp at line 217. The value 30 comes from http://msdn.microsoft.com/en-us/library/aa916826.aspx I'm attaching a patch for the fix as well that can be used in the repository. -- Rasmus Karlsson <pa...@bi...> bithack.se On Fri, 2009-03-06 at 10:54 +0000, Juan D Guzman wrote: > Hello, > > I'm new to this list but not new to libtorrent. I have been using it > for a while on a side project I am working on. However I have decided > to use MinGW instead of VC to compile and now I am having problems. > > I have succesfully compiled libtorrent under VS 2008 however now when > trying to compile using MinGW I am getting a IPV6_PROTECTION_LEVEL was > not declared in this scope error. > > I should clarify that the version I compiled in VS is 0.14.1 while the > version I'm trying to compile in MinGW is 0.14.2. Any help would be > much appreciated. > > Regards, > > JD > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Libtorrent-discuss mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss |