Author Topic: Cygwin Error/warning in code::block  (Read 2945 times)

Offline gerardpuducul

  • Single posting newcomer
  • *
  • Posts: 8
Cygwin Error/warning in code::block
« on: September 08, 2008, 04:00:37 pm »
Hy all,

I discover code::block and i am very impressed by it  :shock:. But i want to use it with cygwin and specially i want to use the feature for going directly on the error/warning by clicking in the output message in the build tab but code::block don't recognize the cygwin syntax. for example I have these kind of error output :

"..\..\source\ft\ft.c", line 263: Serious error: C2284E: expected ';' after command - inserted before '{'

I have modified the parser rule with : (")(.*)("),( line) ([0-9]+):( Error:[ \t].*)

so in build messages tab i have :
..\..\source\ft\ft.c|263| Serious error: C2284E: expected ';' after command - inserted before '{'|

But when i clic on it nothing happen. Is it due to the relative path?(but i don't know how to replace it with real path). Is there a solution for my problem?

thanks