Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gcc c++ command line error-message parser

Tags:

c++

gcc

boost

Are there any programs for parsing and displaying in a nice format the c++ error messages generated by gcc.
I'm really looking for something like less that I can pipe my errors into that will collapse the template parameter lists by default, maybe with some nice highlighting so that my errors are actually readable.

(Yes, it's boost's fault I have such incomprehensible errors, in case you were wondering)

like image 520
James Avatar asked Jun 14 '10 16:06

James


1 Answers

STL Error Decryptor (AKA STLFilt) can help decode them. I've had mixed results.

like image 164
Stephen Avatar answered Oct 20 '22 10:10

Stephen