Re: [libtorrent] MinGW Issues
Brought to you by:
arvidn
|
From: Juan D G. <los...@go...> - 2009-03-07 11:13:10
|
Rasmus Karlsson wrote: > Hi, > > I had the exact same error. What I did to fix the error was to remove > #if TORRENT_USE_WPATH and its matching #endif in src/storage.cpp and > change all #ifdef TORRENT_USE_WPATH to #if TORRENT_USE_WPATH in > src/file.cpp. > > I'm attaching a patch for this as well. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > 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 > Thanks. I knew it was something simple I was overlooking. Just to let you know you don't have to make all the changes that you did. just change the #ifdef TORRENT_USE_WPATH in file.cpp to a #if TORRENT_USE_WPATH and that fixes it. It's probably just a typo in this file. Cheers, JD |