From: Dean M. B. <mik...@gm...> - 2010-09-03 04:07:03
|
On Fri, Sep 3, 2010 at 5:38 AM, Glyn Matthews <gly...@gm...> wrote: > Hi Dean. > Its great to hear you're making progress. > I'm just happy I get to do C++ now. :D > On 2 September 2010 19:06, Dean Michael Berris <mik...@gm...> > wrote: >> >> Hi Guys, >> >> I've got some good news and some better news. >> >> The good news is that the current 0.7-devel branch after the >> introduction of the asynchronous HTTP connection stuff and the HTTP >> Request/Response and enhanced Message concepts, is now stable enough >> to continue working on. I intend to push more work in progress code so >> if you're interested in helping out with the asynchronous connection >> implementation, now is a good time to jump in. >> >> The better news is that I just got the green light to work on >> cpp-netlib while I'm in between projects. So hopefully you'll see more >> progress from me in the next couple of weeks. >> >> That's all for now and hopefully everyone can start helping with >> testing the bug fixes and the CMake build in Windows/Linux on >> different compilers now. >> > > I tried to build using GCC 4.4.3 on Ubuntu and I get tons and tons of > errors. Most of them it appears to be simply missing headers or misplaced > typenames. I got so far but couldn't continue because > boost::network::http::uri is being defined in more than place > (boost/network/protocol/http/message/directives/uri.hpp and > boost/network/uri/http/uri.hpp). I committed my changes in the 0.7-devel > branch of my own repository. Ah, right. I haven't considered that -- no tests cover the uri directive at this time (except for the concept checks). MSVC 2010 doesn't complain about the URI function and the URI type having the same name though, so I can't say what the fix should be. I'll try building it in my Ubuntu desktop to see if I can make it build correctly with GCC soon. It would be great if you can send me a pull request so that I can test on Windows with MSVC 2010 as well on my repo. >> >> >> Have a good one guys and I hope this helps! >> > > G > Thanks Glyn! -- Dean Michael Berris deanberris.com |