From: Roelof W. <r.w...@ho...> - 2014-06-17 11:44:45
|
Hello, As soon as I do : cabal install HTF I see this output : Configuring xmlgen-0.6.2.1... Building xmlgen-0.6.2.1... Preprocessing library xmlgen-0.6.2.1... [1 of 1] Compiling Text.XML.Generator ( src/Text/XML/Generator.hs, dist/build/Text/XML/Generator.o ) In-place registering xmlgen-0.6.2.1... Installing library in /home/roelof/.cabal/lib/xmlgen-0.6.2.1/ghc-7.6.3 Registering xmlgen-0.6.2.1... Installed xmlgen-0.6.2.1 Downloading HTF-0.11.3.4... Configuring HTF-0.11.3.4... Building HTF-0.11.3.4... Preprocessing library HTF-0.11.3.4... ghc: could not execute: cpphs Failed to install HTF-0.11.3.4 cabal: Error: some packages failed to install: HTF-0.11.3.4 failed during the building phase. The exception was: ExitFailure 1 roelof@roelof-System-Product-Name:~$ cabal install cpphs Resolving dependencies... All the requested packages are already installed: cpphs-1.18.4 Roelof |