In file included from /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_from_app.c:21: /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_from_app.c: In function 'vb_migrate_scene_from_app_set_state': /home/runner/work/_temp/app/code/scenes/../vb_migrate_i.h:45:45: error: expected ')' before 'NFC_APP_FILENAME_EXTENSION' 45 | #define VB_MIGRATE_TEMPLATE_NAME "template" NFC_APP_FILENAME_EXTENSION | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_from_app.c:161:60: note: in expansion of macro 'VB_MIGRATE_TEMPLATE_NAME' 161 | if(vb_migrate_load_nfc(inst, inst->text_store, VB_MIGRATE_TEMPLATE_NAME)) { | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_from_app.c:249:59: error: 'NFC_APP_FILENAME_EXTENSION' undeclared (first use in this function); did you mean 'NFC_APP_SHADOW_EXTENSION'? 249 | VB_MIGRATE_CAPTURE_FORMAT, inst->next_id, NFC_APP_FILENAME_EXTENSION); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | NFC_APP_SHADOW_EXTENSION /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_from_app.c:249:59: note: each undeclared identifier is reported only once for each function it appears in scons: *** [/home/runner/.ufbt/build/vb_migrate/scenes/vb_migrate_scene_from_app.o] Error 1 In file included from /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_register_save.c:21: /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_register_save.c: In function 'vb_migrate_scene_register_save_on_enter': /home/runner/work/_temp/app/code/scenes/../vb_migrate_i.h:45:45: error: expected ')' before 'NFC_APP_FILENAME_EXTENSION' 45 | #define VB_MIGRATE_TEMPLATE_NAME "template" NFC_APP_FILENAME_EXTENSION | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_register_save.c:65:61: note: in expansion of macro 'VB_MIGRATE_TEMPLATE_NAME' 65 | validator_is_file_alloc_init(VB_MIGRATE_FOLDER, "/" VB_MIGRATE_TEMPLATE_NAME, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_register_save.c:65:9: error: too few arguments to function 'validator_is_file_alloc_init' 65 | validator_is_file_alloc_init(VB_MIGRATE_FOLDER, "/" VB_MIGRATE_TEMPLATE_NAME, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/gui/modules/text_input.h:9, from /home/runner/work/_temp/app/code/scenes/../vb_migrate_i.h:28, from /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_register_save.c:21: /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/gui/modules/validators.h:11:18: note: declared here 11 | ValidatorIsFile* validator_is_file_alloc_init( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_register_save.c:21: /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_register_save.c: In function 'vb_migrate_scene_register_save_on_event': /home/runner/work/_temp/app/code/scenes/../vb_migrate_i.h:45:45: error: expected ')' before 'NFC_APP_FILENAME_EXTENSION' 45 | #define VB_MIGRATE_TEMPLATE_NAME "template" NFC_APP_FILENAME_EXTENSION | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/scenes/vb_migrate_scene_register_save.c:80:64: note: in expansion of macro 'VB_MIGRATE_TEMPLATE_NAME' 80 | if(vb_migrate_save_nfc(inst, inst->text_store, VB_MIGRATE_TEMPLATE_NAME)) { | ^~~~~~~~~~~~~~~~~~~~~~~~ scons: *** [/home/runner/.ufbt/build/vb_migrate/scenes/vb_migrate_scene_register_save.o] Error 1 /home/runner/work/_temp/app/code/vb_migrate.c: In function 'vb_migrate_delete': /home/runner/work/_temp/app/code/vb_migrate.c:106:33: error: 'NFC_APP_FILENAME_EXTENSION' undeclared (first use in this function); did you mean 'NFC_APP_SHADOW_EXTENSION'? 106 | strstr(name, NFC_APP_FILENAME_EXTENSION) && | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | NFC_APP_SHADOW_EXTENSION /home/runner/work/_temp/app/code/vb_migrate.c:106:33: note: each undeclared identifier is reported only once for each function it appears in In file included from /home/runner/work/_temp/app/code/vb_migrate.c:21: /home/runner/work/_temp/app/code/vb_migrate_i.h:45:45: error: expected ')' before 'NFC_APP_FILENAME_EXTENSION' 45 | #define VB_MIGRATE_TEMPLATE_NAME "template" NFC_APP_FILENAME_EXTENSION | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/vb_migrate.c:107:34: note: in expansion of macro 'VB_MIGRATE_TEMPLATE_NAME' 107 | !strstr(name, VB_MIGRATE_TEMPLATE_NAME)) { | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/vb_migrate.c: In function 'vb_migrate_count_captured_mons': /home/runner/work/_temp/app/code/vb_migrate.c:135:67: error: 'NFC_APP_FILENAME_EXTENSION' undeclared (first use in this function); did you mean 'NFC_APP_SHADOW_EXTENSION'? 135 | if(!(file_info.flags & FSF_DIRECTORY) && strstr(name, NFC_APP_FILENAME_EXTENSION) && | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | NFC_APP_SHADOW_EXTENSION In file included from /home/runner/work/_temp/app/code/vb_migrate.c:21: /home/runner/work/_temp/app/code/vb_migrate_i.h:45:45: error: expected ')' before 'NFC_APP_FILENAME_EXTENSION' 45 | #define VB_MIGRATE_TEMPLATE_NAME "template" NFC_APP_FILENAME_EXTENSION | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/vb_migrate.c:136:30: note: in expansion of macro 'VB_MIGRATE_TEMPLATE_NAME' 136 | !strstr(name, VB_MIGRATE_TEMPLATE_NAME)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/vb_migrate.c: In function 'vb_migrate_get_next_id': /home/runner/work/_temp/app/code/vb_migrate.c:157:13: error: 'NFC_APP_FILENAME_EXTENSION' undeclared (first use in this function); did you mean 'NFC_APP_SHADOW_EXTENSION'? 157 | NFC_APP_FILENAME_EXTENSION); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | NFC_APP_SHADOW_EXTENSION scons: *** [/home/runner/.ufbt/build/vb_migrate/vb_migrate.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/6483549262