I have installed CentOS 6.4 and followed the 'guide' from here:
http://www.mesa3d.org/vmware-guest.html
What is missing is
yum install gcc gcc-cpp gcc-c++
But still when I try this:
It gives this:
[root@centos64 vmwgfx]# make
make -C /lib/modules/2.6.32-358.0.1.el6.x86_64/source SUBDIRS=`/bin/pwd` DRMSRCDIR=`/bin/pwd` modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-358.0.1.el6.x86_64'
CC [M] /root/vmwgfx/drm_global.o
In file included from /root/vmwgfx/drm_global.c:35:
/root/vmwgfx/vmwgfx_compat.h:228: error: static declaration of ‘set_pages_array_wc’ follows non-static declaration
/usr/src/kernels/2.6.32-358.0.1.el6.x86_64/arch/x86/include/asm/cacheflush.h:151: note: previous declaration of ‘set_pages_array_wc’ was here
make[2]: *** [/root/vmwgfx/drm_global.o] Error 1
make[1]: *** [_module_/root/vmwgfx] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.32-358.0.1.el6.x86_64'
make: *** [modules] Error 2