yamafaktory / reflex-starter

A simple starter project for building Reflex applications with Stack.
BSD 3-Clause "New" or "Revised" License
36 stars 3 forks source link

Is windows supported? #5

Open Wizek opened 6 years ago

Wizek commented 6 years ago

I ran into this error so far:

GHCi\Signals.hs:9:1: error:
    Failed to load interface for `System.Posix.Signals'
    Perhaps you meant System.Posix.Internals (from base-4.9.0.0)
    Use -v to see a list of the files searched for.
cabal.exe: Error: some packages failed to install:
ghci-8.0.1 failed during the building phase. The exception was:
ExitFailure 1
process-1.4.2.0 failed during the building phase. The exception was:
ExitFailure 1

Booting GHCJS (this will take a long time) ...Process exited with ExitFa
ilure 1: C:\Users\Wizek\AppData\Local\Programs\stack\x86_64-windows\ghcj
s-0.2.1.9007001_ghc-8.0.1\src\.stack-work\install\bf793b62\bin\ghcjs-boo
t.EXE --clean
PS C:\Users\Wizek\reflex-starter>
yamafaktory commented 6 years ago

Hi @Wizek,

I guess that sadly using Windows is still a blocker (I'm not a Windows user by the way). See https://github.com/ghcjs/ghcjs/issues/559.

Wizek commented 6 years ago

Hello @yamafaktory,

And how about with GHC (+webkitgtk, I presume) instead of GHCJS?

sabine commented 6 years ago

@Wizek did you find out how to build for Windows with webkitgtk? I'm very interested in that myself. :smile: