[Mono-bugs] [Bug 76255][Cri] New - Bug with MCS Parameters...

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 28 05:58:53 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by informatique.internet at fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=76255

--- shadow/76255	2005-09-28 05:58:53.000000000 -0400
+++ shadow/76255.tmp.24003	2005-09-28 05:58:53.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 76255
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bug with MCS Parameters...
+
+It used to work before 28 of september... 
+but today :
+when i try to compile a simple project with :
+mcs /home/hubert/Projects/test/Main.cs
+i get :
+error CS2007: Unrecognized command-line option:
+`/home/hubert/Projects/test/Main.cs'
+Compilation failed: 1 error(s), 0 warnings
+
+if I do mcs ./Main.cs 
+it works...
+
+mcs ./Projects/test/Main.cs works
+mcs ~/Projects/test/Main.cs don't works...
+
+but 
+mcs -- ~/Projects/test/Main.cs works
+
+this is a big problem because with this behaviour, monodevelop don't work
+anymore...


More information about the mono-bugs mailing list