- 论坛徽章:
- 0
|
本帖最后由 mystic.dy 于 2014-05-26 14:32 编辑
我在终端中输入#vmware运行,以下是出错前的提示信息
In file included from include/linux/kernel.h:13:0,
from /tmp/modconfig-vCDEI9/vmnet-only/procfs.c:23:
include/linux/printk.h:96:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
In file included from /tmp/modconfig-vCDEI9/vmnet-only/monitorAction_exported.h:31:0,
from /tmp/modconfig-vCDEI9/vmnet-only/vnet.h:29,
from /tmp/modconfig-vCDEI9/vmnet-only/vnetInt.h:24,
from /tmp/modconfig-vCDEI9/vmnet-only/smac_compat.c:53:
/tmp/modconfig-vCDEI9/vmnet-only/vm_assert.h:259:0: warning: "DEPRECATED" redefined [enabled by default]
#define DEPRECATED(_fix) do {} while (0)
^
In file included from include/linux/kernel.h:13:0,
from /tmp/modconfig-vCDEI9/vmnet-only/smac_compat.c:33:
include/linux/printk.h:96:0: note: this is the location of the previous definition
#define DEPRECATED "[Deprecated]: "
^
make[1]: *** [_module_/tmp/modconfig-vCDEI9/vmnet-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/3.14.4-200.fc20.i686'
make: *** [vmnet.ko] Error 2
make: Leaving directory `/tmp/modconfig-vCDEI9/vmnet-only'
Failed to build vmnet. Failed to execute the build command.
Starting vmware (via systemctl): Job for vmware.service failed. See 'systemctl status vmware.service' and 'journalctl -xn' for details.
[FAILED]
|
|