My compilation is failing at this step every time, I've tried this on 3 different computers (Ubuntu 23.04) , same error on all of them.
Python version is 3.9.5, this is the software version I am using
https://gitlab.com/scopefun/scopefun-software/-/tags/Release_v2.2.0 , I am following the build instructions inside this package.
This is the error -
[ 3%] Built target libUsb
[ 7%] Built target wxWidgets305
[ 73%] Built target SDL2-static
[ 74%] Linking CXX executable scopefun
/usr/bin/ld: ../lib/SDL2-2.0.12/libSDL2.a(SDL_waylandvideo.c.o): undefined reference to symbol 'wl_proxy_marshal_flags'
/usr/bin/ld: /lib/x86_64-linux-gnu/libwayland-client.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [source/CMakeFiles/ScopeFun.dir/build.make:1076: source/scopefun] Error 1
make[1]: *** [CMakeFiles/Makefile2:286: source/CMakeFiles/ScopeFun.dir/all] Error 2
make: *** [Makefile:156: all] Error 2