Hacker News new | ask | show | jobs
by aoeusnth1 938 days ago
I can't get this to build for MacOS, has anyone succeeded? I ran the brew commands from the mac-nightly CI script, did `git submodule init; git submodule update` and get this error running `build.sh`:

``` $ sh build.sh --build-type Release --install --sudo --clean-all;

In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/cups/http.h:39: /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/netinet/ip.h:189:2: error: unknown type name 'u_char' u_char ipt_code; /* IPOPT_TS */

```

...etc

1 comments

Did you see the OS Support section in the README [0]? I tried for about 15 minutes and didn't get it to build. And even if it did, it would probably not be stable enough to use for anything productively.

[0] https://github.com/aurelienpierreeng/ansel#os-support

Yeah, I saw that, but I also saw instructions for building on Mac and CI scripts for doing it so I got hopeful :(

I don’t mind a few gtk bugs.