[MonoDevelop] Trying to build 0.5.1

James Fitzsimons jamesfit@cwazy.co.uk
Sat, 20 Nov 2004 08:58:30 +0000


Hi all,

I have just upgraded to mono 1.1.2 and am trying to rebuild monodevelop
however I am getting the following errors:

Lots of CS0246: Cannot find type 'SharpAssembly' errors which I fixed by
changing "SharpAssembly " to
"MonoDevelop.SharpAssembly.Assembly.SharpAssembly " in the afflicted
files as previously suggested by Levi.

But now I am stumped on this error:

././Internal/Project/Combine/CombineEntry.cs(285) warning CS0108: The
keyword new is required on
'MonoDevelop.Internal.Project.ICombineEntryCollection.GetEnumerator()'
because it hides inherited member
/usr/local/lib/mono/1.0/mscorlib.dll:
'System.Collections.IEnumerable.GetEnumerator' (name of symbol related
to previous warning)
././Gui/Components/SdMenuCheckBox.cs(51) error CS0154: The property
`Child' can not be used in this context because it lacks a set accessor
././Internal/Project/Project/ConvertXml.cs(117) warning CS0618:
'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,
System.Xml.Xsl.XsltArgumentList)' is obsolete: 'You should pass
XmlResolver to Transform() method'
././Internal/Project/Project/ConvertXml.cs(123) warning CS0618:
'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader,
System.Xml.XmlResolver)' is obsolete: 'You should pass evidence.'
././Internal/Project/Project/ConvertXml.cs(127) warning CS0618:
'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,
System.Xml.Xsl.XsltArgumentList)' is obsolete: 'You should pass
XmlResolver to Transform() method'
Compilation failed: 1 error(s), 4 warnings
make[3]: *** [MonoDevelop.Base.dll] Error 1
make[3]: Leaving directory
`/home/james/development/MonoProjects/monodevelop-0.5.1/src/Main/Base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/james/development/MonoProjects/monodevelop-0.5.1/src/Main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/james/development/MonoProjects/monodevelop-0.5.1/src'
make: *** [all-recursive] Error 1
james@athos monodevelop-0.5.1 $ 

Can anyone help me out here?

Thanks so much for any assistance you can provide,
James Fitzsimons

PS: is there any reason why the SVN version requires such bleeding edge
versions of it's prerequisites. e.g 
checking for mono >= 1.1.2.99... Requested 'mono >= 1.1.2.99' but
version of Mono is 1.1.2
checking for mono... /usr/local/bin/mono
checking for mcs... /usr/local/bin/mcs
checking for gnome-sharp-2.0 >= 1.0 glade-sharp-2.0 >= 1.0
gconf-sharp-2.0 >= 1.0 gtkhtml-sharp-2.0 >= 1.0... Package
gnome-sharp-2.0 was not found in the pkg-config search path.

-- 
It's 5.50 a.m.... Do you know where your stack pointer is ?