[MacPorts] #62571: libiodbc @3.52.14_2: drvconn.c:501:7: error: use of undeclared identifier 'liburl'

MacPorts noreply at macports.org
Sat Mar 27 15:49:54 UTC 2021


#62571: libiodbc @3.52.14_2: drvconn.c:501:7: error: use of undeclared identifier
'liburl'
-----------------------+----------------------
  Reporter:  kencu     |      Owner:  nerdling
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  libiodbc  |
-----------------------+----------------------

Comment (by kencu):

 I thought maybe it was the {{{error: implicit declaration of function }}}
 issue, but that is not all of it. Disabling that error (by using clang-11
 to build it) still gives the liburl error:
 {{{
 /opt/local/include/glib-2.0/glib/gversionmacros.h:899:49: note: expanded
 from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
 # define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f)
 GLIB_DEPRECATED_TYPE_FOR(f)
                                                 ^
 /opt/local/include/glib-2.0/glib/gmacros.h:1014:37: note: expanded from
 macro 'GLIB_DEPRECATED_TYPE_FOR'
 #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                     ^
 /opt/local/include/glib-2.0/glib/gmacros.h:950:44: note: expanded from
 macro 'G_DEPRECATED_FOR'
 #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "'
 instead")))
                                            ^
 drvconn.c:501:7: error: use of undeclared identifier 'liburl'
     { CALL_DRVCONN_DIALBOXW (_szdriver_u8, 'A'); }
       ^
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/62571#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list