linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02969
[Bug 603071] Re: [0.770] Compilation error on Linux
Fixed in DC++ 0.780.
** Changed in: dcplusplus
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/603071
Title:
[0.770] Compilation error on Linux
Status in DC++:
Fix Released
Bug description:
Last core doesn't compile on Linux.
In class FindFileIter, DirData structure has no member called ent and
base. Then declaration of != operator is wrong.
Also there are some errors related to std::tr1 members; changing
header inclusion in stdinc.h fixes this.
I have attached 3 patches that fix File.h, File.cpp and stdinc.h
References