diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-07-26 15:58:55 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-07-26 15:58:55 +0000 |
commit | cabb1527884f02155229189b3d2bf006856cea5e (patch) | |
tree | 93b0d47e18f60ec004a377b123d0e1df2b136340 /etc | |
parent | 4fbe2306e05a21f73a9a3ff90b0487c02fafa0d7 (diff) | |
download | emacs-cabb1527884f02155229189b3d2bf006856cea5e.tar.gz |
Add Perl-Glib sample message.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/compilation.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 2af52400dbd..a6744501a60 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2009-07-26 Kevin Ryde <user42@zip.com.au> + + * compilation.txt: Add Perl-Glib sample message. + 2009-07-23 Ken Raeburn <raeburn@raeburn.org> * NEWS: `load-in-progress' corruption fixed. diff --git a/etc/compilation.txt b/etc/compilation.txt index ade4e95d233..27c98de51e0 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -300,11 +300,15 @@ PCC-02151: line 21 column 40 file /usr/src/sb/ODBI_BHP.hpp: symbol: perl +The second sample, from the Perl-Glib module, is a Glib message put +through Perl warn() to get "at FILENAME line N". + 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. +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 |