You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
./vcpkg install 7zip
No error shows
The text was updated successfully, but these errors were encountered:
@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.
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
To Reproduce
Steps to reproduce the behavior:
No error shows
The text was updated successfully, but these errors were encountered: