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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
