No worries the solution is right at hand.
Get the vmware-any-any patch
#wget http://knihovny.cvut.cz/ftp/pub/vmware/vmware-any-any-update115.tar.gz
After unpacking, go to the vmware-any-any-update115 directory and unpack vmmon.tar
#tar -zxvf vmware-any-any-update115.tar.gz
#cd vmware-any-any-update115
#tar -xvf vmmon.tar
Open vmmon-only/include/vcpuset.h and change the following line #include "asm/bitops.h" to #include "linux/bitops.h"
Open vmmon-only/include/iocontrols_compat.h and change VMMON_VERSION_V6 to 167
括号里面的161改为167
Open vmmon-only/include/iocontrols.h and change VMMON_VERSION to 167
括号里面的161改为167
Pack a new vmmon.tar and then run runme.pl