← Back to team overview

linuxdcpp-contributors team mailing list archive

Re: [Question #211405]: compile Linux DC++ 1.1.0 with Openindiana 151a7

 

Question #211405 on LinuxDC++ changed:
https://answers.launchpad.net/linuxdcpp/+question/211405

    Status: Open => Answered

Razzloss proposed the following answer:
Crap that's still in there? I thought I fixed it already. Anyway should
compile, if you change the references from map to std::map in lines 461
and 491.

So line 461 should be
std::map<string, string> icons;
and 491
for (std::map<string, string>::const_iterator i = icons.begin(); i != icons.end(); ++i)

--RZ

-- 
You received this question notification because you are a member of
LinuxDC++ Contributors, which is an answer contact for LinuxDC++.