[Mono-winforms-list] Compiling latest MWF (newbie question)
Peter Dennis Bartok
peter@novonyx.com
Wed, 15 Dec 2004 22:39:20 -0700
The winforms page at http://www.mono-project.com/contributing/winforms.html
actually answers your questions.
You need to issue a 'make clean' before building.
It also lists what is being worked on, (splitter I believe is now also under
development, the page does not yet reflect that)
Sample code for winforms is in svn://svn.myrealbox.com/source/trunk/winforms
Cheers,
Peter
-----Original Message-----
From: "Ashwin Bharambe" <ashwinb@gmail.com>
To: <mono-winforms-list@lists.ximian.com>
Date: 15 December, 2004 22:26
Subject: [Mono-winforms-list] Compiling latest MWF (newbie question)
>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/ directory,
>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 components
>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
>
>