cvs: MachCode (undeclared functions)

2000-03-01 Thread Marc van Dongen
Hi there, Make all fails due to the fact that some functions in nativeGen/MachCode are undeclared. Log appended. Regards, Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 903578 University College Cork, NUIC | Fax: +353 21 903113 College Road, Cork, Ireland |

RE: MachCode (undeclared functions)

2000-03-01 Thread Julian Seward (Intl Vendor)
Make all fails due to the fact that some functions in nativeGen/MachCode are undeclared. I checked in a change yesterday am which should make MachCode compile ok on both Linux/Win32 and Solaris, but it will not compile on Alpha (I didn't think that anyone was trying Alpha, though). So if you

cvs: Profiling.c:462: strucuture has no member named `emitted'

2000-03-01 Thread Marc van Dongen
Hi there, I just updated cvs and now make fails because of a Profiling.c:462: strucuture has no member named `emitted' thingy. Log appended. Regards, Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 903578 University College Cork, NUIC | Fax: +353 21 903113

RE: Profiling.c:462: strucuture has no member named `emitted'

2000-03-01 Thread Simon Marlow
I just updated cvs and now make fails because of a Profiling.c:462: strucuture has no member named `emitted' thingy. Log appended. my bad; now fixed. Cheers, Simon

cvs: make boot fails: mkdependHS-inplace: can't open directory haxml/lib

2000-03-01 Thread Marc van Dongen
Hello again, When carrying out a make boot with cvs this caused a problem because of the following: mkdependHS-inplace: can't open directory haxml/lib I have appended a log. Regards, Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 903578 University College Cork, NUIC |

RE: make boot fails: mkdependHS-inplace: can't open directory haxml/lib

2000-03-01 Thread Simon Marlow
When carrying out a make boot with cvs this caused a problem because of the following: mkdependHS-inplace: can't open directory haxml/lib Maybe you need to 'cvs update -Pd'. The haxml directory just appeared yesterday. Cheers, Simon

Re: make boot fails: mkdependHS-inplace: can't open directory hax ml/lib

2000-03-01 Thread 'Marc van Dongen'
Simon Marlow ([EMAIL PROTECTED]) wrote: : When carrying out a make boot with cvs this caused a problem : because of the following: : mkdependHS-inplace: can't open directory haxml/lib : : Maybe you need to 'cvs update -Pd'. The haxml directory just appeared : yesterday. Thanks. Mike

How to handle hi-file versionitis/a possible library scheme

2000-03-01 Thread Michael Weber
Will ghc change interface format with each version? This is the biggest problem (and, interestingly, the least addressed :-)). Especially for binary distribution builders, it's quite inconvenient to rebuild every GHC-library on the system to match with the latest compiler version :-( I thought