Skip to content

Unable to build goby2 on RHEL/CentOS 8. #51

@cgagner

Description

@cgagner

Unable to build goby2 on RHEL/CentOS 8.

There are three main issues with compiling on RHEL/CentOS 8:

  1. boost::asio::io_service was deprecated in 1.66. Replaced with boost::asio::io_context.
  2. boost::asio::basic_stream_socket native() method deprecated in 1.47. Replaced with native_handle().
  3. Using proj_api.h is deprecated. Can be enabled by defining ACCEPT_USE_OF_DEPRECATED_PROJ_API_H.

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