streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Streamly core >= 0.2 does not build on FreeBSD

Open sumo opened this issue 3 months ago • 2 comments

As per the defines build fails. Should there be anther package (streamly-io?) that provides IO related capability so that streamly-core can be used without a dependency on OS?

Building library for streamly-core-0.2.1..

src/Streamly/Internal/FileSystem/Dir.hs:99:2: error:
     error: "Unsupported architecture"
   |
99 | #error "Unsupported architecture"
   |  ^
#error "Unsupported architecture"
 ^
1 error generated.

src/Streamly/Internal/FileSystem/Dir.hs:99:2: error:
     error: "Unsupported architecture"
   |
99 | #error "Unsupported architecture"
   |  ^
#error "Unsupported architecture"
 ^
1 error generated.

src/Streamly/Internal/FileSystem/Dir.hs:1:1: error:
    `cc' failed in phase `C pre-processor'. (Exit code: 1)
  |
1 | #include "inline.hs"

sumo avatar Apr 05 '24 04:04 sumo