[Mono-dev] SVN head compile error (System.Windows.Forms - MdiChildContext not defined)

Christopher Bergström cbergstrom at netsyncro.com
Fri Nov 25 19:14:01 EST 2005


First time trying to build svn head on my new Gentoo system..  I do have 
a working mcs and I do have a working mono..

make[8]: Entering directory 
`/build/asura/monkeys/mcs/class/Managed.Windows.Forms'
MONO_PATH="../../class/lib/default:$MONO_PATH" 
/build/asura/monkeys/mono/runtime/mono-wrapper  
../../class/lib/default/mcs.exe /codepage:65001   -d:NET_1_1 -d:ONLY_1_1 
-debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll 
/r:System.Drawing.dll /r:Accessibility.dll /r:System.Data.dll 
/r:Mono.Posix.dll @System.Windows.Forms.dll.resources /nowarn:649 
/nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114 -debug -target:library 
-out:../../class/lib/default/System.Windows.Forms.dll  
@System.Windows.Forms.dll.sources
System.Windows.Forms/TextBoxBase.cs(1330,8): warning CS0168: The 
variable `target' is declared but never used
System.Windows.Forms/MdiClient.cs(221,9): warning CS0219: The variable 
`vvis' is assigned but its value is never used
System.Windows.Forms/MdiClient.cs(220,9): warning CS0219: The variable 
`hvis' is assigned but its value is never used
System.Windows.Forms/MdiClient.cs(290,9): error CS0117: 
`System.Windows.Forms.Form' does not contain a definition for 
`MdiChildContext'
Compilation failed: 1 error(s), 3 warnings
make[8]: *** [../../class/lib/default/System.Windows.Forms.dll] Error 1

Has their been recent work on System.Windows.Forms?

Cheers,

C.



More information about the Mono-devel-list mailing list