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

Compiled template fails to run on RM2 on Oxide fork of this repo #1

Open
johnbentcope opened this issue Mar 8, 2024 · 5 comments
Open

Comments

@johnbentcope
Copy link

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

@Eeems Eeems transferred this issue from Eeems-Org/remarkable-template-qt-app Mar 8, 2024
@Eeems
Copy link

Eeems commented Mar 8, 2024

It appears that the version of Oxide you are using doesn't match what this is built against. What oxide version are you running?

@johnbentcope
Copy link
Author

The settings modal for Oxide's task switcher doesn't show a version, or an About button, and neither oxide -v or oxide --version show a version number. I'm not sure how to check the Oxide version beyond those attempts.

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.

@Eeems
Copy link

Eeems commented Mar 8, 2024

If you installed oxide through toltec, check the version number of the package with opkg list-installed | grep oxide

@johnbentcope
Copy link
Author

2.6-3 across the board.

liboxide - 2.6-3
oxide - 2.6-3
oxide-utils - 2.6-3

@Eeems
Copy link

Eeems commented Mar 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants