Re: [libtorrent] MinGW Issues
Brought to you by:
arvidn
|
From: Juan D G. <los...@go...> - 2009-03-06 22:17:41
|
Thanks for the help with the IPV6_PROTECTION_LEVEL issue. I was able to get that fixed and I have this 0.14.2 compiled now. Now however I have a different issue. When trying to compile the app that I am using libtorrent in I got a bunch of errors. Most of these were link errors that I resolved, but I have one that I haven't been able to fix. Hopefully someone on here can shed some light. The error is the following ... ../../../libs/libtorrent-rasterbar-0.14.2/bin/liblibtorrent.a(file.o): In function `ZN10libtorrent4file4openERKN5boost10filesystem10basic_pathISsNS2_11path_traitsEEENS0_9open_modeERNS1_6system10error_codeE': D:/src/libs/libtorrent-rasterbar-0.14.2/src/file.cpp:171: undefined reference to `libtorrent::safe_convert(std::string const&)' It appears to have something to do with wide paths but I have recompiled libtorrent several times now and with the defines that I have wide paths isn't compiled into libtorrent. However for some reason my app keeps looking for them. Well at any rate if someone can shed some light I'm sure it is something very simple I'm missing. Regards, JD |