Changes between Initial Version and Version 1 of Ticket #52481, comment 11


Ignore:
Timestamp:
Oct 4, 2016, 5:14:21 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52481, comment 11

    initial v1  
    1 (continuing from https://trac.macports.org/ticket/52479#comment:11)
     1(continuing from comment:11:ticket:52479)
    22
    33As I tried to explain, the various -I and -isystem options are all given in one big set of command line arguments when you finally invoke the compiler, and they're not in any way linked at that point to specific include files. IOW, there's no way to tell the compiler to get a particular header from directory B but not directory A if both have to be on the search path.