154 {regexp => qr{No bld\.inf found at}, severity => "major"}, |
154 {regexp => qr{No bld\.inf found at}, severity => "major"}, |
155 {regexp => qr{^Preprocessor exception}, severity => "major"}, |
155 {regexp => qr{^Preprocessor exception}, severity => "major"}, |
156 {regexp => qr{No such file or directory$}, severity => "major"}, |
156 {regexp => qr{No such file or directory$}, severity => "major"}, |
157 {regexp => qr{Can't find mmp file}, severity => "minor"}, |
157 {regexp => qr{Can't find mmp file}, severity => "minor"}, |
158 {regexp => qr{The make-engine exited with errors}, severity => "critical"}, |
158 {regexp => qr{The make-engine exited with errors}, severity => "critical"}, |
|
159 {regexp => qr{tool 'MS_.+?' from config '.*' did not return version '.*' as required\.}, severity => "inconsequential"}, |
159 {regexp => qr{tool '.+?' from config '.*' did not return version '.*' as required\.}, severity => "critical"}, |
160 {regexp => qr{tool '.+?' from config '.*' did not return version '.*' as required\.}, severity => "critical"}, |
160 {regexp => qr{Unknown build configuration '.*'}, severity => "critical"}, |
161 {regexp => qr{Unknown build configuration '.*'}, severity => "critical"}, |
161 {regexp => qr{No build configurations given}, severity => "critical"}, |
162 {regexp => qr{No build configurations given}, severity => "critical"}, |
162 {regexp => qr{Source of export does not exist:}, severity => "minor"}, |
163 {regexp => qr{Source of export does not exist:}, severity => "minor"}, |
163 {regexp => qr{Could not export}, severity => "minor"}, |
164 {regexp => qr{Could not export}, severity => "minor"}, |
164 {regexp => qr{Could not export}, severity => "minor"}, |
165 {regexp => qr{Could not export}, severity => "minor"}, |
165 {regexp => qr{Source zip for export does not exist:}, severity => "minor"}, |
166 {regexp => qr{Source zip for export does not exist:}, severity => "minor"}, |
|
167 {regexp => qr{^(INCLUDE|LIB) is not set in the environment and has no default}, severity => "inconsequential"}, |
166 ); |
168 ); |
167 |
169 |
168 foreach (@messageInterpretation) |
170 foreach (@messageInterpretation) |
169 { |
171 { |
170 if ($errorContext->{Chars} =~ $_->{regexp}) |
172 if ($errorContext->{Chars} =~ $_->{regexp}) |