[MacPorts] #65525: grpc fails on 10.6.8: error: missing binary operator before token "("
MacPorts
noreply at macports.org
Mon Dec 30 04:39:31 UTC 2024
#65525: grpc fails on 10.6.8: error: missing binary operator before token "("
---------------------------+--------------------------
Reporter: barracuda156 | Owner: barracuda156
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: fixed | Keywords:
Port: grpc |
---------------------------+--------------------------
Comment (by ryandesign):
There's already a `GPR_HAS_FEATURE` macro so it should really just be:
{{{
#if !GPR_HAS_FEATURE(cxx_thread_local)
#define GPR_PTHREAD_TLS 1
#endif
}}}
except for the complication that `GPR_HAS_FEATURE` isn't defined until
later in the file.
--
Ticket URL: <https://trac.macports.org/ticket/65525#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list