I get the following error from umbra.hpp when compiling:
umbra/engine.hpp:104:20: error: 'TCOD_renderer_t' has not been declared
Any idea on what the problem is? I've got exactly the same code as you, is there something in NetBeans I've missed?
Namfooodle 6 months ago
@Namfooodle It would appear that your lobtcod version is older than the one used by Umbra. TCOD_renderer_t is only available in the nightlies. Try the latest SVN version of libtcod instead.
mingos777 6 months ago
@mingos777 Thanks! Now it works great.
I get the following error from umbra.hpp when compiling:
umbra/engine.hpp:104:20: error: 'TCOD_renderer_t' has not been declared
Any idea on what the problem is? I've got exactly the same code as you, is there something in NetBeans I've missed?
Namfooodle 6 months ago
@Namfooodle It would appear that your lobtcod version is older than the one used by Umbra. TCOD_renderer_t is only available in the nightlies. Try the latest SVN version of libtcod instead.
mingos777 6 months ago
@mingos777 Thanks! Now it works great.
Namfooodle 6 months ago