-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Build process relies on vcpkg glibc binaries #93
Comments
Based on https://github.com/microsoft/vcpkg/blob/master/scripts/bootstrap.sh it looks like Toolchain/BuildVcpkg.sh needs to conditionally pass |
More glibc binaries. |
Similar error on Ubuntu 23.10 in WSL2 |
If modifying our BuildVcpkg.sh script to add Is it the case that removing Toolchain/Tarballs, Toolchain/Local, and Toolchain/Build, modifying Toolchain/BuildVcpkg.sh to pass |
See the my last comment before this one @ADKaster |
Noticed this cat /home/stefano/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/icu/config-x64-linux-dbg-err.log I installed the package with apt and now it is moving along, I update this comment when the compilation ends EDIT: Compiled successfully, I forgot to set the env variable so I run like this and it works (created the tmp directory under the user and set permission 0700)
|
I am on a Linux musl-based distribution, and building Ladybird requires running a binary from Microsoft which is linked against glibc; it causes the following build errors:
A quick check at the binary:
The text was updated successfully, but these errors were encountered: