cpphs troubles
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
Currently Cabal is breaking the Hugs build (see below). OK, I've got no "cpphs" in my
path, but what's the deal when one has gcc/cpp? This should be handled automatically
IMHO, I don't want to be forced to install some cpphs.
Cheers,
S.
----------------------------------------------------------------------------
[...]
Configuring HUnit-1.1...
configure: looking for package tool: hugs near compiler in /tmp/rpm/BUILD/hugs98-Feb2005/src/ffihugs
configure: found package tool in /tmp/rpm/BUILD/hugs98-Feb2005/src/hugs
configure: Using install prefix: /usr/local
configure: Using compiler: /tmp/rpm/BUILD/hugs98-Feb2005/src/ffihugs
configure: Compiler flavor: Hugs
configure: Compiler version:
configure: Using package tool: /tmp/rpm/BUILD/hugs98-Feb2005/src/hugs
configure: Using haddock: /usr/bin/haddock
configure: Using happy: /usr/bin/happy
configure: Using alex: /usr/bin/alex
configure: Using hsc2hs: /usr/bin/hsc2hs
configure: No cpphs found
Preprocessing library HUnit-1.1...
Building HUnit-1.1...
Test/HUnit/Base.lhs: no cpphs preprocessor available
Test/HUnit/Lang.lhs: no cpphs preprocessor available
Test/HUnit/Terminal.lhs: no cpphs preprocessor available
Test/HUnit/Text.lhs: no cpphs preprocessor available
Test/HUnit.lhs: no cpphs preprocessor available
[...]