Skip to content

Compile error for 5.7 branch on Linux #329

@ameaninglessname

Description

@ameaninglessname

Error output

Error 1
format.h(3043,42): Error  : identifier '_format' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
Error 2
0>In file included from /home/user1/UnrealEngine/Engine/Plugins/Marketplace/Developer/RiderLink/Source/RD/thirdparty/spdlog/src/fmt.cpp:10:
0>format-inl.h(78,19): Error  : expected expression
0>   78 |     format_to(it, FMT_STRING("{}{}"), message, SEP);
0>      |                   ^
0>format.h(2383,23): Reference  : expanded from macro 'FMT_STRING'
0> 2383 | #define FMT_STRING(s) /FMT_STRING_IMPL(s, fmt::compile_string, )
0>      |                       ^
0>In file included from /home/user1/UnrealEngine/Engine/Plugins/Marketplace/Developer/RiderLink/Source/RD/thirdparty/spdlog/src/fmt.cpp:10:
0>format-inl.h(79,17): Error  : expected expression
0>   79 |   format_to(it, FMT_STRING("{}{}"), ERROR_STR, error_code);
0>      |                 ^
0>format.h(2383,23): Reference  : expanded from macro 'FMT_STRING'
0> 2383 | #define FMT_STRING(s) /FMT_STRING_IMPL(s, fmt::compile_string, )
0>      |                       ^
0>In file included from /home/user1/UnrealEngine/Engine/Plugins/Marketplace/Developer/RiderLink/Source/RD/thirdparty/spdlog/src/fmt.cpp:10:
0>format-inl.h(2534,30): Error  : expected expression
0> 2534 |         out = format_to(out, FMT_STRING("{:x}"), value);
0>      |                              ^
0>format.h(2383,23): Reference  : expanded from macro 'FMT_STRING'
0> 2383 | #define FMT_STRING(s) /FMT_STRING_IMPL(s, fmt::compile_string, )
0>      |                       ^
0>In file included from /home/user1/UnrealEngine/Engine/Plugins/Marketplace/Developer/RiderLink/Source/RD/thirdparty/spdlog/src/fmt.cpp:10:
0>format-inl.h(2538,28): Error  : expected expression
0> 2538 |       out = format_to(out, FMT_STRING("{:08x}"), value);
0>      |                            ^
0>format.h(2383,23): Reference  : expanded from macro 'FMT_STRING'
0> 2383 | #define FMT_STRING(s) /FMT_STRING_IMPL(s, fmt::compile_string, )
0>      |                       ^
0>In file included from /home/user1/UnrealEngine/Engine/Plugins/Marketplace/Developer/RiderLink/Source/RD/thirdparty/spdlog/src/fmt.cpp:10:
0>format-inl.h(2541,28): Error  : expected expression
0> 2541 |       out = format_to(out, FMT_STRING("p{}"),
0>      |                            ^
0>format.h(2383,23): Reference  : expanded from macro 'FMT_STRING'
0> 2383 | #define FMT_STRING(s) /FMT_STRING_IMPL(s, fmt::compile_string, )

Could you please release a version for it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions