Skip to content

Compile error ResourceFormatLoader (Windows, MSVC) #309

Open
@mdahlgrengadd

Description

@mdahlgrengadd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions