Re: [Evolution] Enabling Evolution RSS Reader Plugin



On Tue, 2017-07-25 at 16:26 -0700, Mason Hock wrote:
Any ideas as to how I could resolve this?

        Hi,
it's required to rebuild evolution-rss against the evolution you've
installed. It's not that hard, because evolution-rss is pretty
lightweight, but as regular users do not compile usually, then it can
be a challenge [1]. Maybe ask the package maintainer of evolution-rss
in your distribution to rebuild it.
        Bye,
        Milan

[1] it might be enough to install development  packages for evolution,
which also brings development packages for evolution-data-server and
many other, then get sources of the evolution-rss, ideally the same as
your package uses [2], then build it with something like:
   $ ./configure --prefix=/usr
   $ make
   $ sudo make install

If successful, then run evolution and it should be fine.

[2] the git checkout contains conditional compile for several old
versions, but I'm not sure whether it'll work with that old version of
evolution. The command to get the latest sources is:
   $ git clone git://git.gnome.org/evolution-rss


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]