Recompiling the darcs tree after a pull

Simon Peyton-Jones simonpj at microsoft.com
Sun Jul 16 17:28:52 EDT 2006


If you change which version of the compiler that you are compiling GHC
with, then 'make clean' is your friend.  If you are only updating the
source code, and not changing the GHC that you are using to compile the
compiler, then you shouldn't get the error below.

Simon

| -----Original Message-----
| From: glasgow-haskell-users-bounces at haskell.org
[mailto:glasgow-haskell-users-
| bounces at haskell.org] On Behalf Of Joel Reymont
| Sent: 14 July 2006 20:51
| To: glasgow-haskell-users at haskell.org
| Subject: Recompiling the darcs tree after a pull
| 
| I get a lot of errors like this:
| 
| utils/Panic.lhs:27:0:
|      Failed to load interface for `Config':
|          Bad interface file: stage1/main/Config.hi
|              mismatched interface file versions: expected 6050, found
| 390518464
| 
| Do you guys always clean after a pull or is there an easy way to get
| a list of *.hi (and *.o) files to delete?
| 
| 	Thanks, Joel
| 
| --
| http://wagerlabs.com/
| 
| 
| 
| 
| 
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users at haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


More information about the Glasgow-haskell-users mailing list