Skip to content

Compile Errors Xcode 10.2 #1

@technomorph

Description

@technomorph

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions