Stdout: scons: Entering directory `/home/runner/.ufbt/current/scripts/ufbt' ICONS /home/runner/.ufbt/build/tasks/tasks_icons.c CPP /tmp/tmp9p8x1qm5/code/UFZ/Common.cpp CPP /tmp/tmp9p8x1qm5/code/UFZ/Filesystem.cpp CPP /tmp/tmp9p8x1qm5/code/UFZ/UI.cpp CPP /tmp/tmp9p8x1qm5/code/Scenes/DeleteDialog.cpp Stderr: /tmp/tmp9p8x1qm5/code/UFZ/Filesystem.cpp: In member function 'bool UFZ::Filesystem::areEquivalent(const char*, const char*, bool) const': /tmp/tmp9p8x1qm5/code/UFZ/Filesystem.cpp:69:42: error: too many arguments to function 'bool storage_common_equivalent_path(Storage*, const char*, const char*)' 69 | return storage_common_equivalent_path(storage, path1, path2, bTruncate); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/tmp9p8x1qm5/code/UFZ/Common.hpp:5, from /tmp/tmp9p8x1qm5/code/UFZ/Filesystem.hpp:2, from /tmp/tmp9p8x1qm5/code/UFZ/Filesystem.cpp:1: /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/storage/storage.h:409:6: note: declared here 409 | bool storage_common_equivalent_path(Storage* storage, const char* path1, const char* path2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scons: *** [/home/runner/.ufbt/build/tasks/UFZ/Filesystem.o] Error 1