vmware player 4 host trisquel 6 guest vmxnet compile errors
aptitude install build-essential linux-headers
vmware-config-tools.pl
generates errors from vmxnet.c vmxnet_probe_device vmxnet_map_pkt vmxnet_rx_frags functions
...
vmxnet.c: In function ‘vmxnet_probe_device’:
vmxnet.c:1008:7: error: unknown field ‘ndo_set_multicast_list’ specified in initialiser
vmxnet.c: In function ‘vmxnet_map_pkt’:
vmxnet.c:2085:32: error: incompatible type for argument 2 of ‘pci_map_page’
include/asm-generic/pci-dma-compat.h:43:1: note: expected ‘struct page *’ but argument is of type ‘struct <anonymous>’
vmxnet.c:2104:26: error: incompatible type for argument 2 of ‘pci_map_page’
include/asm-generic/pci-dma-compat.h:43:1: note: expected ‘struct page *’ but argument is of type ‘struct <anonymous>’
vmxnet.c: In function ‘vmxnet_rx_frags’:
vmxnet.c:2599:48: error: incompatible types when assigning to type ‘struct <anonymous>’ from type ‘struct page *’
...