Hello all.  I'm the student working on the typechecker for Google's SoC.

I ran into a few build problems with the repository.  I've attached a
patch for them, though two problems are not covered in this patch.
These problems both concern

yhc-devel/src/runtime/libtool

which is a generated script.   First,  something tries to run it
directly,  without running sh on it.   Second,  the configuration
script does not set the variable $max_cmd_len on my platform (Darwin).
  Both these cause the build process to fail.

I worked around these issues by setting the executable bit and editing
the generated script myself to set the variable.   However the true
fixes are beyond my expertise.

Congrats on self hosting.   I did download and try out YHC sometime in
January.   It compiled without problems,  but I didn't get to use it.
I don't remember what issues I was having with YHC and the program I
was writing at the time.

Best Wishes,
Leon

Attachment: 20060602113840-5df75-5a7057bcc4a50125736f4c460dc34953d965a5bb.gz
Description: GNU Zip compressed data

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

Reply via email to