linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01508
[Bug 603071] Re: [0.770] Compilation error on Linux
K7 root # bzr branch lp:dcplusplus
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Branched 2177 revision(s).
K7 root # cp -R dcplusplus/dcpp /root/
K7 root # patch -p1 < File.cpp.diff
patching file dcpp/File.cpp
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file dcpp/File.cpp.rej
tried all 3 and none of them apply this end :-/
--
[0.770] Compilation error on Linux
https://bugs.launchpad.net/bugs/603071
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
Status in DC++: New
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