yglukhov / nimx

GUI library
MIT License
1.1k stars 75 forks source link

recursive module dependency #463

Open HJarausch opened 3 years ago

HJarausch commented 3 years ago

I am trying to compile nimxedit.nim.

I get `` $HOME/.nimble/pkgs/nimx-0.1/nimx/context.nim(226, 30) Error: undeclared identifier: 'newComposition' This might be caused by a recursive module dependency:

$HOME/.nimble/pkgs/nimx-0.1/nimx/composition.nim imports /home/jarausch/.nimble/pkgs/nimx-0.1/nimx/context.nim

$HOME/.nimble/pkgs/nimx-0.1/nimx/context.nim imports /home/jarausch/.nimble/pkgs/nimx-0.1/nimx/composition.nim ``

yglukhov commented 3 years ago

Not sure why you're getting exactly that error, but the editor is not being developed right now, and it is not in the nearest roadmap.