Liam
Liam
Clojure at least deserves to be covered, because the Debian benchmarks don't cover Clojure. Clojure is also technically a new language; it's overshadowed by Haskell in the functional programming space,...
Okay, followed these instructions precisely (with cmd), and the install into cabal package cache worked. But is there any way to get this to work for powershell, since many users...
Powershell examples: $env:PATH += ";C:\ghcup\msys64\mingw64\bin;C:\ghcup\msys64\usr\bin;%PATH%" $env:PKG_CONFIG_PATH ="C:\ghcup\msys64\mingw64\lib\pkgconfig" $env:XDG_DATA_DIRS="C:\ghcup\msys64\mingw64\share"
This is still failing, tried a new install on 9.6.2, Failed to build gi-gdk-4.0.7. The failure occurred during the configure step. Build log ( C:\cabal\logs\ghc-9.6.2\gi-gdk-4.0.7-4b602f2f3c76a79b97f0c09d05b26b4249a9a7c5.log ): [1 of 2] Compiling...
might have been that I failed to set $env.PATH, as opposed to $env.Path, which was what I was using for a bit.
Still not working even with $env:PATH. So I guess this is an issue with powershell / my comprehension of powershell, might someone have a fix?
ghci> :set -package gi-gtk package flags have changed, resetting and loading new packages... ghc-9.6.2.exe: Could not load `libgobject-2.0-0.dll'. Reason: addDLL: libgobject-2.0-0.dll or dependencies not loaded. (Win32 error 126) *** Exception:...
powershell translation of: $env:PATH="C:\ghcup\msys64\mingw64\bin;C:\ghcup\msys64\usr\bin;$env:PATH" $env:PKG_CONFIG_PATH ="C:\ghcup\msys64\mingw64\lib\pkgconfig" $env:XDG_DATA_DIRS="C:\ghcup\msys64\mingw64\share" works. I'm busy trying to figure out how to get this to work via modifying system environment variables.
@malteneuss, if I can be your runner boy, I'd be happy. I've taken the task on of trying to work on the Wiki documentation myself, as well as aiming (and...