I installed all the packages described in the documentation on my Ubuntu 22.04 WSL system. I could not install dotnet-sdk-5.0 because Microsoft dropped support.
When I run make, after calling "./configure --profile=gnome" immediately it gives me an error:
make
/bin/sh: 1: Syntax error: "(" unexpected
make: *** [Makefile:41: print_config] Error 2
I have no clue how to solve this.