[Mono-devel-list] Re: [MonoDevelop] build errors

gennady wexler adyler at winisp.net
Sat Aug 28 18:52:40 EDT 2004


I assume you are same as me building with mono 1.1.1 from cvs. it appears
that something changed on where Options attribute is defined (or how). so I
was looking more for a resolution on that.

perhaps adding "mono-dev" may provide some help here. mono-dev, could
someone please tell us what happened to Option attribute?

removing lines in sources is not the best way of fixing build errors. how do
we know where this is used in the code overall. :)


On 8/28/04 3:47 PM, "Kris Luyten" <kris.luyten at gmail.com> wrote:

> On Sat, 28 Aug 2004 15:35:59 -0700, gennady wexler <adyler at winisp.net> wrote:
>> I check everything out of
>> 
>> apple:~/mono adyler$ svn co
>> svn://www.monodevelop.com/svn/monodevelop/trunk/MonoDevelop
>> Checked out revision 1947.
>> 
>> then build and getting this build error:
>> 
>> ././MonoDevelopOptions.cs(13) error CS0246: Could not find attribute
>> 'Option' (are you missing a using directive or an assembly reference ?)
> 
> You can remove this line to make it compile:
> in src/Main/StartUp/MonoDevelopOptions.cs
> change line 13 from
>   [Option ("Do not display splash screen.")]
> to
>   //[Option ("Do not display splash screen.")]
> 
> This works for me and I don't think it breaks anything else(?)
> 
> Regards,
> Kris





More information about the Mono-devel-list mailing list