socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

hundreds of errors at 'make install'

Open cdjarboe-gd opened this issue 7 years ago • 0 comments

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.

cdjarboe-gd avatar Jul 12 '18 03:07 cdjarboe-gd