Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-590

UV: compilation warnings with EAI_BADHINTS not defined on some systems

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 2.4.8
    • None
    • library
    • Security Level: Public
    • None

    Description

      Compilation of the UV plugin may fail on newer versions of libuv where the EAI_BADHINTS symbol is not defined on the system. We need to define this symbol.

      #if !defined(EAI_BADHINTS)
      #define EAI_BADHINTS EAI_FAIL
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            mnunberg Mark Nunberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty