clar / gyp

Automatically exported from code.google.com/p/gyp
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

should error/warn if dependent targets don't have the same configurations / default_configuration #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The set of targets on which a given target depends should have the same 
configurations to be buildable.  We should come up with a set of errors and/or 
warnings about mismatches that guarantee minimum buildability and help 
inform the user about potential problems.  My off-the-cuff suggestions:

1) warn for any combination of target+configuration that depends on another 
target that does *not* have that configuration

2) error if the default_configuration for any target depends on a target that 
doesn't have that configuration (i.e., assume the default should always be 
buildable)

Original issue reported on code.google.com by sgk@chromium.org on 31 Jul 2009 at 6:03

GoogleCodeExporter commented 8 years ago

Original comment by sgk@chromium.org on 6 Aug 2009 at 7:55