Open
Description
On windows VisualStudio:
cl /Fosrc\gen\ResourceFormatLoader.obj /c src\gen\ResourceFormatLoader.cpp /TP /nologo /EHsc /D_DEBUG /MDd /I. /Igodot_headers /Iinclude /Iinclude\gen /Iinclude\core ResourceFormatLoader.cpp src\gen\ResourceFormatLoader.cpp(50): error C2059: syntax error: '' scons: *** [src\gen\ResourceFormatLoader.obj] Error 2 scons: building terminated because of errors.
Changing "typename" to "type_name" after the "scons ... generate_bindings=yes ..." and
running a "scons" without generate_bindings works... So looks like typename is a reserved keyword.