cdt/cdt_6_0_x/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/errorparsers/messages.properties
author timkelly
Mon, 21 Sep 2009 09:18:33 -0500
changeset 97 ce57c204ca6b
parent 77 2d52d49686f6
child 123 71e3840b8eca
permissions -rw-r--r--
fix for cdt bug 263987 (slightly different from our proposal but just as effective)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
# Copyright (c) 2006, 2008 Siemens AG.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
# All rights reserved. This program and the accompanying materials
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
# which accompanies this distribution, and is available at
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
#
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
# Contributors:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
# Norbert Ploett - Initial implementation
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
GCCErrorParser_varPattern_undeclared='(.*)' undeclared
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
GCCErrorParser_varPattern_defdNotUsed='(.*)' defined but not used
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
GCCErrorParser_varPattern_conflictTypes=conflicting types for '(.*)'
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
GCCErrorParser_varPattern_parseError=parse error before '(.*)'
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
GCCErrorParser_skip_UndeclaredOnlyOnce=\\(Each undeclared identifier is reported only once
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
GCCErrorParser_skip_forEachFunction=for each function it appears in.\\)
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
GCCErrorParser_skip_note=: note:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
GCCErrorParser_sikp_instantiatedFromHere=instantiated from 
97
ce57c204ca6b fix for cdt bug 263987 (slightly different from our proposal but just as effective)
timkelly
parents: 77
diff changeset
    19
#GCCErrorParser_Warnings=(.*?):([0-9]+):([0-9]+:)?( (.*[Ww]arning:|WARNING:|[Ee]rror:))? (.*)
ce57c204ca6b fix for cdt bug 263987 (slightly different from our proposal but just as effective)
timkelly
parents: 77
diff changeset
    20
GCCErrorParser_Warnings=(.*?):([0-9]+):([0-9]+:)?(.*?[([Ww]arning)(WARNING)([Ee]rror)]:)? (.*)
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
GLDErrorParser_error_text=(.*)\\(\\.text\\+.*\\): (.*)
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
GLDErrorParser_warning_general=ld(\\.exe)?: [Ww]arning:? (.*)
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
GLDErrorParser_error_general=ld(\\.exe)?: (.*)