yglukhov / nimx

GUI library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recursive module dependency

HJarausch opened this issue · comments

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
``

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.