I am trying to compile VMware torun on the 2.6.6-1.427 kernel, but I keep gettinga compile error. It worked very well with the previous 2.6 kernel. Here is what I am getting in the attached file. Thanks
suitable vmmon module for your running kernel. None of VMware Workstation's pre-built vmmon modules is suitable for your running kernel. Do you want this program to try to build the vmmon module for your system (you need to have a C compiler installed on your system)? [yes] Using compiler "/usr/bin/gcc". Use environment variable CC to override. What is the location of the directory of C header files that match your running kernel? [/lib/modules/2.6.6-1.427/build/include] Extracting the sources of the vmmon module. Building the vmmon module. Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-config0/vmmon-only' make -C /lib/modules/2.6.6-1.427/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entering directory `/lib/modules/2.6.6-1.427/build' CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o /tmp/vmware-config0/vmmon-only/linux/driver.c:131: warning: initialization from incompatible pointer type /tmp/vmware-config0/vmmon-only/linux/driver.c:135: warning: initialization from incompatible pointer type CC [M] /tmp/vmware-config0/vmmon-only/linux/hostif.o /tmp/vmware-config0/vmmon-only/linux/hostif.c: In function `HostIF_FreeLockedPages': /tmp/vmware-config0/vmmon-only/linux/hostif.c:738: error: structure has no member named `count' /tmp/vmware-config0/vmmon-only/linux/hostif.c:740: error: structure has no member named `count' make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/hostif.o] Error 1 make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2 make[1]: Leaving directory `/lib/modules/2.6.6-1.427/build' make: *** [vmmon.ko] Error 2 make: Leaving directory `/tmp/vmware-config0/vmmon-only' Unable to build the vmmon module. For more information on how to troubleshoot module-related problems, please visit our Web site at "http://www.vmware.com/download/modules/modules.html" and "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html". Execution aborted.