Package: colorgcc
Version: 1.3.2.0-4
Colorgcc does not colorize output from g++ (tested with g++ 4.0.3).
Possible patch:
--- colorgcc.backup 2006-07-17 11:30:31.000000000 -0300
+++ colorgcc 2006-07-17 13:22:10.000000000 -0300
@@ -163,7 +163,7 @@
# This substitute replaces `foo' with `AfooB' where A is the escape
# sequence that turns on the the desired source color, and B is the
# escape sequence that returns to $normalColor.
- $line =~ s/\`(.*?)\'/\`$srcon$1$srcoff\'/g;
+ $line =~ s/(\`|\')(.*?)\'/\`$srcon$2$srcoff\'/g;
print($line, color("reset"));
}
--
/* []s, Narcelio Filho */ main(){char l,I=0,*O="9!?=! 7!<3! 1- ";
/* [EMAIL PROTECTED] */ while(*O){for(l=6;l;)putchar(*O>>--l&1?
/* ICQ# 3903490 */ 0x23:040);++I%3?l|=l:putchar(10);O++;}}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]