[MonoDevelop] SVN Trunk Won't Compile Missing Reference? (svn rev: 123811)
Charles Mason
charlie.mas at gmail.com
Mon Jan 19 11:39:15 EST 2009
Hi All,
I have been following the SVN trunk for a couple of months now. I ran
SVN update to bring it up to the latest version all went well. I have
a couple of local modifications but nothing conflicted. Below is a
sample of the output
./Gui/TestResultsPad.cs(125,40): warning CS0612:
`Gtk.ToolItem.SetTooltip(Gtk.Tooltips, string, string)' is obsolete
./Gui/TestResultsPad.cs(134,39): warning CS0612:
`Gtk.ToolItem.SetTooltip(Gtk.Tooltips, string, string)' is obsolete
./Gui/TestResultsPad.cs(143,38): warning CS0612:
`Gtk.ToolItem.SetTooltip(Gtk.Tooltips, string, string)' is obsolete
./Services/NUnitService.cs(121,41): error CS0246: The type or
namespace name `AsyncOperation' could not be found. Are you missing a
using directive or an assembly reference?
Compilation failed: 1 error(s), 11 warnings
make[5]: *** [../../../build/AddIns/NUnit/MonoDevelop.NUnit.dll] Error 1
make[5]: Leaving directory
`/usr/src/monoSVN/monodevelop1.9.1/monodevelop/main/src/addins/NUnit'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/usr/src/monoSVN/monodevelop1.9.1/monodevelop/main/src/addins/NUnit'
It appears to be part of the Nunit integration thats causing the
problem. Can I disable this with a configure switch, I can't seem to
find one.
I noticed the change log mentions some work on Nunit recently. I am
running mono 2.0.1 from a source tar ball on Ubuntu Intrepid.
Is this just something missing on my system or is it an error in a
recent commit?
Any one else experiencing this?
Charlie M
More information about the Monodevelop-list
mailing list