Re: [MacPorts] #70170: ctpv @1.1: error: expected ‘;’, ‘,’ or ‘)’ before ‘__VA_OPT__’ (was: ctpv fails to build: error: expected ‘;’, ‘,’ or ‘)’ before ‘__VA_OPT__’)
MacPorts
noreply at macports.org
Fri Sep 27 05:06:22 UTC 2024
#70170: ctpv @1.1: error: expected ‘;’, ‘,’ or ‘)’ before ‘__VA_OPT__’
---------------------------+-------------------------
Reporter: barracuda156 | Owner: suhailskhan
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Resolution: fixed | Keywords:
Port: ctpv |
---------------------------+-------------------------
Changes (by ryandesign):
* status: assigned => closed
* resolution: => fixed
Comment:
Blacklisting old compilers is not necessarily the solution we want. For
example, if the only problem is that this code needs C99, then gcc 4.2
supports C99 and should simply be instructed to use it via the `-std=c99`
or `-std=gnu99` flag. However, if there are additional issues such that
gcc 4.2 really cannot compile this code regardless what language standard
it's using, then blacklisting it is of course correct.
Don't forget in the future to include in your commit message that it
resolves a ticket so that the ticket can auto-close.
--
Ticket URL: <https://trac.macports.org/ticket/70170#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list