Re: Need help compiling VMWare modules.

1999-09-14 Thread Bob Nielsen
Which version of vmware are you trying to install? Some of them do not like gcc 2.95. I changed the CC= line in the Makefile to use gcc272 when I a problem similar to this (I don't remember the exact errors, so it may not be the same problem). The latest betas work fine for me with gcc 2.95,

Re: Need help compiling VMWare modules.

1999-09-14 Thread Jon Marler
On Mon, Sep 13, 1999 at 06:05:56PM -0700, Bob Nielsen wrote: Which version of vmware are you trying to install? Some of them do not like gcc 2.95. I changed the CC= line in the Makefile to use gcc272 when I a problem similar to this (I don't remember the exact errors, so it may not be the

Re: Need help compiling VMWare modules.

1999-09-14 Thread Bob Nielsen
You might try the following in driver-only/Makefile: INCLUDE = -I$(TOPDIR)/include -I$(TOPDIR)/common \ -I$(TOPDIR)/linux -I$(TOPDIR)/export/include -I$/usr/src/linux/include/linux and the following in vmnet-only/Makefile: INCLUDE = -I. -I/usr/src/linux/include Someone else suggested this on

Need help compiling VMWare modules.

1999-09-13 Thread Jon Marler
I am having trouble compiling the VMWare loadable modules. Every time I try to compile, I get the following error: In file included from /usr/src/kernel-headers-2.2.9/include/linux/smp.h:11, from /usr/src/kernel-headers-2.2.9/include/linux/sched.h:20, from