Results 513 comments of sideshowbarker

OK, I’m gonna try myself rebuilding from scratch in my environment with Xcode 16.2 and the Apple-installed clang. I see now that I currently had Xcode 16.1 (not 16.2) installed....

Have y’all tried doing Debug builds? That’s one possible difference that comes to mind: I’m doing Debug builds. And I did one just now with the apple-installed clang — and...

OK yeah: ✅ homebrew clang Debug build from scratch always works ❌ apple clang Debug build from scratch always fails ❌ apple clang Debug `rebuild` — after first running a...

And I also tried setting `SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"` in my environment to see if that un-break it. But it doesn’t. I get the exact same failure.

In my environment: ``` $ ls /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs total 0 drwxr-xr-x 7 root 224B Nov 21 17:06 MacOSX.sdk lrwxr-xr-x 1 root 10B Mar 6 21:32 MacOSX15.2.sdk -> MacOSX.sdk lrwxr-xr-x 1 root...

OK, just ran a release build from scratch in my environment with apple clang, and that fails too — and exact same error So, it seems it not specific to...

Anyway, I’m now inclined to just go ahead and close this particular issue — since it’s just about the docs. And the existing docs are actually accurate, in that just...

> @sideshowbarker can you share the top of Build/vcpkg/buildtrees/skia/arm64-osx-dynamic-dbg/obj/gpu.ninja ``` defines = -DSK_TRIVIAL_ABI=\[\[clang$:$:trivial_abi\]\] -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSKIA_DLL -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_USE_PERFETTO -defines = -DSK_TRIVIAL_ABI=\[\[clang$:$:trivial_abi\]\] -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSKIA_DLL -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_USE_PERFETTO...

My `xcode-select -p`, `xcodebuild -version`, and `clang --version` output is exactly that same as what Tim posted in https://github.com/LadybirdBrowser/ladybird/pull/3833#issuecomment-2704181274 But as far as differences: my CPU is an M1 Pro...

> If you can figure out why this file does or doesn't compile on your system you should be good to go > > ``` > ➜ ladybird-browser git:(master) clang...