[Mono-winforms-list] MWF-Designer doesn't build
Jonathan Pobst
monkey at jpobst.com
Sun Sep 9 13:22:06 EDT 2007
Add src/UI/ToolBoxList/*.cs to the list of sources it is building from.
Jonathan
Valentin Sawadski wrote:
> Hello everybody,
>
> just a quick question: Is it just me or is the MWF-Designer currently
> broken?
>
> I have an updated version of mono but trying to compile the MWF-Designer
> fails with the following message:
>
> mkdir -p build
> cp deps/ICSharpCode.NRefactory.dll build
> gmcs -debug
> -r:System.Design,System.Windows.Forms,System.Drawing,System.Data,build/ICSharpCode.NRefactory.dll -out:build/mwf-designer.exe src/*.cs src/*/*.cs
> src/UI/MainView.Designer.cs(349,21): error CS0246: The type or namespace
> name `ToolBoxList' could not be found. Are you missing a using directive
> or an assembly reference?
> src/UI/MainView.cs(114,47): error CS0246: The type or namespace name
> `ToolBoxList' could not be found. Are you missing a using directive or
> an assembly reference?
> Compilation failed: 2 error(s), 0 warnings
>
> Kind Regards,
> Valentin S.
>
> _______________________________________________
> Mono-winforms-list maillist - Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>
More information about the Mono-winforms-list
mailing list