*** compilation.txt 11 Jul 2009 07:12:00 +1000 1.27 --- compilation.txt 25 Jul 2009 22:03:09 +1000 *************** *** 300,311 **** --- 300,326 ---- symbol: perl + For reference, the font-lock "Command output lines" pattern which + highlights "make:" etc program names also hits "store:" in the + "store::odrecall" module name here. That's not really wanted, but + it's harmless since the error match overrides it. + + syntax error at automake line 922, near "':'" Died at test.pl line 27. store::odrecall('File_A', 'x2') called at store.pm line 90 (in cleanup) something bad at foo.pl line 3 during global destruction. + The following 'orrible looking bit is from the Perl-Glib module. It's + a Glib message put through Perl warn() to get "at FILENAME line N". + The aim is to match the Perl filename/linenum part since that's going + to be the offending code. As long as the "gnu" patterns are tight + enough not to take the "... WARNING **:" as a filename it should be + fine. + + GLib-GObject-WARNING **: /build/buildd/glib2.0-2.14.5/gobject/gsignal.c:1741: instance `0x8206790' has no handler with id `1234' at t-compilation-perl-gtk.pl line 3. + * PHP symbol: php