GobySoft / goby

The Goby Underwater Autonomy Project
Other
26 stars 11 forks source link

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

Open cgagner opened 4 years ago

cgagner commented 4 years ago

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.