William Bierman wrote:
Well with the current snapshot not everything compiles. Not even the
basic01.cc. Every solution I try to compile gives me linker errors.
I'm writing a tutorial "How to build nebula application from scratch" on
Nebula 2 Wiki, which will include section "How to avoid these issues". But have changed a job two weeks ago, so haven't enough time now to complete it =/
In a few words - you need to check that all dependencies in your solution are correct. To do this, you should check error messages, search symbol which was not found in entire solution, find project which contains definition of this symbol then check the respective checkbox in "Project dependencies" of failed project.
As i understand, it's a build system bug, not a code.
I have found it when I tried to build Nebula app in VC++ 2005 Express. Don't know, is this issue exists for other compilers.