enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Enigma-devel] Re: Enigma 1.00 beta Released!


From: Ronald Lamprecht
Subject: Re: [Enigma-devel] Re: Enigma 1.00 beta Released!
Date: Fri, 24 Nov 2006 21:19:19 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Hi,

Ronald Lamprecht wrote:
Hi,

Erich Schubert wrote:

Hi Ronald,
So far I didn't succeed building the beta.

file_zip.o: In function `enigma::findInZip(std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::basic_string<char, std::char_traits<char>, std::allocator<char>

, std::basic_string<char, std::char_traits<char>,


std::allocator<char> >, std::basic_string<char,
std::char_traits<char>, std::allocator<char> >&,
std::auto_ptr<std::basic_istream<char, std::char_traits<char> > >&)':
/home/erich/debian/enigma-1.00~beta/build-tree/enigma-1.00-beta/src/file_zip.cc:46:
undefined reference to
`zipios::ZipFile::ZipFile(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, int, int)'
[... probably just a consequence ...]
file_zip.o: In function `ZipLocalEntry':
../lib-src/zipios++/zipios++/ziphead.h:31: undefined reference to
`vtable for zipios::ZipLocalEntry'
[...]

With both the debian zipios and the included zipios.


Strange - this function has not been modified for more than half a year. Just the added includes and "using namespace zipios;" could have caused the trouble.

Try to eliminate in the beta release src/file_zip.cc line 46 the no more needed "zipios::". Which gcc version do you use? Other Debian users did compile beta without reporting problems.

Please check first if r438 compiles without problems. If so we should abolish the "using namespace zipios;" and add the namespace to the few references.

Ronald




reply via email to

[Prev in Thread] Current Thread [Next in Thread]