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

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
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, howe