Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7zip Header files in output dir missing #42806

Open
DSP-ENP opened this issue Dec 20, 2024 · 2 comments
Open

7zip Header files in output dir missing #42806

DSP-ENP opened this issue Dec 20, 2024 · 2 comments
Assignees
Labels
category:question This issue is a question

Comments

@DSP-ENP
Copy link

DSP-ENP commented Dec 20, 2024

Describe the bug
After building the 7zip,
Header files are missing in include\7zip\CPP
Missing directories of Header Files: include\7zip\CPP\Windows , include\7zip\CPP\7zip\Bundles, include\7zip\CPP\7zip\Common, include\7zip\CPP\7zip\Compress, include\7zip\CPP\7zip\Crypto, include\7zip\CPP\7zip\UI
and in include\7zip\CPP\7zip\Archive only 5 header files are there

Environment

  • OS: Windows 10
  • Compiler: MSVC 2019

To Reproduce
Steps to reproduce the behavior:

  1. ./vcpkg install 7zip

No error shows

@JonLiu1993 JonLiu1993 self-assigned this Dec 20, 2024
@JonLiu1993 JonLiu1993 added the category:question This issue is a question label Dec 20, 2024
@JonLiu1993
Copy link
Member

@DSP-ENP, Thanks for posting this issue, I can not reproduce your error on my machine:

PS F:\Feature-test\vcpkg> ./vcpkg install 7zip --editable
Computing installation plan...
The following packages will be built and installed:
    7zip:[email protected]
Installing 1/1 7zip:[email protected]...
Building 7zip:[email protected]...
Downloading ip7z-7zip-24.09.tar.gz
warning: Download failed -- retrying after 1000ms
Successfully downloaded ip7z-7zip-24.09.tar.gz.
-- Extracting source F:/Feature-test/vcpkg/downloads/ip7z-7zip-24.09.tar.gz
-- Using source at F:/Feature-test/vcpkg/buildtrees/7zip/src/24.09-69efbab586
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: F:/Feature-test/vcpkg/packages/7zip_x64-windows/share/7zip/copyright
-- Performing post-build validation
Elapsed time to handle 7zip:x64-windows: 1.6 min
Total install time: 1.6 min
7zip provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(7zip CONFIG REQUIRED)
  target_link_libraries(main PRIVATE 7zip::7zip)

Please re-run the ./bootstrap-vcpkg.bat script to update the vcpkg tools and try again.

@DSP-ENP
Copy link
Author

DSP-ENP commented Dec 20, 2024

@JonLiu1993 did you get all header files in Dir : vcpkg\installed\x64-windows-static\include\7zip

if yes can you check vcpkg\installed\x64-windows-static\include\CPP\7zip\Archive\Zip\ZipHandler.h is present in output.

downloaded vcpkg today itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants