I having some trouble making NewsObject. After a
successfull compilation of the source the linker
complains that some external dependencies are missing.
I have installed uudeview version 0.5.18
/bin/sh ../libtool --mode=link --tag=CXX c++ -O2
-fno-exceptions -fno-check-new -o newsobjects
news_encoder.o news_mimetypes.o news_sieve.o
news_connection.o std_connection.o news_articles.o
news_groups.o news_servers.o news_date.o news_article.o
news_group.o news_server.o main.o
c++ -O2 -fno-exceptions -fno-check-new -o newsobjects
news_encoder.o news_mimetypes.o news_sieve.o
news_connection.o std_connection.o news_articles.o
news_groups.o news_servers.o news_date.o news_article.o
news_group.o news_server.o main.o
news_encoder.o: In function
`news_encoder::news_encoder(void)':
news_encoder.o(.text+0x7): undefined reference to
`UUInitialize'
news_encoder.o: In function
`news_encoder::~news_encoder(void)':
news_encoder.o(.text+0x2b): undefined reference to
`UUCleanUp'
news_encoder.o: In function
`news_encoder::encodeToFile(basic_string<char,
string_char_traits<char>,
__default_alloc_template<true, 0> >, basic_string<char,
string_char_traits<char>,
__default_alloc_template<true, 0> >, int)':
news_encoder.o(.text+0x2fe): undefined reference to
`UUEncodeToFile'
news_encoder.o: In function
`news_encoder::decodeFromFile(basic_string<char,
string_char_traits<char>,
__default_alloc_template<true, 0> >, bool)':
news_encoder.o(.text+0xd2b): undefined reference to
`UULoadFile'
news_encoder.o(.text+0xd3d): undefined reference to
`UUDecodeFile'
news_encoder.o(.text+0xd4a): undefined reference to
`UUGetFileListItem'
news_encoder.o: In function
`news_encoder::setSavePath(basic_string<char,
string_char_traits<char>,
__default_alloc_template<true, 0> >)':
news_encoder.o(.text+0x124c): undefined reference to
`UUSetOption'
collect2: ld returned 1 exit status
Logged In: YES
user_id=15756
Well - I compiled the stuff from KDevelop instead of using
configure and make and that did the trick!