tora

Results 4 comments of tora

Adding `-Wno-error=incompatible-function-pointer-types` to `CFLAGS` should solve the issue. It seems that `-Wno-error=incompatible-function-pointer-types` is also required to build e2fsprogs. Also, you should rename or delete `include/uuid/uuid.h` in the e2fsprogs package, because...

@DexterSLamb Yes, you should remove it from the installation folder. So for example if you installed it on /opt/gnu, `mv /opt/gnu/include/uuid/uuid.h /opt/gnu/include/uuid/uuid.h.bak` If you installed e2fsprogs through homebrew, `mv /usr/local/opt/e2fsprogs/include/uuid/uuid.h...

It worked after I set the css-loader option `esModule` to false. It seems that this project requires css-loader exports an object containing CSS name fields as the default export. As...

Note: instead of replacing the script, simply appending `--with-hsc2hs=javascript-unknown-ghcjs-hsc2hs-9.10.0.20240413` to `cabal build` (along with `--with-ghc=javascript-unknown-ghcjs-ghc-9.10.0.20240413 --with-ghc-pkg=javascript-unknown-ghcjs-ghc-pkg-9.10.0.20240413`) also fixes build.