Re: Error trying to compile imcc

2002-12-03 Thread Art Haas
On Tue, Dec 03, 2002 at 04:53:45PM +0100, Leopold Toetsch wrote: > Art Haas wrote: > > > >Sorry, it doesn't. I still get the same error message. > > If was rubbish. I did check in a now hopefully working fix. > leo A cvs update and 'make' confirms your changes allow imcc to build. Thanks. -- T

Re: Error trying to compile imcc

2002-12-03 Thread Leopold Toetsch
Art Haas wrote: Sorry, it doesn't. I still get the same error message. If was rubbish. I did check in a now hopefully working fix. leo

Re: Error trying to compile imcc

2002-12-03 Thread Art Haas
On Tue, Dec 03, 2002 at 11:59:15AM +0100, Leopold Toetsch wrote: > Art Haas wrote: > > >Hi. > > > >I've been building parrot for a while, and this problem has just started > >in the last day or two. The 'imcc.y' file doesn't agree with bison ... > > > >$ cd languages/imcc > >$ make > >bison -v -y

Re: Error trying to compile imcc

2002-12-03 Thread Leopold Toetsch
Art Haas wrote: Hi. I've been building parrot for a while, and this problem has just started in the last day or two. The 'imcc.y' file doesn't agree with bison ... $ cd languages/imcc $ make bison -v -y -d -o imcparser.c imcc.y imcc.y:530.10-531.19: type clash on default action: != <> Does t

Error trying to compile imcc

2002-12-03 Thread Art Haas
Hi. I've been building parrot for a while, and this problem has just started in the last day or two. The 'imcc.y' file doesn't agree with bison ... $ cd languages/imcc $ make bison -v -y -d -o imcparser.c imcc.y imcc.y:530.10-531.19: type clash on default action: != <> make: *** [imcparser.c] Er