hundreds of errors at 'make install'
I spent about 12 hours trying to install from the directions listed in the install guide on here, to be fair a lot of that had to do with Boost not having the best installation guide, but I finally managed to get the cmake command working, and now I have hundreds of errors coming up on make install. They are all issues with namespace and scope, as far as I can tell; ie, 'template argument 1 is invalid' on sted::unique_ptrstd::thread m_network_thread, or 'mutex' in namespace 'std' does not name a type, 'thread' is not a member of 'std', etc. The scope ones say thinsg like 'mutex_type' was not declared in this scope.
Does anybody have any ideas what the issue is?
For the record, I'm running gcc/mingw (so using mingw32-make rather than make) on windows 7.