sheaf
sheaf
I started over from scratch using `clang64` instead of `mingw64`. Unfortunately, I ended up in the exact same position, struggling to build `harfbuzz` and `cairo`. `freetype2`, `glib`, `atk`, `gio`... completed...
I managed to build from within the msys `clang64` shell. I think that was what I was missing. Thanks Ryan.
This breaks for me on Windows, because e.g. the `CSocklen` type is not defined on my machine. I added some CPP in https://github.com/sheaf/haskell-gi/commit/ec11dd69ab6a3a9f7f7e967f5f7ffa7d9206cd2a which I think should fix things.
What got merged here does indeed fix #431 for me on Windows, so it makes my patch in https://github.com/sheaf/haskell-gi/commit/ec11dd69ab6a3a9f7f7e967f5f7ffa7d9206cd2a redundant. Thanks.
> Sorry for the noob question, but how exactly can I use the answers and/or updates presented in #430 to solve this? I'm getting this same error but in EndeavourOS/Arch....
This was fixed in https://github.com/haskell-gi/haskell-gi/commit/8fa06f827d5f7d41a4756576a783d9e682bbd4d5, so I believe this issue can now be closed (I don't have the rights to close an issue on this repository).
> I tried compiling this with > > ``` > source-repository-package > type: git > location: https://github.com/sheaf/process > tag: 61b1de95e72acda5d773c972c7484b1a792ca9e5 > post-checkout-command: autoreconf -i > ``` > > but it...
I have successfully built all of the `clc-stackage` repository with this patched version of cabal (I included an additional patch to ignore logging handles, to avoid using self-exec instead of...
> @sheaf This is impressive. I took the liberty of making some comments about SetupWrapper. I hope you don't mind. I think this subsumes #9735, what do you think? This...
Thanks for reporting this issue @Bodigrim. I have put up #9951 with a fix.