[MacPorts] #57007: root6 port results in ambiguous include directories after 6.14

MacPorts noreply at macports.org
Tue Aug 21 15:46:06 UTC 2018


#57007: root6 port results in ambiguous include directories after 6.14
----------------------+--------------------------
  Reporter:  olupton  |      Owner:  cjones051073
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.5.3
Resolution:           |   Keywords:
      Port:  root6    |
----------------------+--------------------------

Comment (by cjones051073):

 A better idea. Instead of removing

 {{{
 /opt/local/libexec/root6/include/root/RConfig.h
 }}}

 replace it with a sym link to

 {{{
 /opt/local/libexec/root6/include/root/ROOT/RConfig.h
 }}}

 I think the issue you are seeing is due to the OSX case insensitive file
 system which you include the first file, it tries to forward include the
 second, but instead just includes the first again (which does nothing) so
 in the end nothing is included. The sym link should fix this...

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


More information about the macports-tickets mailing list