[MacPorts] #41228: netcdf build failure

MacPorts noreply at macports.org
Wed Nov 6 13:01:37 PST 2013


#41228: netcdf build failure
--------------------------------+-----------------------
  Reporter:  macsforever2000@…  |      Owner:  takeshi@…
      Type:  defect             |     Status:  closed
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:  2.2.1
Resolution:  fixed              |   Keywords:
      Port:  netcdf             |
--------------------------------+-----------------------
Changes (by takeshi@…):

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


Comment:

 Thanks for reporting this problem. This is due to the patch that deleted
 #include "oc.h" from daputil.c to fix build failure on Snow Leopard
 (r112984). I should have place the definition of oc_dumpnode() after
 #include "ncdap3.h" that includes "oc.h" as in

 {{{
 #include "ncdap3.h"
 extern int oc_dumpnode(OClink, OCddsnode);
 }}}

 Committed in r113006.

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


More information about the macports-tickets mailing list