Andrew Wilkinson wrote:
Could you please email us with the hardware platform and operating system on the two machines?

Of course:
One is a x86 (Pentium4M) box running Gentoo Linux (with ghc6.4), the other is a x64 Dual Core (Intel Core2 Duo) Mac OS X machine (with ghc6.6).

Right now, yhc fails to build on the OS X machine with the following error:
------------8<------------------
[...]
Checking size of double... (chached) no
Checking size of void*... (chached) no
Failed to check types sizes/endianness. You do have a working C compiler don't you?
------------>8------------------

After doing a new, clean checkout (i.e. rm -rfing the yhc dir, and 'darcs get ...'), this error no longer appears. It appears that the problem is with the cached configure-data.

However, now the build fails with the following error:
------------8<------------------
Getting dependencies for depends/filepath/System/FilePath/Version_0_09.hs.
An error ocurred running `ghc -M -optdep-f -optdepdepends/filepath/System/FilePath/.Version_0_09.hs.dep -fwarn-missing-signatures -i./src/compiler98:./src/libraries/general:./src/libraries/core:depends/cpphs:depends/filepath:./src/interactive depends/filepath/System/FilePath/Version_0_09.hs`:
>
><no location info>:
>    can't find file: depends/filepath/System/FilePath/Version_0_09.hs
>
Dependencies will not be calculated.
scons: *** Source `depends/filepath/System/FilePath/Version_0_09.hs' not found, needed by target `depends/filepath/System/FilePath/Version_0_09.o'. Stop.
scons: building terminated because of errors.
------------>8------------------
Yesterday I was able to build yhc without failure.

On Gentoo Linux, the build fails with the following error:
------------8<------------------
ghc -i./src/compiler98 -i./src/libraries/general -i./src/libraries/core -idepends/cpphs -idepends/filepath -i./src/interactive -package mtl "-cpp -DyhcVERSION=\"0.7.0-20061211043856-custom\" " -c src/compiler98/Main.hs -o src/compiler98/Main.o

src/compiler98/Main.hs:9:0:
    Failed to load interface for `Core.View':
        Could not find module `Core.View':
          use -v to see a list of the files searched for
scons: *** [src/compiler98/Main.o] Error 1
scons: building terminated because of errors.
------------>8------------------

*hth*, Markus
_______________________________________________
Yhc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/yhc

Reply via email to