Software >
(on Wikipedia)
was newsbeuter.org
An RSS/Atom feed reader for text terminals.
I couldn’t even get the damned thing working.
-
Abandoned – officially abandoned
—
- 2009-08-13 – 2.0 on Unity Linux 0.99-alpha2, updated 2009-08-12
-
2009-01-29 – 1.3 on PCLinuxOS 2007, probably updated mid to late 2008
Table of Contents [hide]
2009-08-13 – 2.0 ∞
It has a metric assload of dependencies.
smart-root install libsqlite3-devel libcurl-devel gettext libgettextmisc gcc-c++ make
Spoiler
c++ -ggdb -I/sw/include -Iinclude -Istfl -Ifilter -I. -Irss -Wall -Wextra -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -o src/colormanager.o -c src/colormanager.cpp
In file included from include/pb_view.h:5,
from src/colormanager.cpp:4:
include/stflpp.h:5:18: error: stfl.h: No such file or directory
In file included from include/pb_view.h:5,
from src/colormanager.cpp:4:
include/stflpp.h:33: error: ISO C++ forbids declaration of ‘stfl_form’ with no type
include/stflpp.h:33: error: expected ‘;’ before ‘*’ token
include/stflpp.h:34: error: ISO C++ forbids declaration of ‘stfl_ipool’ with no type
include/stflpp.h:34: error: expected ‘;’ before ‘*’ token
make: *** [src/colormanager.o] Error 1
When trying make on STFL I get
Spoiler
gcc -pthread -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o public.o public.c In file included from public.c:23: stfl_internals.h:31:30: error: ncursesw/ncurses.h: No such file or directory In file included from public.c:23: stfl_internals.h:48: error: expected declaration specifiers or ‘...’ before ‘WINDOW’ stfl_internals.h:144: error: expected ‘)’ before ‘*’ token stfl_internals.h:145: error: expected declaration specifiers or ‘...’ before ‘WINDOW’ stfl_internals.h:150: error: expected declaration specifiers or ‘...’ before ‘WINDOW’ make: *** [public.o] Error 1
I do have ncurses and ncurses-devel installed. I give up.
2009-01-29 – 1.3 ∞
apt-get install libsqlite3-devel libcurl3-devel wget www.newsbeuter.org/downloads/newsbeuter-1.3.tar.gz tar xvvzf newsbeuter-1.3.tar.gz cd newsbeuter-1.3 make
Spoiler
In file included from ./include/pb_view.h:5,
from src/colormanager.cpp:4:
./include/stflpp.h:5:18: error: stfl.h: No such file or directory
./include/stflpp.h:33: error: ISO C++ forbids declaration of ‘stfl_form’ with no type
./include/stflpp.h:33: error: expected ‘;’ before ‘*’ token
./include/stflpp.h:34: error: ISO C++ forbids declaration of ‘stfl_ipool’ with no type
./include/stflpp.h:34: error: expected ‘;’ before ‘*’ token
make: *** [src/colormanager.o] Error 1
Fuck it.

ported
confirmed abandoned