Andrew Kaster

Results 509 comments of Andrew Kaster

with https://github.com/swiftlang/swift/commit/433ca8ea8107057db5fcd433145e176a37a3cc77, this issue is gone and no longer needs -enable-library-evolution (or AssumeResilientCxxTypes)

> This is linux-only, would you mind adding an implementation for Mac and possibly Windows too? There's no sense in adding a Windows implementation, as we can't build the application...

can you revert the changes to vcpkg.json? it's supposed to be a symlink

That's looking for our file fontconfig.cmake, from Meta/CMake. the warning about no "project()" directive suggests that your previous build wasn't updated for https://github.com/LadybirdBrowser/ladybird/commit/66d91fa08cac961007322f33dd1acef80c328a22 The CMake source directory should be the...

We now (for the most part) document our dependencies in vcpkg.json https://github.com/LadybirdBrowser/ladybird/blob/541968b30dc50208f473566498100769711f10c8/vcpkg.json You might find this mostly working flatpak build I created last week helpful if there's extra packages we're...

oh right, skia isn't directly supported on FreeBSD. This issue and attached patch might be useful https://issues.skia.org/issues/40045542

Make sure to look at these log files > /Users/klraex/Documents/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/icu/config-arm64-osx-rel-config.log /Users/klraex/Documents/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/icu/config-arm64-osx-rel-out.log /Users/klraex/Documents/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/icu/config-arm64-osx-rel-err.log Also make sure that all dependencies are installed. especially the autoconf-archive dependency. And like circl mentioned, it's much...

We're in a similar situation to Firefox in this regard. APNG is supported by all the other browsers, so we want it as well. So whatever those distros do for...

> That's weird, the build system is supposed to pull in libpng from vcpkg. Was that changed? vcpkg is a package manager, not a build system. its job is to...

https://github.com/LadybirdBrowser/ladybird/pull/4924 adds a CMake configure check to yell about this more loudly.