In life, I can’t understand how to install cairo on Windows!
I need this for Haskell Charts , but when I follow the installation and running instructions:
cabal install gtk
I get this error:
Linking dist/setup-wrapper\setup.exe ... Configuring glib-0.12.2... setup.exe: The program pkg-config version >=0.9.0 is required but it could not be found. cabal.exe: Error: some packages failed to install: cairo-0.12.2 failed during the configure step. The exception was: ExitFailure 1 gio-0.12.2 depends on glib-0.12.2 which failed to install. glib-0.12.2 failed during the configure step. The exception was: ExitFailure 1 gtk-0.12.2 depends on glib-0.12.2 which failed to install. pango-0.12.2 depends on glib-0.12.2 which failed to install.
If I go to the cairo website , they don’t have any setting. Just a bunch of DLLs with which I don't know what to do (how to make Haskell see them).
Any help was appreciated as I tried to fix this damn thing for hours!
source share