Looks like this needs patching (maybe since some GCC update):
/build/giada/src/giada-0.19.0/src/utils/string.cpp: In function ‘std::string giada::u::string::format(const char*, ...)’:
/build/giada/src/giada-0.19.0/src/utils/string.cpp:87:14: error: ‘unique_ptr’ is not a member of ‘std’
87 | std::unique_ptr<char[]> tmp(new char[size]);
| ^~~~~~~~~~
/build/giada/src/giada-0.19.0/src/utils/string.cpp:34:1: note: ‘std::unique_ptr’ is defined in header ‘<memory>’; did you forget to ‘#include <memory>’?
33 | #include <iomanip>
+++ |+#include <memory>
34 |
Pinned Comments