nymea / berrylan

Raspberry Pi WiFi setup
http://berrylan.org
GNU General Public License v3.0
338 stars 56 forks source link

Plan to add berrylan to ubuntu touch #75

Closed ghost closed 2 years ago

ghost commented 2 years ago

These files are important for clickable to realize and understand berrylan so that it can be built for ubuntu touch. But I get this error in the terminal while building berrylan for ubuntu touch :-

Project ERROR: Unknown module(s) in QT: quickcontrols2-private

Will you please see why this error is occuring and make any changes to the files to build this app for ubuntu touch ?

mzanetti commented 2 years ago

Hmm.... as for the qtquickcontrols2-private dependency... I'm not sure why, it seems to be missing in Ubuntu... It's only used for the busy spinner though... I suppose we could patch that and get away with that dependency..

mzanetti commented 2 years ago

I've prepared a branch that does not depends on qtquickcontrols2-private-dev: https://github.com/nymea/berrylan/pull/76

ghost commented 2 years ago

I've prepared a branch that does not depends on qtquickcontrols2-private-dev: #76

Thanks. Removing qtquickcontrols2-private-dev helped compile many files, but this error still occurs :-

Makefile:731: recipe for target 'main.o' failed make: *** [main.o] Error 1] make: *** Waiting for unfinished jobs....

mzanetti commented 2 years ago

I've prepared a branch that does not depends on qtquickcontrols2-private-dev: #76

Thanks. Removing qtquickcontrols2-private-dev helped compile many files, but this error still occurs :-

Makefile:731: recipe for target 'main.o' failed make: *** [main.o] Error 1] make: *** Waiting for unfinished jobs....

That doesn't show the relevant part of the error message.

ghost commented 2 years ago

That doesn't show the relevant part of the error message.

I agree this is a different error message. That is what I meant.

ghost commented 2 years ago

@mzanetti will you tell me if there is any addition/correction I have to add to the clickable.yaml?

mzanetti commented 2 years ago

At a first glance, the "builder: qmake" option seems missing.

mzanetti commented 2 years ago

I've taken this branch and continued a bit here: https://github.com/nymea/berrylan/pull/78

Now it builds, installs on the phone and starts... However, for some reason it fails to use Bluetooth. Perhaps some policy is missing.

Also the app icon doesn't look nice yet. Can you continue to try and resolve those issues please