[Mono-list] mcs compile hangup

Miguel de Icaza miguel@ximian.com
14 Jul 2001 15:31:53 -0400


> 	  Does anybody know why running "make parser" in mcs/mcs causes jay to
> hang?  I see the y.output file is created, but cs-parser.cs has length
> 0.  Am I missing something in the process here?

It is my fault.  I use a script called `jay' that feed the skeleton to
jay (jay expects its parser skeleton on standard input).

My script looks like this:

#!/bin/sh
jay -ctv < /home/miguel/jay/code4/jay.cs/skeleton.cs $*

I will fix this on the next release.