In file File.h must be: + struct dirent* ent; on my opinion. -- [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 _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

