On Wed, Dec 1, 2010 at 12:01 AM, Christoffer Mollenhoff <[email protected]> wrote: > Hi, > >> Are you building with CMake? > > No, I just created a simple project with the server example and added Boost > and cpp-netlib to the list of include folders. >
Ah, alright. That's good to know. You might want to check out the asynchronous HTTP server example and see whether that might be better for your use case. It is after all what's new in 0.8. :) >> It looks like there's a missing include here. Can you try adding: >> #include <boost/mpl/or.hpp> > > That took care of it. Thanks for the quick assistance! > No worries, I'm glad to be able to help. Glyn, do you think we need a 0.8.1 to address this? It might be something others might uncover as well. -- Dean Michael Berris deanberris.com ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
