Page 1 of 1
linker error pattern for g++
Posted: Thu Jul 15, 2010 6:24 pm
by Jarod42
Compiler error pattern and linker error pattern seems to share the same settings:
So some linker errors were not catched by default pattern.
I have added this pattern :
-- 8< --
^([^ ][a-zA-Z:]{0,2}[ a-zA-Z\\.0-9_/\\+\\-]+) *(:)([0-9]+)(:) undefined reference to .*
FileIndex:1
LineIndx:3
-- >8 --
Re: linker error pattern for g++
Posted: Thu Jul 15, 2010 9:05 pm
by eranif
Jarod42 wrote:Compiler error pattern and linker error pattern seems to share the same settings:
Actually the "errors" in the "error patterns" only indicates the colour nothing more
Jarod42 wrote:^([^ ][a-zA-Z:]{0,2}[ a-zA-Z\\.0-9_/\\+\\-]+) *(:)([0-9]+)(:) undefined reference to .*
FileIndex:1
LineIndx:3
So, should I add those to the 'error patterns' of gcc/g++ compilers?
Eran
Re: linker error pattern for g++
Posted: Thu Jul 15, 2010 9:51 pm
by Jarod42
eranif wrote:Jarod42 wrote:Compiler error pattern and linker error pattern seems to share the same settings:
Actually the "errors" in the "error patterns" only indicates the colour nothing more
And the "visibility" in the error panel (and the possibility to go to the problematic line)
eranif wrote:Jarod42 wrote:^([^ ][a-zA-Z:]{0,2}[ a-zA-Z\\.0-9_/\\+\\-]+) *(:)([0-9]+)(:) undefined reference to .*
FileIndex:1
LineIndx:3
So, should I add those to the 'error patterns' of gcc/g++ compilers?
I add it here to share it and so yes, you can add in the error patterns of gcc/g++ compilers if it is ok for you.