[Mono-winforms-list] Compiling latest MWF (newbie question)

Ashwin Bharambe Ashwin Bharambe <ashwinb@gmail.com>
Thu, 16 Dec 2004 09:09:49 -0500


Thanks, guys! I have been able to successfully build and test a few
winforms/ samples as well...

Ashwin

PS: I did notice the "make clean" earlier on the winforms help site,
however I figured I haven't built anything yet so why do that? :)
Also, the make error confounded me.

On Thu, 16 Dec 2004 10:04:10 -0200, Everaldo Canuto
<everaldo_canuto@yahoo.com.br> wrote:
> Yes! You are all right!
>=20
> Everaldo.
>=20
> Em Qui, 2004-12-16 =E0s 22:12 +1100, John BouAntoun escreveu:
> > better to do it like this
> >
> > cd mcs/class/Managed.Windows.Forms
> > make clean
> > make
> > sudo make install
> >
> > On Thu, 2004-12-16 at 08:54 -0200, Everaldo Canuto wrote:
> > > Hi Ashwin,
> > >
> > > You need to erase previou SWF, to do this:
> > >
> > > cd Managed.Windows.Forms
> > > make clean
> > > make install
> > >
> > > If above command fail please use "root" user.
> > >
> > >
> > > Everaldo.
> > >
> > >
> > > Em Qui, 2004-12-16 =E0s 00:24 -0500, Ashwin Bharambe escreveu:
> > > > Hi all,
> > > >
> > > > I checked out the latest code for mono, mcs and libgdiplus from SVN=
. I
> > > > found that the default makefiles do not build Managed.Windows.Forms=
. I
> > > > tried doing make manually within the Managed.Windows.Forms/ directo=
ry,
> > > > but got the following error:
> > > >
> > > > >> make[8]: *** No rule to make target
> > > > `System.Windows.Forms/AccessibleEvents.cs',
> > > > >>          needed by `../../class/lib/default/System.Windows.Forms=
.dll'.  Stop.
> > > >
> > > > Any idea what I am doing wrong?
> > > >
> > > > Also, are there any sample programs for testing the working compone=
nts
> > > > of Managed.Windows.Forms? I am interested in implementing a
> > > > Control/Component, and want to get started with looking around some
> > > > code, etc.
> > > >
> > > > Any help would be appreciated.
> > > > Thanks!
> > > > Ashwin
> > > > _______________________________________________
> > > > Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> > > > http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> > >
> > > _______________________________________________
> > > Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> >
> > _______________________________________________
> > Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>=20
>