Subject: mono on netbsd 2.0.2
To: None <netbsd-users@netbsd.org>
From: Andras GELANYI <ghz@info2k1.hu>
List: netbsd-users
Date: 10/21/2005 02:55:59
hi,
can anyone have some experience with mono on netbsd current?
making from pkgsrc (recent) fails for me here:
.../../jay/jay: 1 shift/reduce conflict, 46 reduce/reduce conflicts.
echo "#define XSLT_PATTERN" > Mono.Xml.Xsl/PatternTokenizer.cs
cat System.Xml.XPath/Tokenizer.cs >>Mono.Xml.Xsl/PatternTokenizer.cs
MONO_PATH="../../class/lib/basic:$MONO_PATH" /usr/pkgsrc/lang/mono/
work/mono-1.1.8.3/runtime/mono-wrapper ../../class/lib/basic/
mcs.exe -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /
noconfig /lib:/usr/pkg/lib /noconfig /unsafe /r:mscorlib.dll /
r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612 /target:library /
out:System.Xml.dll System.Xml.XPath/Parser.cs Mono.Xml.Xsl/
PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs
@System.Xml.dll.sources
at this point mono is using 100% of cpu time, and sits here. (i have
waited about an hour.)
any solutions?
thanks, andras