Hello,
I could not compile the latest version of aporia under linux 14.04.
I got
suggest.nim(13, 38) Error: cannot open 'AutoComplete'
I changed "AutoComplete" to "autocomplete" (corresponding to autocomplete.nim in the same directory?) in the files "aporia.nim" and "suggest.nim".
Now, it builds and "./aporia" starts the ide.
Maybe, it's a bug.
Greetings, Sebastian.
Hello,
Sorry about that. It compiles fine on OS X and likely on Windows too. Please create a PR on the Aporia repo if you can :)
Edit: Fixed it.