[MacPorts] #57654: root6 port has header problems in 6.14/06
MacPorts
noreply at macports.org
Tue Nov 20 17:08:16 UTC 2018
#57654: root6 port has header problems in 6.14/06
----------------------+--------------------
Reporter: olupton | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: root6 |
----------------------+--------------------
Comment (by cjones051073):
Just using
{{{
#include <ROOT/RConfig.h>
}}}
in the wrapper is not a good idea, as that could in principle lead to
cyclic dependencies, the include re-finding itself and going into a loop.
what about
{{{
#include_next <RConfig.h>
}}}
??
--
Ticket URL: <https://trac.macports.org/ticket/57654#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list