Jakub Konka

Results 128 comments of Jakub Konka

Andrew was right when commenting on my diff above that explicit paths should not be needed, and indeed #16836 ensures this is the case. I will need to discuss the...

OK, I was wrong with the last comment too, and my diff stands. Here's the current status quo that I think is correct. When we force the compiler to target...

> I just stumbled upon this issue but in my case it has nothing to do with cross-compiling to MacOS. In my case I'm using MacOS to cross-compile to Raspberry...

You misunderstood my comment. The OP's problem was specifically with cross-compiling to macOS, while yours is not.

> I haven't been able to build stage3 zig on macOS Sonoma just yet; I get this error when building; > > ``` > $ cmake -G Ninja -B build...

That was my bad - the patch was wrong. Could try again @haze?

> I think this detection logic should go inside `detectLibCIncludeDirs` in Compilation, where there is already similar detection logic for MSVC on Windows, glibc on Linux, etc. Oh, that's a...

Is this still building Zig using macports? Also, the second error is invoking `lld-link.exe` suggesting it was being built for windows and not for macos.

I am converting this issue into a tracking issue for macOS 14 Sonoma and related problems.