why

Derek Parnell derek at psych.ward
Sun Jul 2 04:14:08 PDT 2006


On Sun, 02 Jul 2006 21:01:18 +1000, Frank Benoit <keinfarbton at nospam.xyz>  
wrote:

> freud schrieb:
>> why do i always get a "xx.d:module xx cannot read file xx.d" when i  
>> compile
>> xx.d?  i'm just beginning to learn the d language, anyone can help me ?
>>
>>
>
> The module statement and the actual location and name of your source
> file do not match.
>
> in Folder 'a', file 'b.d':
> module a.b;

Frank,
can you show me some source code that will give this message? Note that  
the file name in the message is the same in all three places...

XX.d(1):module XX cannot read file XX.d

I can get the message in the form

FILEONE.d(1):module FILETWO cannot read file FILETWO.d

but not in the form reported.

-- 
Derek Parnell
Melbourne, Australia



More information about the Digitalmars-d mailing list