I see something strange around step 1193/1290:
As well as this issue:[1193/1290] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/ble.c.obj
FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/ble.c.obj
And the final output:/Users/trevor/esp/spotscanner/main/ble.c:92:31: error: 'BLE_SCAN_FILTER_ALLOW_WLIST_PRA_DIR' undeclared (first use in this function); did you mean 'BLE_SCAN_FILTER_ALLOW_WLIST_RPA_DIR'?
.scan_filter_policy = BLE_SCAN_FILTER_ALLOW_WLIST_PRA_DIR,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BLE_SCAN_FILTER_ALLOW_WLIST_RPA_DIR
/Users/trevor/esp/spotscanner/main/ble.c:92:31: note: each undeclared identifier is reported only once for each function it appears in
[1200/1290] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/console.c.obj
Because this code has compiled in the past, I'm thinking that I must have some kind of configuration issue.[1202/1290] Building C object esp-idf/libsodium/CMakeFiles/__idf_libsod...r/libsodium/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c.ob
ninja: build stopped: subcommand failed.
ninja failed with exit code 1
Suggestions on how to troubleshoot?