← Back to team overview

yade-dev team mailing list archive

Re: Colorful Errors and Warnings in xterm when compiling! EXTRA :)

 

> dunno why. But the colors look great, Bruno was impressed also.
> I wonder how long before he installs this too :) Did you know about
> colorgcc before?
>   
Yes, I knew it, and I think it has one flaw. The good approach is to do
like distcc: you call distcc with the program to run as the first
argument (distcc g++-4.3 etc). Whereas colorgcc becomes link to the
compiler, which is IMHO not very nice, since the version of compiler you
use is determined by ~/.colorgcc.

I personally use vim's built-in quickfix window with :set makeprg=scons,
which parses warnings and errors and gets you to that line with cursor.

Vaclav



References