[Mono-dev] Compile time errors

Rob Wilkens robwilkens at gmail.com
Mon Jul 2 01:45:35 UTC 2012


I've attached a patch for review  -- It appears MemoryMappedFileSecurity
is *not yet* implemented, and perhaps a bug should be filed about this. 
This patch at least lets it compile.  I can submit this via github if
preferred.

-Rob

On 07/01/2012 09:27 PM, Rob Wilkens wrote:
> Just want to confirm something:
>
> I started a clean build from a clean tree and ran across the same
> error as I reported below. 
>
> System info:
> $ uname -a
> Linux robwilkens-HP-Pavilion-g6-Notebook-PC 3.2.0-26-generic
> #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
>
>
> -Rob
>
> On 07/01/2012 08:42 PM, Rob Wilkens wrote:
>> I'm having trouble building after a fetch/pull, here's the message:
>> MCS     [build] System.Core.dll
>> ....
>> System.IO.MemoryMappedFiles/MemoryMappedFileSecurity.cs(35,15): error
>> CS0122:
>> `System.Security.AccessControl.ObjectSecurity<System.IO.MemoryMappedFiles.MemoryMappedFileRights>.ObjectSecurity()'
>> is inaccessible due to its protection level
>> ......
>>
>> I looked at ObjectSecurity() and how it's defined, and from what i
>> can tell it's not declared as either public or protected, it's
>> declared as internal, so the error message makes sense in spite of
>> the fact that these files haven't been changed too recently, is
>> anyone else aware of this issue or is it a problem with my local copy?
>
>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120701/6bb6d63f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixbuild.patch
Type: text/x-patch
Size: 603 bytes
Desc: not available
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120701/6bb6d63f/attachment-0001.bin>


More information about the Mono-devel-list mailing list