does bitcoind build on mac at all?
I cannot get it to recognize cmake flags in my nix build. I'm hard blocked from building my project on mac until I can get this resolved.
does bitcoind build on mac at all?
I cannot get it to recognize cmake flags in my nix build. I'm hard blocked from building my project on mac until I can get this resolved.
The nix package should build on mac yea. Can you build it without the modified build settings in your override?
Well that is basically what it's doing since it is ignoring my build flags. I just confirmed this on my machine. See this ticket I created: https://github.com/vnprc/hashpool/issues/32
Are you building a v28 tag, latest master or one of the v29 release tags?
I'm actually trying the build sjors' Sv2 branch: https://github.com/sjors/bitcoin
I think the next step is to try to build outside of nix. But I have to put this down and get some stuff done today. Time waits for no build error.
That's slightly behind v29 (not far) but I suggest trying master first.
I use a Mac all the time and bitcoind builds fine. USER ERROR :-)
Anyway, hopefully you're figure it out, but maybe open a Github issue if not - cmake is new in v29 so could still have bugs.