VVOSCQueryProtocol icon indicating copy to clipboard operation
VVOSCQueryProtocol copied to clipboard

Compile Errors Xcode 10.2

Open technomorph opened this issue 3 years ago • 3 comments

It took me a while to try to figure out how to CheckOut with Submodules. Most times I've just downloaded the zip. Most documentation regarding SubModules was pretty bad. But I think I finally have it.

When trying to Build VVOSCQueryProtocol only get the following build errors: MINOR ERRORS:

  • multiple errors /VVOSCQueryProtocol/external_projects/websocketpp/websocketpp/frame.hpp:834:13: Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') /VVOSCQueryProtocol/external_projects/asio/asio/include/asio/detail/impl/socket_ops.ipp:3458:65: Implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'socklen_t' (aka 'unsigned int')

MAJOR FAIL ERRORS: USER DEFINED ISSUE: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/experimental/string_view:11:2: "<experimental/string_view> has been removed. Use <string_view> instead."

The above seems to be the biggest issue.

I'm going to separate comment for further issues

technomorph avatar Jul 04 '21 01:07 technomorph