You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wolke:~/Code/gtk-traymanager$ cabal install
Resolving dependencies...
Downloading gtk3-0.14.7...
Configuring gtk3-0.14.7...
Failed to install gtk3-0.14.7
Build log ( /home/wolke/.cabal/logs/gtk3-0.14.7.log ):
cabal: Entering directory '/tmp/cabal-tmp-30727/gtk3-0.14.7'
[1 of 1] Compiling Main ( /tmp/cabal-tmp-30727/gtk3-0.14.7/dist/setup/setup.hs, /tmp/cabal-tmp-30727/gtk3-0.14.7/dist/setup/Main.o )
Linking /tmp/cabal-tmp-30727/gtk3-0.14.7/dist/setup/setup ...
Configuring gtk3-0.14.7...
/usr/share/gtk2hs-buildtools/hierarchyGen/Hierarchy.chs.template: openFile:
does not exist (No such file or directory)
cabal: Leaving directory '/tmp/cabal-tmp-30727/gtk3-0.14.7'
cabal: Error: some packages failed to install:
gtk-traymanager-1.0.0 depends on gtk3-0.14.7 which failed to install.
gtk3-0.14.7 failed during the configure step. The exception was:
ExitFailure 1
(cabal install gtk2hs-buildtools fixes this of course)
The text was updated successfully, but these errors were encountered:
@teleshoes not exactly, gtk2hs-buildtools are exactly that, build-tools, so strictly speaking, gtk2hs is only a build-time dependency (not a runtime dependency)
@IvanMalison @travitch
(
cabal install gtk2hs-buildtools
fixes this of course)The text was updated successfully, but these errors were encountered: