[MacPorts] #50044: doxygen @1.8.10: Could NOT find ICONV (missing: ICONV_COMPILES)

MacPorts noreply at macports.org
Thu Jan 14 10:20:32 PST 2016


#50044: doxygen @1.8.10: Could NOT find ICONV (missing:  ICONV_COMPILES)
------------------------------+---------------------------------
  Reporter:  Peter_Dyballa@…  |      Owner:  css@…
      Type:  defect           |     Status:  closed
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.4
Resolution:  fixed            |   Keywords:  leopard snowleopard
      Port:  doxygen          |
------------------------------+---------------------------------
Changes (by cal@…):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Actually, we were following the wrong lead here. The
 `check_function_exists(iconv_open)` test is supposed to fail on OS X,
 which gives `cmake/FindIconv.cmake` the possibility to continue to search
 for a dedicated libiconv.dylib. It then finds that and tries to compile
 it, which is what fails in your case. See the second part of your test
 output, where the compiler throws an error message:
 {{{
 cc1plus: error: unrecognized command line option "-Wno-deprecated-
 register"
 }}}

 This was fixed by Jeremy in r144650.

-- 
Ticket URL: <https://trac.macports.org/ticket/50044#comment:28>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list