"module is in multiple packages" error

Jona Joachim jaj13 at web.de
Thu Jan 4 17:56:16 PST 2007


On Thu, 04 Jan 2007 12:54:34 -0800, Kirk McDonald wrote:

> Jona Joachim wrote:
>> It seems like it tries to cd to constructor although it is already in the
>> constructor folder. According to what you said it should know this because
>> the name of the modules itself contains "constructor.".
>> If I just leave out all occurrences of "constructor." it compiles fine.
>> 
> 
> That's right: try compiling from outside the constructor directory, or 
> add the parent directory to your import path. (You should be able to 
> just add "-I.." to your compilation options, but it's generally better 
> to compile from inside the parent directory.)

Okay, that works!
Thanks a lot!


More information about the Digitalmars-d-learn mailing list