Henk van der Spek

Results 10 comments of Henk van der Spek

Same problem for me. Any suggestions @matthewseaman?

Still same problem. I must be doing something different.

Do i need to use LLVM 11 instead?

Ok thanks, Max. I didn't have LLVM installed before using this package. It's a new machine and didn't even had Homebrew on it 😄

Ok, I need JIT. So I better use LLVM 11 then, remove 13 to make sure.

> As far as I understand `make-pkgconfig.swift` relies on Homebrew installations, but I could be wrong. Yes, I see it uses brew. Script runs fine though. But it must be...

```Running /usr/bin/which brew... Running /opt/homebrew/bin/brew --prefix... Running /usr/bin/which llvm-config-11... Running /usr/bin/which llvm-config... Found llvm-config at /opt/homebrew/opt/llvm@11/bin/llvm-config... Running /opt/homebrew/opt/llvm@11/bin/llvm-config --version... LLVM version is 11.1.0 Running /opt/homebrew/opt/llvm@11/bin/llvm-config --ldflags --libs all --system-libs... Running...

It does give more info. But still strange.

Oh wait. It said so to install pkg-config. That was it! Thanks for the help, Max!

I'm having the same issue when developing on macOS with Postgres.app installed. First it couldn't connect because it seems to need user and password in the connection string, despite not...