Page 1 of 1

GCC Error Messages

Posted: Mon Jan 04, 2010 2:34 am
by beni
I found a site where they present common GCC errors and warnings that are often not understood and quite cryptic. Of course the problem is presented as well with a suggestion for a solution.
For people that know a lot already it may be interesting to see exactly how cryptic it can get. For those who still have to learn a lot, it could actually help to solve one or two problems.

Have a look.

Re: GCC Error Messages

Posted: Mon Jan 04, 2010 2:43 pm
by 1337
Ah, that's very useful, especially with a text search engine.
Thx a lot Beni for the link.

Re: GCC Error Messages

Posted: Tue Jan 05, 2010 1:36 pm
by x3n
Did I miss the second page or where are the cryptic messages? :P
And I think this is mainly for C code... there are a lot of additional messages in C++, including those related to the STL. They can easily cover your entire screen. ;)

Re: GCC Error Messages

Posted: Tue Jan 05, 2010 1:38 pm
by beni
x3n wrote:And I think this is mainly for C code... there are a lot of additional messages in C++, including those related to the STL. They can easily cover your entire screen. ;)
True, no STL on this page. They should add them. Are also quite cryptic when there was just a little typo or something...