-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build fails on Windows, 32bit #3
Comments
I installed
How to use |
Thank you for the bug reports. I made an issue about cabal recently starting to hide these messages: haskell/cabal#2154 I have updated the documentation as well. To make ghc-vis work inside a cabal sandbox you have to install it there as well, by running
I should make a note about this in the documentation. |
Unfortunately, it does not work just issuing the last command only By default, when using
So, I found this answer http://stackoverflow.com/a/24767649 Unfortunately, still this happens:
but at least I see that it tries both my sandboxed project (MyLibrary) and ghc-vis at the same time. Maybe there's some way to get it to work? |
This is strange. It works for me on Linux. Are you sure ghc-vis was installed in that ghc-vis was installed in that sandbox? If so, then I'd guess the missing |
Windows 8.1 64bit, Haskell Platform 2014.2.0.0 32bit.
Following the process from page installing-windows, the last step does not work:
cabal install ghc-vis --enable-shared --disable-library-profiling
Multiple errors
Perhaps you haven't installed the "dyn" libraries for package base
(and other packages).Trying without
--enable-shared
:cabal install ghc-vis --disable-library-profiling
completes without error. Perhaps the instructions should be updated.
Finally, after the message
Follow the instructions in the output of cabal install ghc-vis to setup the ghci script.
nothing is displayed.
Using the latest cabal-install
cabal-install version 1.20.0.3
using version 1.20.0.2 of the Cabal library
Perhaps, cabal hides the message.
I copied
ghci
from.cabal-sandbox/i386-windows-ghc-7.8.3/ghc-vis-0.7.2.5
to~/.ghci
and when runningghci
and the:vis
command, I am gettingbecause I have
ghc-vis
installed in the cabal sandbox. How can this be used from the sandbox?The text was updated successfully, but these errors were encountered: