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

Rafael Teixeira monoman at gmail.com
Sun Aug 29 18:08:23 EDT 2004


Check if the reference to the Mono.GetOptions assembly is correctly
worded in the makefile and that it is installed. Maybe it wasn't
installed in your systems, as it may be in the preview package I
think...

Hope it helps,

PS.: Nice to know that MonoDevelop is using Mono.GetOptions...

Have fun,

On Sat, 28 Aug 2004 15:52:40 -0700, gennady wexler <adyler at winisp.net> wrote:
> 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
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
Cognition is not a representation of an objectively existing world
but is a bringing forth of a world in the process of living.
-- Fritjof Capra, citing 
   Humberto Maturana and Francisco Varella's "Santiago Theory of Cognition"



More information about the Mono-devel-list mailing list