|
RE: problems building the GHC as a package: msg#00036lang.haskell.glasgow.bugs
On 28 April 2004 15:53, Mauro La Salete Costa Lima de Araujo wrote: >> You don't need to build the RTS when building GHC as a package. If >> you want to do this, you have to remove BuildPackageGHC=YES from >> build.mk, build the compiler, RTS and libraries, and then add >> BuildPackageGHC=YES again. But I don't think you need to do this; >> just build the compiler in ghc/compiler. >> > > The sugestion above worked! Thanks :) But when I'm trying to do a > make-install-package, I get the following other error: > > ------------------------------------------------------------------- > $ make install-inplace-pkg > /cygdrive/c/ghc/ghc-6.2.1/bin/ghc-pkg --force --update-package > <package.conf.inplace > Reading package info from stdin... > Fail: Couldn't parse package configuration. > make: *** [install-inplace-pkg] Error 1 > ------------------------------------------------------------------- > > I'm wondering if it has anything wrong with my 'package.conf.inplace'. > It's look nice... I can't see anything obviously wrong. Try editing the file by hand and feeding it to ghc-pkg directly to see if you can find out which is the offending field? Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: problems building the GHC as a package, Mauro La Salete Costa Lima de Araujo |
|---|---|
| Previous by Thread: | RE: problems building the GHC as a package, Mauro La Salete Costa Lima de Araujo |
| Next by Thread: | Missing TH exports, Duncan Coutts |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |