Re: [Mono-list] Error building mono from github

2015-12-07 Thread Alexander Köplinger
Delete the mcs/class/lib folder and try again. It’s a current limitation of our build system in that it doesn’t detect certain changes in Mono.Security like this one. - Alex > Am 07.12.2015 um 20:03 schrieb Matt Calder : > > I see this building mono from github: > >

Re: [Mono-list] Error building mono from github

2015-12-07 Thread Matt Calder
Alexander, Thanks for the quick reply. As it happens, I did a make clean and then used the make get-monolite-latest and was successful building mono. Matt On Mon, Dec 7, 2015 at 2:17 PM, Alexander Köplinger < alexander.koeplin...@xamarin.com> wrote: > Delete the mcs/class/lib folder and try

[Mono-list] Error building mono from github

2015-12-07 Thread Matt Calder
I see this building mono from github: ./Mono.Security.Interface/CertificateValidationHelper.cs(35,16): error CS0234: The type or namespace name `Security' does not exist in the namespace `Mono.Net'. Are you missing an assembly reference? ./Mono.Security.Interface/IMonoSslStream.cs(35,16): error