When compiling with mono 1.0.6, you get these errors:

./Query.cs(70) error CS1501: No overload for method
`RegisterAsyncResponseHandler' takes `2' arguments
./Query.cs(70) error CS8006: Could not find any applicable function for this
argument list
./Query.cs(71) error CS1501: No overload for method
`RegisterAsyncResponseHandler' takes `2' arguments
./Query.cs(71) error CS8006: Could not find any applicable function for this
argument list
./Query.cs(72) error CS1501: No overload for method
`RegisterAsyncResponseHandler' takes `2' arguments
./Query.cs(72) error CS8006: Could not find any applicable function for this
argument list
./Query.cs(73) error CS1501: No overload for method
`RegisterAsyncResponseHandler' takes `2' arguments
./Query.cs(73) error CS8006: Could not find any applicable function for this
argument list
./Query.cs(74) error CS1501: No overload for method
`RegisterAsyncResponseHandler' takes `2' arguments
./Query.cs(74) error CS8006: Could not find any applicable function for this
argument list
Compilation failed: 10 error(s), 0 warnings
make[2]: *** [Beagle.dll] Error 1

Delegate handling in Mono 1.0.6 seems to be totally broken. See
http://bugzilla.ximian.com/show_bug.cgi?id=75155

Does this sound like a good time to set 1.1.x as a minimum requirement?

Daniel
_______________________________________________
Dashboard-hackers mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dashboard-hackers

Reply via email to