[MacPorts] #60508: gimp2:error: use of undeclared identifier 'MACH_TASK_BASIC_INFO_COUNT

MacPorts noreply at macports.org
Sat Aug 29 05:04:57 UTC 2020


#60508: gimp2:error: use of undeclared identifier 'MACH_TASK_BASIC_INFO_COUNT
---------------------+--------------------------------------------
  Reporter:  iEFdev  |      Owner:  dbevans
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.6.2
Resolution:          |   Keywords:  lion snowleopard leopard tiger
      Port:  gimp2   |
---------------------+--------------------------------------------

Comment (by kencu):

 I think it probably is just renamed.

 10.15:
 {{{
 #define MACH_TASK_BASIC_INFO_COUNT   \
                 (sizeof(mach_task_basic_info_data_t) / sizeof(natural_t))
 }}}
 10.7:
 {{{
 #define TASK_BASIC_INFO_COUNT   \
                 (sizeof(task_basic_info_data_t) / sizeof(natural_t))
 }}}


 see:
 <http://newosxbook.com/src.jl?tree=xnu-1699.32.7&file=/osfmk/mach/task_info.h>

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


More information about the macports-tickets mailing list