Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional compilation #3903

Open
alex-w opened this issue Sep 21, 2024 · 2 comments
Open

Optional compilation #3903

alex-w opened this issue Sep 21, 2024 · 2 comments
Assignees
Labels
infrastructure Infrastructure related issues
Milestone

Comments

@alex-w
Copy link
Member

alex-w commented Sep 21, 2024

Expected Behaviour

Optional compilation (for example without GUI) is working

Actual Behaviour

Compilation after configuration with option -DSTELLARIUM_GUI_MODE=None is not possible. I fear compilation without scripting can be broken too.

P.S. After resolving problems we can add checks some optional compilations in CI

@alex-w alex-w added the infrastructure Infrastructure related issues label Sep 21, 2024
@alex-w alex-w added this to the 24.4 milestone Sep 21, 2024
@gzotti
Copy link
Member

gzotti commented Sep 21, 2024

Certainly possible. I have not tried None in the past 8 years or so. While I don't see the actual necessity for None, it is a pre-requisite for starting any alternative GUIs of course. Likewise with scripting, the focus was on running with either QtScript (Qt5) or QML (Qt6), not disabling it completely.

@alex-w alex-w self-assigned this Sep 21, 2024
@alex-w
Copy link
Member Author

alex-w commented Sep 21, 2024

OK, at least for all documented modular features optional compilation is working - see linked branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Infrastructure related issues
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants