Hello,
I’m trying to get VMware working, and I need to use the make command. But It keeps throwing an error. Anyone know how to fix this?
Hello,
I’m trying to get VMware working, and I need to use the make command. But It keeps throwing an error. Anyone know how to fix this?
As the error you pasted says, it is likely that your build environment is incomplete or broken:
/usr/include/linux/version.h:29:2: error: #error "If you are seeing this message, your environment is "
#error "If you are seeing this message, your environment is "
^
/usr/include/linux/version.h:30:2: error: #error "not configured properly. "
#error "not configured properly. "
Please check that you have installed:
kernel-devel
kernel-default-devel
and that the following is also installed or automatically selected:
kernel-macros
kernel-syms
Then report back if you still have problems.
Yep, that worked. Forgot to do that :3
Thanks