зеркало из https://github.com/mono/mail-archives.git
155 строки
5.0 KiB
HTML
155 строки
5.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 486009] New: Error in "internal static int Main(string[] args)" statement
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20486009%5D%20New%3A%20Error%20in%20%22internal%20static%20int%0A%20Main%28string%5B%5D%20args%29%22%20statement&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="087136.html">
|
|
<LINK REL="Next" HREF="087142.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 486009] New: Error in "internal static int Main(string[] args)" statement</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20486009%5D%20New%3A%20Error%20in%20%22internal%20static%20int%0A%20Main%28string%5B%5D%20args%29%22%20statement&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 486009] New: Error in "internal static int Main(string[] args)" statement">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Tue Mar 17 10:27:39 EDT 2009</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="087136.html">[Mono-bugs] [Bug 443490] Duplicate results evaluating XPath expressions
|
|
</A></li>
|
|
<LI>Next message: <A HREF="087142.html">[Mono-bugs] [Bug 486013] New: DataGridView: ArgumentOutOfRangeException in ClearSelection() after changing DataSource
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#87141">[ date ]</a>
|
|
<a href="thread.html#87141">[ thread ]</a>
|
|
<a href="subject.html#87141">[ subject ]</a>
|
|
<a href="author.html#87141">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=486009">https://bugzilla.novell.com/show_bug.cgi?id=486009</A>
|
|
|
|
|
|
Summary: Error in "internal static int Main(string[] args)"
|
|
statement
|
|
Classification: Mono
|
|
Product: Mono: Compilers
|
|
Version: SVN
|
|
Platform: Other
|
|
OS/Version: Other
|
|
Status: NEW
|
|
Severity: Major
|
|
Priority: P5 - None
|
|
Component: C#
|
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">dna at mono-project.de</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
Found By: ---
|
|
|
|
|
|
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.7)
|
|
Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729)
|
|
|
|
Hello,
|
|
|
|
i'm using /trunk/ r129097 and try to compile CruiseControl.NET SVN rev. 4841
|
|
|
|
To get the source: svn co -r 4841
|
|
<A HREF="https://ccnet.svn.sourceforge.net/svnroot/ccnet/trunk">https://ccnet.svn.sourceforge.net/svnroot/ccnet/trunk</A>
|
|
cd trunk/project/console/
|
|
$ xbuild console.csproj
|
|
|
|
Error:
|
|
Target CoreCompile:
|
|
Tool /home/dna/mono-dev/bin/gmcs execution started with arguments:
|
|
/noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj//Debug/ccnet.exe
|
|
./CommonAssemblyInfo.cs AssemblyInfo.cs ConsoleMain.cs /target:exe
|
|
/warnaserror- /unsafe- /checked- /define:DEBUG;TRACE
|
|
/reference:/home/dna/mono-dev/lib/mono/2.0/System.dll
|
|
/reference:/home/dna/mono-dev/lib/mono/2.0/System.Xml.dll
|
|
/reference:/home/dna/ccnet-source/trunk/project/core/bin/Debug//ThoughtWorks.CruiseControl.Core.dll
|
|
/reference:/home/dna/ccnet-source/trunk/project/Remote/bin/Debug//ThoughtWorks.CruiseControl.Remote.dll
|
|
/warn:4
|
|
:<i> Internal compiler error at ConsoleMain.cs(10,37): : exception caught while
|
|
</I>emitting MethodBuilder [ConsoleMain::Main]
|
|
|
|
Build succeeded.
|
|
0 Warning(s)
|
|
2 Error(s)
|
|
|
|
|
|
Reproducible: Always
|
|
|
|
Steps to Reproduce:
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="087136.html">[Mono-bugs] [Bug 443490] Duplicate results evaluating XPath expressions
|
|
</A></li>
|
|
<LI>Next message: <A HREF="087142.html">[Mono-bugs] [Bug 486013] New: DataGridView: ArgumentOutOfRangeException in ClearSelection() after changing DataSource
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#87141">[ date ]</a>
|
|
<a href="thread.html#87141">[ thread ]</a>
|
|
<a href="subject.html#87141">[ subject ]</a>
|
|
<a href="author.html#87141">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|