Just tried pulling latest mono on my mac (I have been building mono from source previously) and got a few build errors.
MCS [basic] mscorlib.dll /Users/greg/src/mono/mcs/class/referencesource/mscorlib/system/io/filesystemenumerable.cs(189,21): warning CS0169: The field 'FileSystemEnumerableIterator<TSource>.oldMode' is never used MCS [basic] Mono.Security.dll Mono.Security.Interface/CertificateValidationHelper.cs(146,54): error CS0117: 'NoReflectionHelper' does not contain a definition for 'GetInternalValidator' Mono.Security.Interface/CertificateValidationHelper.cs(160,53): error CS0117: 'NoReflectionHelper' does not contain a definition for 'GetDefaultValidator' Mono.Security.Interface/MonoTlsProviderFactory.cs(86,31): error CS0117: 'NoReflectionHelper' does not contain a definition for 'IsInitialized' Mono.Security.Interface/MonoTlsProviderFactory.cs(98,23): error CS0117: 'NoReflectionHelper' does not contain a definition for 'Initialize' Mono.Security.Interface/MonoTlsProviderFactory.cs(114,23): error CS0117: 'NoReflectionHelper' does not contain a definition for 'Initialize' Mono.Security.Interface/MonoTlsProviderFactory.cs(124,30): error CS0117: 'NoReflectionHelper' does not contain a definition for 'IsProviderSupported' Mono.Security.X509/X509Store.cs(230,16): error CS0234: The type or namespace name 'X509Helper2' does not exist in the namespace 'System.Security.Cryptography.X509Certificates' (are you missing an assembly reference?) Mono.Security.X509/X509Store.cs(234,7): error CS0234: The type or namespace name 'X509Helper2' does not exist in the namespace 'System.Security.Cryptography.X509Certificates' (are you missing an assembly reference?) Mono.Security.X509/X509Store.cs(247,16): error CS0234: The type or namespace name 'X509Helper2' does not exist in the namespace 'System.Security.Cryptography.X509Certificates' (are you missing an assembly reference?) -- Studying for the Turing test _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
