Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Marek Safar
Hello, I do not like the change in r50836 and much less the follow-up fix. Marek, what were you trying to do with r50836 driver.cs? I think we should revert this to its original state and discuss the next steps. I fixed it to allow compile `mcs /home/a.cs' and report error for `mcs

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Miguel de Icaza
Hello, > >I do not like the change in r50836 and much less the follow-up fix. > > > >Marek, what were you trying to do with r50836 driver.cs? I think we > >should revert this to its original state and discuss the next steps. > > > > > I fixed it to allow compile `mcs /home/a.cs' and report err

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Marek Safar
Hello, Fixed in SVN. Hubert, could you retest it ? I do not like the change in r50836 and much less the follow-up fix. Marek, what were you trying to do with r50836 driver.cs? I think we should revert this to its original state and discuss the next steps. I fixed it to allow compil

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Miguel de Icaza
Hello, > Fixed in SVN. > > Hubert, could you retest it ? I do not like the change in r50836 and much less the follow-up fix. Marek, what were you trying to do with r50836 driver.cs? I think we should revert this to its original state and discuss the next steps. Miguel > > Thanks, > Marek >

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Robert Jordan
Paul F. Johnson wrote: Hi, I think mcs see /resource:resources/WebUIValidation.js as a file to compile... (because there's a slash before resource) It's compilable now. Nope. Can't get mcs to compile from source... This is not the compiler. System.Web.UI.HtmlControls/HtmlHead.cs(162,5

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Paul F. Johnson
Hi, > > I think mcs see /resource:resources/WebUIValidation.js as a file to > > compile... (because there's a slash before resource) > > It's compilable now. Nope. Can't get mcs to compile from source... System.Web.UI.WebControls/BoundField.cs(111,25): warning CS0114: `System.Web.UI.WebControl

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Marek Safar
Hello, Le mercredi 28 septembre 2005 à 14:03 +0200, Hubert FONGARNAND a écrit : Le mercredi 28 septembre 2005 à 11:32 +0100, Marek Safar a écrit : Hello, Fixed in SVN. Hubert, could you retest it ? Ooops Mono doesn't compile anymore: MONO_PATH="../../class/lib/default:$MONO_PATH"

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 à 14:03 +0200, Hubert FONGARNAND a écrit : Le mercredi 28 septembre 2005 à 11:32 +0100, Marek Safar a écrit : Hello, Fixed in SVN. Hubert, could you retest it ? Ooops Mono doesn't compile anymore: MONO_PATH="../../class/lib/def

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 à 11:32 +0100, Marek Safar a écrit : Hello, Fixed in SVN. Hubert, could you retest it ? Ooops Mono doesn't compile anymore: MONO_PATH="../../class/lib/default:$MONO_PATH" /home/hubert/mono/mono/runtime/mono-wrapper  ../../class/lib/default/mcs.exe /codepag

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Marek Safar
Hello, Fixed in SVN. Hubert, could you retest it ? Thanks, Marek >Maybe we had better revert driver.cs in r50836 ... it would be >somethat complicated to differentiate "file not found" and >"incrrect compiler options". > >Marek, any good ideas? > > >Atsushi Eno > >Hubert FONGARNAND wrote: >

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Atsushi Eno
Maybe we had better revert driver.cs in r50836 ... it would be somethat complicated to differentiate "file not found" and "incrrect compiler options". Marek, any good ideas? Atsushi Eno Hubert FONGARNAND wrote: > I've updated my mono from svn this morning... > > There's apparently a problem wit

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 à 11:11 +0200, Hubert FONGARNAND a écrit : I've filled a bug report : http://bugzilla.ximian.com/show_bug.cgi?id=76255 I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project with :

Re: [Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
Le mercredi 28 septembre 2005 à 11:11 +0200, Hubert FONGARNAND a écrit : I've updated my mono from svn this morning... There's apparently a problem with Mcs : when i try to compile a simple project with : mcs /home/hubert/Projects/test/Main.cs i get : error CS2007: Unr

[Mono-dev] Big MCS Problem

2005-09-28 Thread Hubert FONGARNAND
I've updated my mono from svn this morning... There's apparently a problem with Mcs : 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)