I'm getting errors when building this.
I'm on Pop OS 21.10;
This error shows up several times when compiling
/home/tom/Downloads/vmware-host-modules/vmmon-only/./include/vm_asm_x86.h:67:44: error: expression in static assertion is not constant
67 | ASSERT_ON_COMPILE(sizeof(Selector) == 2 && \
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | ((__builtin_constant_p(expr) && ((expr) >> 16) == 0) || \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | sizeof(expr) <= 2))
| ~~~~~~~~~~~~~~~~~~
Ending in this;
make[3]: *** [scripts/Makefile.build:277: /home/tom/Downloads/vmware-host-modules/vmmon-only/common/task.o] Error 1
make[2]: *** [Makefile:1874: /home/tom/Downloads/vmware-host-modules/vmmon-only] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-5.15.8-76051508-generic'
make[1]: *** [Makefile:117: vmmon.ko] Error 2
make[1]: Leaving directory '/home/tom/Downloads/vmware-host-modules/vmmon-only'
make: *** [Makefile:21: vmmon-only] Error 2