You are not logged in.

#1 2020-05-02 13:34:53

kovac
Member
Registered: 2020-03-14
Posts: 41

spdlog c++ logger package doesn't seem to install the fmt package

I'm getting errors with YCM (YouCompleteMe vim extension) when I'm using spdlog with string formatting. For example,

spdlog::info("Hello%s", "foo");

The YCM error is:

In included file: 'spdlog/fmt/bundled/core.h' file not found /usr/include/spdlog/    fmt/fmt.h:22:10: note: error occurred here [pp_file_not_found]

Package information:

community/spdlog 1.5.0-1
    Very fast, header-only/compiled, C++ logging library

Anyone running into a similar issue?

Offline

Board footer

Powered by FluxBB