Here are the patch for your problem:
Solved: fedora 30 kernel 5.1 vmmon fail to biuld
- GitHub - mkubecek/vmware-host-modules: Patches needed to build VMware (Player and Workstation) host modules against recent kernels
- Info → Commits · mkubecek/vmware-host-modules · GitHub
Procedure:
Quick guide for impatient
First method (build and install):
wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-15.1.0.tar.gz
tar -xzf workstation-15.1.0.tar.gz
cd vmware-host-modules-workstation-15.1.0
make
make install
Last command must be executed with root privileges (first four shouldn’t).
Regards.,