Nitrux / maui-shell

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

Maui Shell fails to build with clang-13: error: linker command failed in Fedora 35 #10

Closed Marin-Kitagawa closed 1 year ago

Marin-Kitagawa commented 2 years ago

Describe the bug I have a linker error while trying to build MAUI-Shell

clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/CMakeFiles/cask.dir/build.make:349: bin/cask] Error 1
make[2]: Leaving directory '/home/voidflow/MAUI-Shell/maui-shell/build'
make[1]: *** [CMakeFiles/Makefile2:626: src/CMakeFiles/cask.dir/all] Error 2
make[1]: Leaving directory '/home/voidflow/MAUI-Shell/maui-shell/build'
make: *** [Makefile:149: all] Error 2

Expected behavior A perfect make process

Screenshots image

Desktop (please complete the following information):

OS: Fedora 35 (VM in VirtualBox 6.1.30)
Plasma: 5.22.5
Compiler: clang 13.0.0
UriHerrera commented 1 year ago

Maui Shell cannot be built in Fedora currently (see wiki). We'll revisit the instructions in the wiki once Fedora includes the necessary packages to compile the dependencies of Maui Shell.

For now, I'm closing this issue.