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
I wanted to try out gi-gtk-declarative so I created an empty stack project and added gi-gtk-declarative and gi-gtk-declarative-app-simple as dependencies (using the latest lts resolver 17.10) but unfortunately it fails to build stating that the gdk pixbuf module cannot build:
gi-gdkpixbuf > [11 of 25] Compiling GI.GdkPixbuf.Objects.PixbufNonAnim
pipes-concurrency > Registering library for pipes-concurrency-2.0.12..
gi-gdkpixbuf > [12 of 25] Compiling GI.GdkPixbuf.Objects.PixbufSimpleAnim
gi-gdkpixbuf > [13 of 25] Compiling GI.GdkPixbuf.Objects.PixbufSimpleAnimIter
gi-gdkpixbuf > [14 of 25] Compiling GI.GdkPixbuf.Structs.PixbufFormat[boot]
gi-gdkpixbuf > [15 of 25] Compiling GI.GdkPixbuf.Objects.PixbufLoader
gi-gdkpixbuf > [16 of 25] Compiling GI.GdkPixbuf.Structs.PixbufModule[boot]
gi-gdkpixbuf > [17 of 25] Compiling GI.GdkPixbuf.Callbacks
gi-gdkpixbuf > [18 of 25] Compiling GI.GdkPixbuf.Objects.Pixbuf
gi-gdkpixbuf > [19 of 25] Compiling GI.GdkPixbuf.Objects
gi-gdkpixbuf > [20 of 25] Compiling GI.GdkPixbuf.Structs.PixbufModule
gi-gdkpixbuf >
gi-gdkpixbuf > /tmp/stack-e7459d0a8a8f5ac7/gi-gdkpixbuf-2.0.24/GI/GdkPixbuf/Structs/PixbufModule.hs:194:1: error:
gi-gdkpixbuf > Could not find module ‘GI.GModule.Structs.Module’
gi-gdkpixbuf > Use -v (or `:set -v` in ghci) to see a list of the files searched for.
gi-gdkpixbuf > |
gi-gdkpixbuf > 194 | import qualified GI.GModule.Structs.Module as GModule.Module
gi-gdkpixbuf > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gi-gdkpixbuf >
Progress 2/7
-- While building package gi-gdkpixbuf-2.0.24 (scroll up to its section to see the error) using:
/tmp/stack-e7459d0a8a8f5ac7/gi-gdkpixbuf-2.0.24/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.1.0/setup/setup --builddir=.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.1.0 build --ghc-options " -fdiagnostics-color=always"
Process exited with code: ExitFailure 1
has anyone else had this issue and are there any workarounds?
The text was updated successfully, but these errors were encountered:
I wanted to try out gi-gtk-declarative so I created an empty stack project and added gi-gtk-declarative and gi-gtk-declarative-app-simple as dependencies (using the latest lts resolver 17.10) but unfortunately it fails to build stating that the gdk pixbuf module cannot build:
has anyone else had this issue and are there any workarounds?
The text was updated successfully, but these errors were encountered: