-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
In order to update zipper package in Fedora to use this version, I need to update the dependents, which afaict is only libCombine
. I have got some pieces figured out, but then I was hit with
/builddir/build/BUILD/libCombine-0.2.20-build/libCombine-0.2.20/src/combine/combinearchive.cpp:301:31: error: ‘class zipper::Unzipper’ has no member named ‘extractEntryToStream’
301 | bool result = mpUnzipper->extractEntryToStream(filename, tempStream);
The symbol is there, but apparently it is not exported to the header file.
Lines 873 to 874 in 3938d0a
bool extractEntryToStream(std::string const& p_entry_name, | |
std::ostream& p_output_stream) |
Can you offer some assistance for such a transition?
Metadata
Metadata
Assignees
Labels
No labels