-
Notifications
You must be signed in to change notification settings - Fork 19
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
Missing dependency on a foreign library #15
Comments
Oh well. I'll try to boot up a Windows to answer this question. |
In the meantime i tried it also with "stack" tool and "stack install call-haskell-from-anything" and got a similar error only with GHC version 7.10.3.
|
I don't think it's Windows-specific. I get the same problem with GHC 8.0.1 on Linux, and adding |
And the workaround here doesn't work - https://stackoverflow.com/questions/34267376/haskell-missing-c-library-on-arch-linux-works-on-ubuntu# ? |
@jchia How do you try with GHC 8, what version of https://hackage.haskell.org/package/msgpack do you use? |
@nh2 I used a patched version of the the msgpack/msgpack-haskell on github: This is a project setup that has the build error: |
I tried to install the package with CygWin on Windows 10 and got the following error:
With the use of Cygwin i solved the problem with the configure script in issue #13.
Where is the location of this HSrts-ghc8.0.1 library by default?
The text was updated successfully, but these errors were encountered: