Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Error Parser for external compiler. How to?

Can someone give me a tuto about how to write the pattern of errors?
I have my errors msg as:
"ICU_Example.c", line 69: Error:  #65: expected a ";"
    printf("---------------\n\n");
    ^

New2Eclipse wrote:
> 
> Thanks a lot Mike. That was very useful. I followed all the steps and I am
> able to parse through the errors in the console view and see them in my
> Problem view. But I can't seem to jump to the location of the error from
> my problem view. The path field in the problem view doesn't get populated
> and the Location field doesn't seem to have the right values. Help!
> 

-- 
View this message in context: http://old.nabble.com/Error-Parser-for-external-compiler.-How-to--tp26215807p27757625.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top