-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[libwebp] build failure #17359
Comments
@larshg ,Are you using the latest vcpkg? |
Its run with master from two days ago, however the hardcoded paths are still in master: vcpkg/ports/libwebp/portfile.cmake Line 64 in 807a798
And its set to only build release version, so there shouldnt be any debug folder nor files in it. |
@larshg ,Thanks for your issue,Currently, we do not support a single relase or debug install |
the pity is that libwebp was working in a release only triplet before, so it's always a problem when things go in the wrong direction if left by themselves... |
Fixed waiting in #17172... |
@JackBoosY @larshg IMO #17172 fixed this issue. |
Yes, thanks. I'll close this - I haven't verified it however. This will probably happen over the weekend 😄 |
Just looked at some docker buildlogs and it does build now, thanks 👍 |
Host Environment
To Reproduce
Using a triplet file, where only release library is build
./vcpkg install libwebp[core,nearlossless,simd,unicode]:x64-windows-rel
Failure logs
https://dev.azure.com/PointCloudLibrary/pcl/_build/results?buildId=18719&view=logs&j=645d9b2d-e6a8-55a6-fe5b-40842942afe7&t=07185e79-ad4d-5c13-c1d1-201b01637442&l=4141
Additional context
Probably due to hard coded paths in this:
85a48c1#diff-b7fda08137df905438eca706b25d715b4ceb70d81c9f7c9d3c485c726931b406R64-R68
The text was updated successfully, but these errors were encountered: