-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compiled template fails to run on RM2 on Oxide fork of this repo #1
Comments
It appears that the version of Oxide you are using doesn't match what this is built against. What oxide version are you running? |
The settings modal for Oxide's task switcher doesn't show a version, or an About button, and neither I will say that I created two new repos in the last hour from both the original template and this fork of the template, and used the exact same commands to build both, and only this fork fails to launch. The original template greets me with a "Hello world!" message in a full screen Qt application as expected. |
If you installed oxide through toltec, check the version number of the package with |
2.6-3 across the board. liboxide - 2.6-3 |
You will need to update to 2.7 as this is built against 2.7 Oxide 2.7 is currently in toltec testing, and will be merged into toltec stable as soon as toltec-dev/toltec#830 is merged. Oxide 2.8 will be next after that. |
https://github.com/Eeems-Org/remarkable-template-qt-oxide-app Doesn't have issues enabled, or I'd have submitted this there.
Building a repo from that template and following the build process fails to produce an executable that starts and shows "Hello, world!"
Starting an app from that template via command line in Yaft shows the following error message:
myapp: symbol lookup error: myapp: undefined symbol: _ZN5Oxide14DeviceSettings18setupQtEnvironmentEb
The text was updated successfully, but these errors were encountered: