[nem-bug] [Nemerle 0000604]: compile error(mono svn 56155 and
nemele svn 6088)
feedback at nemerle.org
feedback at nemerle.org
Sun Feb 19 21:13:24 CET 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=604>
======================================================================
Reported By: hys545
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 604
Category: The C# to Nemerle converter
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 01-27-2006 13:08 CET
Last Modified: 02-19-2006 21:13 CET
======================================================================
Summary: compile error(mono svn 56155 and nemele svn 6088)
Description:
ke[3]: Nothing to be done for `last-stage-files'.
make[3]: Leaving directory `/home/hys545/MONO/nemerle/ncc'
make[2]: Leaving directory `/home/hys545/MONO/nemerle/ncc'
make[1]: Leaving directory `/home/hys545/MONO/nemerle/ncc'
make[1]: Entering directory `/home/hys545/MONO/nemerle/tools'
make[2]: Entering directory `/home/hys545/MONO/nemerle/tools/cs2n'
gmcs /t:library /r:antlr.runtime.dll /r:Nemerle.CSharp.dll /r:Nemerle.dll
-out:Nemerle.CSharp.CS.dll CSharpLexer.cs CSharpParser.cs
CSharpParserTokenTypes.cs AssemblyInfo.cs
CSharpParser.cs(17396,12): warning CS0642: Possible mistaken empty
statement
CSharpParser.cs(17438,17): warning CS0642: Possible mistaken empty
statement
CSharpParser.cs(17436,12): warning CS0642: Possible mistaken empty
statement
CSharpParser.cs(17515,13): warning CS0642: Possible mistaken empty
statement
error CS1577: Assembly generation failed -- Referenced assembly
'antlr.runtime' does not have a strong name.
Compilation failed: 1 error(s), 4 warnings
make[2]: *** [Nemerle.CSharp.CS.dll] Error 1
make[2]: Leaving directory `/home/hys545/MONO/nemerle/tools/cs2n'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/hys545/MONO/nemerle/tools'
make: *** [all] Error 2
[root at localhost nemerle]#
======================================================================
----------------------------------------------------------------------
hys545 - 02-03-06 12:44
----------------------------------------------------------------------
I uninstall antlr
No Error
----------------------------------------------------------------------
malekith - 02-04-06 10:15
----------------------------------------------------------------------
When you uninstall antlr, cs2n is not built at all.
----------------------------------------------------------------------
nazgul - 02-19-06 21:04
----------------------------------------------------------------------
Looks like some assembly in the GAC get referenced instead of one provided
by us, maybe we should explicitly point to our one.
----------------------------------------------------------------------
nazgul - 02-19-06 21:13
----------------------------------------------------------------------
Fixed on trunk (r6134)
Issue History
Date Modified Username Field Change
======================================================================
01-27-06 13:08 hys545 New Issue
02-03-06 12:44 hys545 Note Added: 0001068
02-04-06 10:15 malekith Note Added: 0001072
02-19-06 21:04 nazgul Note Added: 0001097
02-19-06 21:13 nazgul Status new => resolved
02-19-06 21:13 nazgul Resolution open => fixed
02-19-06 21:13 nazgul Assigned To => nazgul
02-19-06 21:13 nazgul Note Added: 0001098
======================================================================
More information about the bugs
mailing list