[Mono-bugs] Trying to Compile debugger off CVS and Mono 0.29 (off red carpet)

jcornado jcornado@grandecom.net
Fri, 28 Nov 2003 09:28:36 -0600


Guys:


I tried to compile the mono debugger (off cvs, last night) with the
latest mono from Red Carpet (I am running RH 8.0)

After downloading, making jay 0.8, and just exporting JAY=... (I have
never used jay, so I assume that this should suffice), the make process
for the debugger throws the following:

Making all in lib
make[2]: Entering directory `/.../tmp/debugger/lib'
/usr/bin/mcs -o Interpreter.exe -r Mono.GetOptions -r
Mono.CSharp.Debugger -r Mono.Debugger.dll -r Mono.Debugger.Backend.dll
../frontends/command-line/*.cs ../frontends/scripting/*.cs -g
syntax error, expecting OPERATOR THIS OPEN_BRACKET OPEN_PARENS DOT STAR
IDENTIFIER
Mono.CSharp.yyParser.yyException: irrecoverable syntax error
in <0x00865> Mono.CSharp.CSharpParser:yyparse
(Mono.CSharp.yyParser.yyInput)
in <0x00079> Mono.CSharp.CSharpParser:parse ()

Any steps I am missing?