Just getting started with nox controller.
During compilation (make -j 5) I'm seeing this error :
../../src/nox_main.cc: In function ‘int<unnamed>::start_gui()’:
../../src/nox_main.cc:231: warning: deprecated conversion from string constant
to ‘char*’
../../src/nox_main.cc: In function ‘int main(int, char**)’:
../../src/nox_main.cc:532: error: ‘EventDispatcherComponentinstall’ was not
declared in this scope
../../src/nox_main.cc:532: error: expected ‘)’ before ‘;’ token
../../src/nox_main.cc:532: error: expected primary-expression before ‘)’ token
../../src/nox_main.cc:532: error: expected ‘;’ before ‘)’ token
make[2]: *** [nox_main.o] Error 1
Any ideas what's causing this ?
Thanks !
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev