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
_______________________________________________
Enigma-devel mailing list
Enigma-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/enigma-devel