Results 104 comments of Aiden Fox Ivey

> One workaround is to unlink python from homebrew, install proxmark3, then relink python; `brew unlink python && brew install proxmark3 && brew link python` How does this work? I'm...

``` afi@orchard ~/D/llama.cpp (master) [2]> make -j I llama.cpp build info: I UNAME_S: Darwin I UNAME_P: arm I UNAME_M: arm64 I CFLAGS: -I. -O3 -DNDEBUG -std=c11 -fPIC -Wall -Wextra -Wpedantic...

Same deal with me. Not sure what the issue here might be. ![11534](https://github.com/keybase/client/assets/71291879/062805f9-cb47-404d-877a-724a782cbaaf)

@dustinvtran Is this still an issue that needs to be worked on?

Can confirm the same issue on my machine. ``` In file included from trackedelement.cc:32: ./alphanum.hpp:307:38: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'? struct alphanum_less :...

Same here! I had an issue with `libmosquitto`, but I just decided to compile without it.

> thanks your advice I'll try again Did you have any luck with this change? I'm also running into this issue when trying to do a Nix flake build for...

@afonso360 Seems the same here - also complete.

@afonso360 It seems like the only remaining part to fix is s390x, right?

> Yes, I think that's correct I'll take a look at how to get a VM running on my ARM MacBook.