Title: FW: [MONOBUILD] broken

The linux class library build just broke in Windows.Forms...

ComboBox.cs

Piers.

-----Original Message-----
From: Piers Haken
Sent: Wednesday, February 05, 2003 8:35 PM
To: Piers Haken
Subject: [MONOBUILD] broken


The build failed at Wed Feb  5 21:19:51 PST 2003
Previous failure at Wed Feb  5 21:10:23 PST 2003
Last successful build at Wed Feb  5 20:52:42 PST 2003

Build log follows:

<snip>

make[2]: Entering directory `/home/server/mono/mcs/class/Cscompmgd'
cat list.unix |egrep '\.cs[[:space:]]*$' >.response
touch library-deps.stamp
MONO_PATH=../../class/lib: mcs --target library --noconfig -o ../../class/lib/Cscompmgd.dll -r corlib -r System @.response Compilation succeeded

make[2]: Leaving directory `/home/server/mono/mcs/class/Cscompmgd'
make[2]: Entering directory `/home/server/mono/mcs/class/System.Windows.Forms'
echo -n "library-deps.stamp: list.unix " >.makefrag.new
cat list.unix |egrep '\.cs$' | sed -e 's,\.cs,.cs \\,' >>.makefrag.new cat .makefrag.new |sed -e '$s, \\$,,' >.makefrag echo -e "\ttouch library-deps.stamp" >>.makefrag rm -rf .makefrag.new

make[2]: Leaving directory `/home/server/mono/mcs/class/System.Windows.Forms'
make[2]: Entering directory `/home/server/mono/mcs/class/System.Windows.Forms'
cat list.unix |egrep '\.cs[[:space:]]*$' >.response
touch library-deps.stamp
MONO_PATH=../../class/lib: mcs --target library --noconfig -o ../../class/lib/System.Windows.Forms.dll -r corlib -r System -r System.Drawing -r Accessibility /nowarn:0114 /nowarn:0108 @.response

System.Windows.Forms/ComboBox.cs(659) error CS0539: Explicit implementation: `get_Item' is not a member of the interface Compilation failed: 1 error(s), 0 warnings

make[2]: *** [../../class/lib/System.Windows.Forms.dll] Error 1
make[2]: Leaving directory `/home/server/mono/mcs/class/System.Windows.Forms'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/server/mono/mcs/class'
make: *** [all] Error 1
make: *** [all] Error 1

Reply via email to