Re: [Trisquel-users] Evolution RSS Reader Plugin

2017-07-29 Thread masonhock
Yeah, this is becoming more trouble than it's worth. At least now I kind of know how to build packages, though.

Re: [Trisquel-users] Evolution RSS Reader Plugin

2017-07-29 Thread greatgnu
Good progress! :) Sorry to hear about the error :/ You can try another client maybe and see if you like it.

Re: [Trisquel-users] Evolution RSS Reader Plugin

2017-07-28 Thread masonhock
autoconfig gave me configure.ac:4: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:8: error: possibly undefined macro: AM_PROG_AR configure.ac:10: error: possibly

Re: [Trisquel-users] Evolution RSS Reader Plugin

2017-07-28 Thread greatgnu
Hmm. Install 'automake' and try autoconf before the other commands. sudo apt-get install automake then autoconf ./configure make sudo make install

Re: [Trisquel-users] Evolution RSS Reader Plugin

2017-07-28 Thread alonivtsan
This seems to be a bug in Ubuntu 14.04 (assuming you are having an issue with this plugin in Trisquel 7): https://bugs.launchpad.net/ubuntu/+source/evolution-rss/+bug/1296701

Re: [Trisquel-users] Evolution RSS Reader Plugin

2017-07-27 Thread masonhock
Thanks for your response. Both './configure' and './configure.ac' (the latter is what I see in the extracted folder) give "command not found."

Re: [Trisquel-users] Evolution RSS Reader Plugin

2017-07-27 Thread greatgnu
https://github.com/GNOME/evolution-rss/archive/EVOLUTION_RSS_0_3_95.tar.gz that's the tar. You download it and extract it, then you cd into the extracted folder and compile. The standard method is: ./configure make sudo make install

[Trisquel-users] Evolution RSS Reader Plugin

2017-07-27 Thread masonhock
This is not necessarily a Trisquel-specific topic, but seems relevant given that Evolution is one of Trisquel's default programs. After installing evolution-rss from the repository, the RSS plugin appears in Evolution but clicking on it does not enable it as with other plugins. When I run