-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[libdwarf] New port #34382
[libdwarf] New port #34382
Conversation
I'm running into |
Ok, looks like it's just z not ZLIB for linking. |
I'm seeing |
You must transfer these suggestions by hand. |
Should be good now @Adela0814, thank you for the review! |
@jeremy-rifkin Usage test failed on x64-windows.
Error message:
|
Thank you, I think the best solution is just to provide a usage text including instructions to Should be good to review again now. |
It's better to add |
@jeremy-rifkin I will send you a PR instead of review comments. |
|
I think it should now be good to go for another review. Thanks so much for all the help! |
The target is named differently for shared/static, which seems sub-ideal. I might be able to add an alias to take care of that if needed. |
Please restore the usage file. It is the correct solution to the target name variation. |
No feature needs to test. |
@dg0yt My apologies, I didn't realize you had updated the usage file :) |
This reverts commit 54b32d1.
Your usage file works for me locally for x64 static and shared |
Trying to add libdwarf. Needed for #34217.
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxxvcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.