Package Details: rss2html-hg 2-1

Package Base: rss2html-hg
Description: Convert RSS feeds to plain text, html or token-separated strings.
Upstream URL: http://nopcode.org/wk.php/rss2html
Category: network
Licenses: GPL
Submitter: totoloco
Maintainer: totoloco
Last Packager: None
Votes: 1
First Submitted: 2009-07-30 01:33
Last Updated: 2011-03-13 13:29

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by Compintuit

2011-03-25 21:22

I get this error when I try to compile it:
gcc -Wl,--hash-style=gnu -Wl,--as-needed `/usr/bin/curl-config --libs` main.o rsslist.o config.o rssshow.o download.o storage.o parser.o output.o resume.o cmptime.o subst.o template.o -o rss2html
download.o: In function `do_get':
download.c:(.text+0xac): undefined reference to `curl_easy_init'
download.c:(.text+0x11b): undefined reference to `curl_easy_setopt'
download.c:(.text+0x133): undefined reference to `curl_easy_setopt'
download.c:(.text+0x13b): undefined reference to `curl_easy_perform'
download.c:(.text+0x143): undefined reference to `curl_easy_cleanup'
collect2: ld returned 1 exit status
make[1]: *** [all] Error 1