-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"stack setup" for GHCJS doesn't work on windows due to long paths #1145
Comments
We probably need to replicate some of the functionality in #1027 for snapshot databases. |
I am getting a different error for ghcjs installation on Windows (10, 64bit):
This path does not seem to be exceeding the 260 characters limit (it's 120 long); however, why does it have |
Unfortunately, is still does not work for me on Windows (using stack Version 0.1.7.0, Git revision feb57fa i386):
This happens only when doing I works inside a project. |
You can increase the path size on windows to roughly 32,000 characters by turning on |
stack setup
ought to work with GHCJS + windows now, but I'm running into issues due to long paths. In particularly, it fails during the install step withSetup.hs: does not exist
, as it can't moveC:\Users\Sloan\AppData\Local\Programs\stack\i386-windows\ghcjs-0.1.0.20150924_ghc-7.10.2\src\.stack-work\install\i386-windows\lts-3.6\7.10.2\lib\i386-windows-ghc-7.10.2\ghcjs-0.1.0.20150924-3v8gJrjhwSs4MId7xBHavX\libHSghcjs-0.1.0.20150924-3v8gJrjhwSs4MId7xBHavX.a
to a different location.What can we do to resolve this?
Maybe place the ghcjs source files relative STACK_ROOT? Then, if they take the suggestion to use the short one, maybe the paths will be short enough... (Though it's only
C:\Users\Sloan\AppData\Local\Programs\stack\i386-windows\
vsC:\stack_root\programs
...).The text was updated successfully, but these errors were encountered: