Closed ghost closed 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..
I've prepared a branch that does not depends on qtquickcontrols2-private-dev: https://github.com/nymea/berrylan/pull/76
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....
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.
That doesn't show the relevant part of the error message.
I agree this is a different error message. That is what I meant.
@mzanetti will you tell me if there is any addition/correction I have to add to the clickable.yaml?
At a first glance, the "builder: qmake" option seems missing.
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
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 ?