[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble with newsticker
From: |
Ashish SHUKLA |
Subject: |
Re: Trouble with newsticker |
Date: |
Mon, 02 Feb 2009 10:50:26 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-unknown-linux-gnu) |
leandro noferini writes:
> Ciao a tutti,
> I have a trouble with newsticker: running "newsticker-start" I got the
> error message
> Invalid image type `xpm'
Looks like your emacs is not compiled with XPM support. Here are my Emacs
configuration options (accessible through system-configuration-options
variable):
,---- system-configuration-options
| '--prefix=/usr' '--localstatedir=/var/lib/emacs'
| '--libexecdir=/usr/lib/emacs' '--with-xpm' '--with-jpeg' '--with-tiff'
| '--with-gif' '--with-png' '--without-sound' '--with-x-toolkit=gtk'
| '--enable-font-backend' '--with-m17n-flt' '--with-rsvg'
| '--with-freetype' '--with-xft' '--with-libotf' '--with-gpm'
| '--with-dbus' '--with-sound' 'CFLAGS=-march=x86-64 -mtune=native -O2
| -pipe -g'
`----
Since, I don't use this addon, I'm not sure if this is the case.
HTH
--
Ashish SHUKLA