During the build I received several errors saying that variables were set but unused.
As I am currently unfamiliar with the OSCAR software I do not know the best way to fix the errors.
I simply added "[[maybe_unused]]" at the appropriate places.
Here are the changes I made:
oscar/SleepLib/machine_loader.cpp:320: int i, skipped [[maybe_unused]] = 0;
oscar/SleepLib/calcs.cpp:1497: int cnt [[maybe_unused]] = 0;
oscar/SleepLib/machine.cpp:1146: int cnt [[maybe_unused]] = 0;
oscar/SleepLib/loader_plugins/sleepstyle_loader.cpp:682: int nblock [[maybe_unused]] = 0;
oscar/SleepLib/loader_plugins/sleepstyle_loader.cpp:926: long PRSessCount [[maybe_unused]] = 0;
oscar/Graphs/MinutesAtPressure.cpp:466: int qtyEvents [[maybe_unused]] = 0;
oscar/Graphs/gGraphView.cpp:1417: int pinned_graphs [[maybe_unused]] = 0; // count
oscar/reports.cpp:537: int gcnt [[maybe_unused]] = 0;
After making the updates the build appeared to complete successfully and I could start OSCAR.
I am unable to test OSCAR further because I do not have any data.
I have just been diagnosed with Sleep Apnea and will only receive a CPAP machine (probably Löwenstein Prisma) at the beginning of September.
After that I should be able to test my build further.
I hope this information is helpful to you.
Best Regards,
JEMH