reflex-starter
reflex-starter copied to clipboard
Is windows supported?
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>
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.
Hello @yamafaktory,
And how about with GHC (+webkitgtk, I presume) instead of GHCJS?
@Wizek did you find out how to build for Windows with webkitgtk? I'm very interested in that myself. :smile: