[Mono-list] mcs compile error

Dennis Jarosch ya_luva@uni.de
Sat, 27 Apr 2002 13:16:33 +0200


Hi!!

Sorry to bug u guys again! :-) I just checked out the latest mono and mcs
from cvs. Mono compiled fine, but mcs is giving me trouble.

Has anybody seen this (in /home/Dennis/mono/mcs/mcs):

###
$ make
../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay > cs-parser.cs
C:\cygwin\home\Dennis\mono\mcs\jay\jay.exe: f - cannot open
"/tmp/yacc.aa01032"
make: *** [cs-parser.cs] Error 2
###

another make produces this:

###
$ make
csc.exe /nologo /debug+ /debug:full  /optimize /target:exe /r:System.dll
/out:mc
s.exe assign.cs attribute.cs driver.cs cs-parser.cs cs-tokenizer.cs tree.cs
loca
tion.cs cfold.cs class.cs codegen.cs const.cs constant.cs decl.cs
delegate.cs en
um.cs ecore.cs expression.cs genericparser.cs interface.cs literal.cs
modifiers.
cs namespace.cs parameter.cs report.cs rootcontext.cs statement.cs
support.cs ty
pemanager.cs
cs-tokenizer.cs(30,27): error CS0246: Der Typ oder Namespace 'yyParser'
konnte
        nicht gefunden werden. Möglicherweise fehlt eine Anweisung oder ein
        Assemblyverweis.
make: *** [mcs.exe] Error 1
###

For u non-Germans here: yyParser couldn't be found.

I have worked around this error last time, using files from the 0.10 release
which worked. It was a problem with jay.exe I think.

Just wondering if I'm the only one with this problem or if I missed
something!

Thanx!
Dennis