Error: circular initialization dependency with module actor

Alexander Panek a.panek at brainsware.org
Mon Jan 15 13:04:36 PST 2007


orgoton wrote:
> I have two modules mutually dependent, that means, module actor need module
> queue which needs module actor. It all went fine with older compilers, but
> with DMD1.0 I get "Error: circular initialization dependency with module
> actor" when I try to run the program. How can I fix this?

The easiest and cleanest way would be to put the contents of those 
modules into one file.



More information about the Digitalmars-d mailing list