[Mono-list] cant build mono-tools

xplicit svg at ngs.ru
Tue Mar 5 19:29:50 UTC 2013


vbox-users, could you tell in which environment mono/mono-tools could be
build from master using mono 3.0?  I don't understand, how this could be
managed, because mono-tools in file
https://github.com/mono/mono-tools/blob/master/docbrowser/browser.cs
has the line 65
	v => RootTree.UncompiledHelpSources.Add (v) 
but in the file
https://github.com/mono/mono/blob/master/mcs/class/monodoc/Monodoc/RootTree.cs
there is no public static field UncompiledHelpSource, 
but the method exists	
public static void AddUncompiledSource (string path) 
which adds path to private static uncompiledHelpSourcePaths field.  
Also, there are a lot of code, which reference to removed files. For example
browser.cs, line 727
CurrentTab.edit_node = EditingUtils.GetNodeFromUrl (url, help_tree);
There is no class EditingUtils in monodoc namespace. It has been removed
from mono-tools and mono but you can find it in the old code
https://github.com/mono/old-code/blob/master/monodoc/engine/editing.cs 

So I don't know how to compile mono-tools using mono 3.0. Any help will be
apprecated.



--
View this message in context: http://mono.1490590.n4.nabble.com/cant-build-mono-tools-tp4658794p4658835.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list