Whe ich versuche, die Haskell-Paket "Call-haskell-von-alles" i die Nachrichten folgende Fehlermeldung erhalten zu installieren:Haskell Kabale: Fehlende C-Bibliothek
cabal.exe: Missing dependency on a foreign library:
* Missing C library: HSrts-ghc8.0.1
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.
cabal: Leaving directory 'C:\Users\Manfred\AppData\Local\Temp\cabal-tmp-2460\call-haskell-from-anything-1.0.1.0'
cabal: Error: some packages failed to install:
call-haskell-from-anything-1.0.1.0 failed during the configure step. The
exception was:
ExitFailure 1
Was ist das HSrts-ghc8.0.1 Bibliothek und wo kann ich es auf einem Windows-System finden? Oder muss ich diese Bibliothek manuell in Windows installieren?
Edit 1:
In der Zwischenzeit habe ich versucht, das "Stapel" Werkzeug und bekam einen ähnlichen Fehler:
[1 of 1] Compiling Main (C:\Users\Manfred\AppData\Local\Temp\stack4480\call-haskell-from-anything-1.0.1.0\Setup.hs, C:\Users\Manfred\AppData\Local\Temp\stack4480\call-haskell-from-anything-1.0.1.0\.stack-work\dist\2672c1f3\setup\Main.o)
Linking C:\Users\Manfred\AppData\Local\Temp\stack4480\call-haskell-from-anything-1.0.1.0\.stack-work\dist\2672c1f3\setup\setup.exe ...
Configuring call-haskell-from-anything-1.0.1.0...
Determining GHC version: 7.10.3
setup.exe: Missing dependency on a foreign library:
* Missing C library: HSrts-ghc7.10.3
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.
Es sieht für mich so aus, als wäre es Teil von GHC (speziell das RTS oder "Laufzeitsystem"). Welche Version von GHC verwenden Sie? – MathematicalOrchid
Ich verwende die 8.0.1 32bit Version unter Windows 10 – ManzMoody
OK. Sie sollten also nichts installieren müssen, sondern nur herausfinden, wo sich die DLL befindet, und Cabal überzeugen, sie zu finden. Ich bin mir nicht sicher über die Antwort auf eines dieser Teile ... – MathematicalOrchid