Can you send me a dump of your compiler?  If you type $sudo vmware it should
start the compiler.  Can you also check the screen dump I did and compare it
to the vnetUserListener.c file on your system.

Thanks


Brent Mlady

Email: brentml...@gmail.com


This e-mail is intended only for the use of the addressee and may contain
legally privileged and confidential information. If you are not the
addressee, you are notified that any transmission, distribution or
photocopying of this e-mail is strictly prohibited. The legal privilege and
confidentiality attached to the e-mail is not waived, lost or destroyed by
reason of a mistaken delivery to you. If you have received this e-mail in
error, please immediately notify me by e-mail and then delete from your
system.



On Thu, Apr 15, 2010 at 12:05 AM, trisa <dietish...@puzzle.ch> wrote:

> thanks for the detailed instructions.
> Unfortunately this does not work for the installer. The VMWare Workstation
> installer crashes, too.
>
> --
> Fix for Vmware Workstation 7 compile on Lucid Lynx 2.6.32
> https://bugs.launchpad.net/bugs/510981
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Ubuntu: New
>
> Bug description:
> Compiling the Vmware Workstation 7 under 2.6.32 kernel crashes.  To fix
> this problem you will need to add a line of code to the following files
> pgtbl.h and vnetUserListener.c
>
> To do this follow these steps.
>
> #cd tmp
> #tar xf /usr/lib/vmware/modules/source/vmnet.tar
> #tar xf /usr/lib/vmware/modules/source/vmci.tar
> #cd vmnet-only
> #nano vnetUserListener.c    (you can use whatever editor you would like)
> Under the #include "vnetInt.h" add the following #include "compat_sched.h"
> exit the editor
> #cd /tmp/vmci-only/include
> #nano pgtbl.h    (you can use whatever editor you would like)
> Under the #include "compat_page.h" add the following #include
> "compat_sched.h"
> exit the editor
> #cd /tmp
> #tar cf /usr/lib/vmware/modules/source/vmnet.tar vmnet-only
> #tar cf /usr/lib/vmware/modules/source/vmci.tar vmci-only
>
> Now Start VMware and it should now compile correctly
>
> #sudo vmware
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+bug/510981/+subscribe
>


** Attachment added: "Screenshot-1.png"
   http://launchpadlibrarian.net/44205486/Screenshot-1.png

-- 
Fix for Vmware Workstation 7 compile on Lucid Lynx 2.6.32
https://bugs.launchpad.net/bugs/510981
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to