| With the last set of patches to package bytestring, the head fails
| to compile for me (not building from a virgin tree, but after make
| distclean) on MacOs. It complains that cabal has not been build
| properly.
|
| Manuel
me too. here's the output
( cd bytestring && setup/Setup configure \
\
--prefix=/NONEXISTANT \
--bindir=/NONEXISTANT \
--libdir=/NONEXISTANT \
--libsubdir='$pkgid' \
--libexecdir=/NONEXISTANT \
--datadir=/NONEXISTANT \
--docdir=/NONEXISTANT \
--htmldir=/NONEXISTANT \
--with-compiler=../../compiler/stage1/ghc-inplace \
--with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace \
--with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace \
--with-ld=/mingw/bin/ld \
--haddock-options="--use-contents=../index.html \
--use-index=../doc-index.html" \
--configure-option='--build=i386-unknown-mingw32'
--configure-option='--with-gcc=c:/mingw/bin/gcc'
--configure-option='build_alias=i386-unknown-mingw32' \
--configure-option=--with-cc=c:/mingw/bin/gcc ) \
&& touch stamp/configure.library.build.bytestring || touch
bytestring/unbuildable
Configuring bytestring-0.9...
Setup.exe: Cabal was not bootstrapped correctly
rm -f bytestring/GNUmakefile
cp Makefile.local bytestring
if ifBuildable/ifBuildable bytestring; then \
cd bytestring && setup/Setup makefile -f GNUmakefile; \
fi
Setup.exe: error reading dist\setup-config; run "setup configure" command?
make[1]: *** [bytestring/GNUmakefile] Error 1
make[1]: Leaving directory `/c/simonpj/darcs/validate-HEAD/libraries'
make: *** [stage1] Error 2
sh-2.04$
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc