Fedora 8 に VMware Player 2.0.3 をインストールする
vmware-config.pl でエラーになります。
include/asm/bitops_32.h:9:2: error: #error only <linux/bitops.h> can be included directly
解決法は下記のサイトさまに書いてあります。
Linux 2.6.24 で VMware Workstation 6.0.3 の configure に失敗する - meta‘s blog(2008-04-15)
What is the location of the directory of C header files that match your running kernel? [/lib/modules/2.6.24.7-92.fc8/build/include] Extracting the sources of the vmmon module. Building the vmmon module. Using 2.6.x kernel build system. make: ディレクトリ `/tmp/vmware-config2/vmmon-only' に入ります make -C /lib/modules/2.6.24.7-92.fc8/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules [1]+ Stopped sudo vmware-config.pl [miwa@news ~]$ fg
/tmp/vmware-config2/vmmon-only/include/vcpuset.h の 74 行目で asm/bitops.h をインクルードしているのを linux/bitops.h のインクルードに書き換える。