Nitrux / maui-shell

Maui Shell is a convergent shell for desktops, tablets, and phones.
GNU Lesser General Public License v3.0
1.49k stars 50 forks source link

Error building MauiKit to compile Maui Shell in Ubuntu 20.04 #21

Closed aymanrgab closed 2 years ago

aymanrgab commented 2 years ago

Describe the bug make stops at invalid conversion from ‘QWindow*’ to ‘WId’ {aka ‘long long unsigned int’} [-fpermissive] error.

To Reproduce Steps to reproduce the behavior:

Expected behavior Compile MauiKit without errors to proceed with installing MauiKit FileBrowsing and Maui Shell.

Screenshots Screenshot from 2022-01-22 23-15-48

Desktop (please complete the following information):

aymanrgab commented 2 years ago

do not close issue :)

UriHerrera commented 2 years ago

I updated the instructions in the Wiki. You will need to add the KDE Neon User repository as the KF5 libraries need to be newer than 5.80.0. Else MauiKit and everything else will fail to compile in Ubuntu 20.04.

Or use a newer release of Ubuntu, like 21.10.

dudeisbrendan03 commented 2 years ago

Any tips on getting those packages + dependencies on 20.04?

UriHerrera commented 2 years ago

Any tips on getting those packages + dependencies on 20.04?

https://github.com/Nitrux/maui-shell/wiki/Build-instructions-for-Ubuntu#ubuntu-2004

UriHerrera commented 2 years ago

Wiki updated.