04-30-2020, 08:54 AM
(This post was last modified: 04-30-2020, 09:00 AM by slowriter.)
RE: OSCAR Release v1.1.0
(04-30-2020, 07:00 AM)pholynyk Wrote: Interesting, Slowriter - That's an unusual construction of an if-condition, isn't it?
We will need some additional information to fix this for you.
What distribution are you using, what C++ compiler are you using, and what version of QT are you using/
It seems your compiler is extra picky, or maybe there are extra restrictions beyond the c11 standard.
Compiling on Debian9 with gcc 6.3 and QT 5.7 is using the c11 standard does - obviouslu - work.
The Windows and Mac people are using QT 5.12 and the minGW compiler or whatever is supplied by Apple.
Built with Qt 5.13.2 on Apr 28 2020 09:28:02
Operating system: Fedora 32 (Workstation Edition)
Name : gcc-c++
Version : 10.0.1
Caveats: I'm just a patient, with no medical training.
RE: OSCAR Release v1.1.0
Test fedora 32 in progress... Downloading iso of the DVD.
From France. English spoken. Equipped since end of 2009. ResMed AirSense 10 Autoset since November 2023.
Linux user since 2009 --> current main distribution : Xubuntu 22.04 (laptop)
LUG (named ALDIL) Member since 2015. certifications : ITIL© and ISTQB©
RE: OSCAR Release v1.1.0
Slowriter - There have been posts regarding Qt 5.13 having compile problems with the code. The OSCAR team has elected to use LTS versions and are currently using Qt 5.12.8. I hope this may solve your problem.
RE: OSCAR Release v1.1.0
Looks like a code error to me. The phrase "datadir ), QMessageBox::Ok)" should be "datadir, QMessageBox::Ok))"
Useful links
Download OSCAR
Best way to organize charts
How to attach charts to your post
Apnea Board Monitors are members who help oversee the smooth functioning of the Board. They are also members of the Advisory Committee which helps shape Apnea Board's rules & policies. Membership in the Advisory Members group does not imply medical expertise or qualification for advising Sleep Apnea patients concerning their treatment.
04-30-2020, 09:16 AM
(This post was last modified: 04-30-2020, 09:19 AM by slowriter.)
RE: OSCAR Release v1.1.0
(04-30-2020, 09:09 AM)Crimson Nape Wrote: Slowriter - There have been posts regarding Qt 5.13 having compile problems with the code. The OSCAR team has elected to use LTS versions and are currently using Qt 5.12.8. I hope this may solve your problem.
I doubt it's straightforward for me to go back to an earlier compiler (I just use the defaults in my package manager), but will check.
It's notable that it built fine a couple days ago.
Ideally at some point we'll have up-to-date oscar packaging for rpm distros.
Caveats: I'm just a patient, with no medical training.
RE: OSCAR Release v1.1.0
Download done. Installing VM Then test :
Are you agree than
- you are installing Oscar with sources mode from final version 1.1.0 -->
https://gitlab.com/pholy/OSCAR-code
- then either you select dowloading tar ou zip file or you did your own local git --> Please precise it.
From France. English spoken. Equipped since end of 2009. ResMed AirSense 10 Autoset since November 2023.
Linux user since 2009 --> current main distribution : Xubuntu 22.04 (laptop)
LUG (named ALDIL) Member since 2015. certifications : ITIL© and ISTQB©
RE: OSCAR Release v1.1.0
Hmmm. Even with the syntax change, the code isn't right. I'll merge a fix later this morning.
Useful links
Download OSCAR
Best way to organize charts
How to attach charts to your post
Apnea Board Monitors are members who help oversee the smooth functioning of the Board. They are also members of the Advisory Committee which helps shape Apnea Board's rules & policies. Membership in the Advisory Members group does not imply medical expertise or qualification for advising Sleep Apnea patients concerning their treatment.
RE: OSCAR Release v1.1.0
(04-30-2020, 09:22 AM)untoutseul05 Wrote: Download done. Installing VM Then test :
Are you agree than
- you are installing Oscar with sources mode from final version 1.1.0 --> https://gitlab.com/pholy/OSCAR-code
- then either you select dowloading tar ou zip file or you did your own local git --> Please precise it.
Sorry; building from the github repo master branch. I have a shell script I run periodically that does that.
Caveats: I'm just a patient, with no medical training.
RE: OSCAR Release v1.1.0
Slowriter - Another thought is if you are using Qt Creator to compile, make sure that you disable the Quick Compiler option. In prior versions of Creator this was a checkbox. In version 4.12 it seems to be a dropdown box selection.
RE: OSCAR Release v1.1.0
(04-30-2020, 09:28 AM)GuyScharf Wrote: Hmmm. Even with the syntax change, the code isn't right. I'll merge a fix later this morning.
Cool; thanks.
No rush on my end; just thought I should report it.
Caveats: I'm just a patient, with no medical training.