Bug 91878 - compile error RSS redeclared as different kind of symbol
Summary: compile error RSS redeclared as different kind of symbol
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 06:41 UTC by Miles Stevenson
Modified: 2004-11-30 00:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miles Stevenson 2004-10-22 06:41:31 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3.2-6 
OS:                Linux

make fails with the following error:

Making all in librss
make[4]: Entering directory `/usr/local/src/akregator-1.0_beta7/akregator/src/librss'
if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../..-I../../../src -I/usr/include/kde -I/usr/lib/qt-3.3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT article.lo -MD -MP -MF ".deps/article.Tpo" \
  -c -o article.lo `test -f 'article.cpp' || echo './'`article.cpp; \
then mv -f ".deps/article.Tpo" ".deps/article.Plo"; \
else rm -f ".deps/article.Tpo"; exit 1; \
fi
In file included from article.h:16,
                 from article.cpp:11:
global.h:129: error: `RSS' redeclared as different kind of symbol
global.h:18: error: previous declaration of `RSS'
make[4]: *** [article.lo] Error 1
make[4]: Leaving directory `/usr/local/src/akregator-1.0_beta7/akregator/src/librss'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/akregator-1.0_beta7/akregator/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/akregator-1.0_beta7/akregator'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/akregator-1.0_beta7'
make: *** [all] Error 2
Comment 1 Miles Stevenson 2004-11-29 20:58:01 UTC
I have now tried this against 1.0_beta8 as well as the latest CVS snapshot from the kdenonbeta module (as of Nov 29). 
Comment 2 Frank Osterfeld 2004-11-29 23:43:21 UTC
Fixed in CVS (renamed Format::RSS to Format::RSSFeed)
Comment 3 Miles Stevenson 2004-11-30 00:25:52 UTC
Install successful. Thank you very much!