2007-03-19

More Compiler Error Messages

I've just updated my page listing GCC error messages with a whole bunch of new messages. Lots and lots thanks to Diederik from Codingdomain. He just send me a mail with a whole list of error messages and solutions.

5 Comments:

At 7:30 PM, Blogger Diederik said...

Thanks for the credits, this just made me smile. And I'm happy to see this resource gets better. :)

 
At 9:44 PM, Anonymous Paul Giannaros said...

Just to point out a typo:
...... All signals are protected methods. Hence, the compiler can refer to your signsls section when it mentions protected.

 
At 9:52 AM, Blogger Johan Thelin said...

Thanks - fixed!

 
At 12:02 AM, Blogger Parker said...

"Undefined reference to..." can easily be caused by including a library header without actually linking to the library, a beginner's mistake I recently made. It might be worthwhile adding that to the "undefined reference" entry.

 
At 7:21 AM, Blogger Johan Thelin said...

Thanks. Added!

 

Post a Comment

<< Home