On Thu, Oct 04, 2007 at 04:56:16PM +0200, Johan Tibell wrote: > I get the following error when compiling network, which I checked out > separately for development, using 6.8: > > P.S. Is it only possible to build network under the ghc/ tree? > > $ runhaskell Setup.hs configure --user --prefix $HOME > Configuring network-2.0.1... > $ runhaskell Setup.hs build > Preprocessing library network-2.0.1... > > In file included from BSD.hsc:17:0: > > include/HsNet.h:10:29: > error: HsNetworkConfig.h: No such file or directory
This is a dead givaway that the problem is "failure to run autoreconf prior to Cabal configure". GHC's "sh boot" does this for you. (incidentally, the same problem with X11-extras is an Xmonad FAQ.) Stefan
signature.asc
Description: Digital signature
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
