[Mono-dev] Problem compiling mono from SVN

Elliott Draper el at eldiablo.co.uk
Fri Jan 27 07:20:26 EST 2006


Aha, I think I might know why this is. Chris (Toshok) is currently doing lots of good work in implementing the .Net 2.0 configuration API within Mono. Yesterday he checked-in a load of changes, in a few different commits from what I saw in the logs. Seeing as how I refreshed my working copy and compiled without issues this morning, could it be that you were just unlucky in when you grabbed the code from svn, and that perhaps you got a version of the code with some, but not all, of his new changes? 

My best bet would be to "svn update" your source tree, and try re-compiling from scratch, and seeing if that fixes your problem, as I think you might be missing some stuff :-)

Let me know how you get on!

Cheers,
Elliott

On Fri, 27 Jan 2006 10:12:22 -0200, Alexandre Rocha Lima e Marcondes
<alexandremarcondes at psl-pr.softwarelivre.org> wrote:
> I have been facing  problems compiling mono from SVN since yesterday.
> 
> please, take a look on the messages:
> 
> MONO_PATH="../../class/lib/net_2_0:
> $MONO_PATH" /home/alexandre/projetos/CSharp/mono/runtime/mono-wrapper 
> ../../gmcs/gmcs.exe /codepage:28591   -d:NET_1_1 -d:NET_2_0 -debug
> /noconfig -unsafe -nowarn:612,649 -r:mscorlib.dll -r:System.dll
> -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll
> -r:System.EnterpriseServices.dll -r:System.Configuration.dll
> -d:CONFIGURATION_2_0 /resource:resources/WebUIValidation.js
> /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif
> /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif
> /resource:resources/arrow_down.gif /resource:resources/box_full.gif
> /resource:resources/box_empty.gif /resource:resources/box_minus.gif
> /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif
> /resource:resources/contact.gif /resource:resources/dot_empty.gif
> /resource:resources/dot_full.gif /resource:resources/dots.gif
> /resource:resources/inbox.gif /resource:resources/star_empty.gif
> /resource:resources/star_full.gif /resource:resources/warning.gif
> /resource:resources/TreeView_noexpand.gif
> /resource:resources/TreeView_dash.gif
> /resource:resources/TreeView_dashminus.gif
> /resource:resources/TreeView_dashplus.gif
> /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif
> /resource:resources/TreeView_lminus.gif
> /resource:resources/TreeView_lplus.gif
> /resource:resources/TreeView_minus.gif
> /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif
> /resource:resources/TreeView_rminus.gif
> /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif
> /resource:resources/TreeView_tminus.gif
> /resource:resources/TreeView_tplus.gif /resource:resources/callback.js
> /resource:resources/webform.js
> /resource:System.Web.UI.WebControls/GridView.js
> /resource:System.Web.UI.WebControls/TreeView.js
> /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP
> -r:System.Web.Services.dll -target:library -out:System.Web.dll 
> @System.Web.dll.sources
> System.Web.Configuration_2.0/SystemWebSectionGroup.cs(210,10): error
> CS0246: The type or namespace name `WebServicesSection' could not be
> found. Are you missing a using directive or an assembly reference?
> System.Web.Mail/MailMessageWrapper.cs(46,10): warning CS0618:
> `System.Web.Mail.MailMessage' is obsolete: `The recommended alternative
> is System.Net.Mail.MailMessage.'
> System.Web.Mail/MailMessageWrapper.cs(50,29): warning CS0618:
> `System.Web.Mail.MailMessage' is obsolete: `The recommended alternative
> is System.Net.Mail.MailMessage.'
> System.Web.Mail/MailMessageWrapper.cs(197,9): warning CS0618:
> `System.Web.Mail.MailFormat' is obsolete: `The recommended alternative
> is System.Net.Mail.MailMessage.IsBodyHtml.'
> System.Web.Mail/MailMessageWrapper.cs(214,9): warning CS0618:
> `System.Web.Mail.MailPriority' is obsolete: `The recommended alternative
> is System.Net.Mail.MailPriority.'
> System.Web.UI.WebControls/BoundField.cs(111,25): warning CS0114:
> `System.Web.UI.WebControls.BoundField.HeaderText' hides inherited member
> `System.Web.UI.WebControls.DataControlField.HeaderText'. To make the
> current member override that implementation, add the override keyword.
> Otherwise add the new keyword
> System.Web.UI.WebControls/DataControlField.cs(308,4)::
> `System.Web.UI.WebControls.DataControlField.HeaderText.set', name of
> symbol related to previous warning
> System.Web.UI.WebControls/RoleGroupCollection.cs(111,15): warning
> CS0114:
> `System.Web.UI.WebControls.RoleGroupCollection.OnValidate(object)' hides
> inherited member `System.Collections.CollectionBase.OnValidate(object)'.
> To make the current member override that implementation, add the
> override keyword. Otherwise add the new keyword
> /home/alexandre/projetos/CSharp/mcs/class/lib/net_2_0/mscorlib.dll:
> `System.Collections.CollectionBase.OnValidate(object)', name of symbol
> related to previous warning
> Compilation failed: 1 error(s), 6 warnings
> make[8]: ** [../../class/lib/net_2_0/System.Web.dll] Erro 1
> 
> 
> 
> --
> Regards,
>   Alexandre Rocha Lima e Marcondes
>    P4 Tecnologia e Desenvolvimento Humano 
> 
> alexandre at p4tecnologia.com
> alexandre at psl-pr.softwarelivre.org
> arlm at users.sourceforge.net 
> www.p4tecnologia.com
> alexandre.p4tecnologia.com 
> Projetos:
> MonoBrasil MonoBASIC
> ACBr 
> Freedom ERP 
> 
> 
> 
> 
> 
> To validate this message's signature follow the instructions:
> http://www.cacert.org/index.php?id=3&lang=en_US
> 
> 




More information about the Mono-devel-list mailing list