PerMalmberg / Smooth

C++ framework for embedded programming on top of Espressif's ESP-IDF.
Apache License 2.0
325 stars 30 forks source link

Completely broken? #175

Open mnlipp opened 11 months ago

mnlipp commented 11 months ago

I think I found the proper place for getting rid of the problem mentioned in #174. But now I get all sorts of serious compilation errors. Missing "#include <cstdint>", wrong usage of operator delete and errors that will take me some time to understand. (Although having some C++ experience, I have admittedly never looked deep enough into the standard library to immediately understand something like "error: no matching function for call to 'std::basic_format_arg<fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char> >, char> >::basic_format_arg(std::__cxx11::basic_string<char>&)'")

Is it possible that this (promising looking) library is completely broken?

PerMalmberg commented 11 months ago

I wouldn't say broken, but unmaintained. I haven't done anything with it for a long while now and the world around doesn't stand still.