[MacPorts] #60508: gimp2: error: variable has incomplete type, error: use of undeclared identifier
MacPorts
noreply at macports.org
Mon Jul 27 13:21:12 UTC 2020
#60508: gimp2: error: variable has incomplete type, error: use of undeclared
identifier
---------------------+----------------------
Reporter: iEFdev | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords:
Port: gimp2 |
---------------------+----------------------
Comment (by kencu):
this is not a libc++ API thing here, so upgrading libc++ won't fix this
one.
This is related to kernel interface API that looks like it was added in a
later os version. You'd have to see what this code is trying to
accomplish, and then sort out if it can be done using API available on
your system version.
Sometimes comparing the file to last version you have that worked is
illuminating; the author might have removed code that worked on your os
before. If it's new code, then you might have to write a compatible
version. If the API is just unavailable, then perhaps you can just return
some reasonable fallback value for whatever it is.
And sometimes there is no fix, and you're out of luck...
--
Ticket URL: <https://trac.macports.org/ticket/60508#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list