Skip to content

Migrating libCombine to zipper 3.x #39

@LecrisUT

Description

@LecrisUT

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.

zipper/src/Unzipper.cpp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions