I don't even..

Meta jared771 at gmail.com
Thu Jan 30 20:38:31 PST 2014


On Friday, 31 January 2014 at 02:37:02 UTC, Mineko wrote:
> On Friday, 31 January 2014 at 02:26:51 UTC, Adam D. Ruppe wrote:
>> On Friday, 31 January 2014 at 02:15:08 UTC, Mineko wrote:
>>> I'm completely lost on this one, here's the error message:
>>
>> I think it is because "shared" is a keyword in D, so your 
>> module name
>>
>> module whatever.shared.shared;
>>
>> is triggering the problem. If you rename the package and 
>> modules from sharedto something else you should be ok. (You 
>> don't necessarily have to change the filename, just the module 
>> declaration and any imports of it. But it is probably easier 
>> to rename the file and folder too.)
>
> Had a feeling.. Alright, thanks.

You might want to file a bug report as well about the utterly 
obtuse error message.


More information about the Digitalmars-d-learn mailing list