Created
December 19, 2013 23:00
-
-
Save Tehnix/8047691 to your computer and use it in GitHub Desktop.
cabal install helm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tehnix:~/ $ cabal install helm [23:59:27] | |
| Resolving dependencies... | |
| [1 of 2] Compiling SetupWrapper ( /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/cairo-0.12.5.0-757/cairo-0.12.5.0/SetupWrapper.hs, /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/cairo-0.12.5.0-757/cairo-0.12.5.0/dist/setup/SetupWrapper.o ) | |
| [2 of 2] Compiling Main ( /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/cairo-0.12.5.0-757/cairo-0.12.5.0/Setup.hs, /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/cairo-0.12.5.0-757/cairo-0.12.5.0/dist/setup/Main.o ) | |
| Linking /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/cairo-0.12.5.0-757/cairo-0.12.5.0/dist/setup/setup ... | |
| [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) | |
| [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) | |
| Linking dist/setup-wrapper/setup ... | |
| Configuring cairo-0.12.5.0... | |
| Building cairo-0.12.5.0... | |
| Preprocessing library cairo-0.12.5.0... | |
| gtk2hsC2hs: Error in C header file. | |
| /usr/include/stdio.h:437: (column 138) [FATAL] | |
| >>> Syntax error! | |
| The symbol `=' does not fit here. | |
| Failed to install cairo-0.12.5.0 | |
| [1 of 2] Compiling SetupWrapper ( /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/glib-0.12.5.0-757/glib-0.12.5.0/SetupWrapper.hs, /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/glib-0.12.5.0-757/glib-0.12.5.0/dist/setup/SetupWrapper.o ) | |
| [2 of 2] Compiling Main ( /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/glib-0.12.5.0-757/glib-0.12.5.0/Setup.hs, /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/glib-0.12.5.0-757/glib-0.12.5.0/dist/setup/Main.o ) | |
| Linking /var/folders/7h/vt765h7106723x7p30_jv0680000gn/T/glib-0.12.5.0-757/glib-0.12.5.0/dist/setup/setup ... | |
| [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) | |
| [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) | |
| Linking dist/setup-wrapper/setup ... | |
| Configuring glib-0.12.5.0... | |
| Building glib-0.12.5.0... | |
| Preprocessing library glib-0.12.5.0... | |
| gtk2hsC2hs: Error in C header file. | |
| /usr/include/dirent.h:140: (column 66) [FATAL] | |
| >>> Syntax error! | |
| The symbol `=' does not fit here. | |
| Failed to install glib-0.12.5.0 | |
| cabal: Error: some packages failed to install: | |
| cairo-0.12.5.0 failed during the building phase. The exception was: | |
| ExitFailure 1 | |
| glib-0.12.5.0 failed during the building phase. The exception was: | |
| ExitFailure 1 | |
| helm-0.5.0 depends on glib-0.12.5.0 which failed to install. | |
| pango-0.12.5.0 depends on glib-0.12.5.0 which failed to install. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment