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

cmake install failed #323

Open
L-Super opened this issue Oct 17, 2024 · 0 comments
Open

cmake install failed #323

L-Super opened this issue Oct 17, 2024 · 0 comments

Comments

@L-Super
Copy link

L-Super commented Oct 17, 2024

I’m using SimZip, which depends on miniz. It compiles successfully, but the installation failed.

error message:

[1/6] Zipping to demo/cmake-build-debug/_deps/miniz-build/miniz.zip.
FAILED: _deps/miniz-build/miniz-3.0.2.zip demo/cmake-build-debug/_deps/miniz-build/miniz-3.0.2.zip 
cd demo/cmake-build-debug/_deps/miniz-build/amalgamation && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E copy_directory demo/examples demo/cmake-build-debug/_deps/miniz-build/amalgamation/examples && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E copy demo/ChangeLog.md demo/cmake-build-debug/_deps/miniz-build/amalgamation/ChangeLog.md && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E copy demo/readme.md demo/cmake-build-debug/_deps/miniz-build/amalgamation/readme.md && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E copy demo/LICENSE demo/cmake-build-debug/_deps/miniz-build/amalgamation/LICENSE && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E tar cf demo/cmake-build-debug/_deps/miniz-build/miniz-3.0.2.zip --format=zip -- miniz.c miniz.h ChangeLog.md readme.md LICENSE
Error copying directory from "demo/examples" to "demo/cmake-build-debug/_deps/miniz-build/amalgamation/examples".

By the way, miniz will be compiled into a static library. I don’t quite understand why these files need to be copied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant