|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Errors installing Vnet
Hi,
I am attempting to install /tools/vnet. I've attempted it from both stable and
unstable versions
of Xen and get the following errors.
Here is what I did
1. Followed the directions in /tools/vnet/00INSTALL. Ran 'make install' and got
errors.
2. I modified 'Makefile' which got rid of the errors.
I ran 'make clean' and 'make install' and then got these errors (which are
different from errors
in step #1).
>>>>>>>>>>>>>>>>>>>>>
In file included from vnetd.h:22,
from vcache.c:39:
../vnet-module/if_varp.h:39: warning: declaration does not declare
anything
In file included from vcache.c:39:
vnetd.h:40: warning: declaration does not declare anything
vcache.c: In function `varp_send':
vcache.c:105: error: structure has no member named `id'
vcache.c:106: error: structure has no member named `opcode'
vcache.c: In function `vcache_forward_varp':
vcache.c:506: error: structure has no member named `opcode'
vcache.c: In function `vcache_handle_message':
vcache.c:614: error: structure has no member named `opcode'
make[1]: *** [vcache.o] Error 1
make[1]: Leaving directory `/usr/src/bk/xen/tools/vnet/vnetd'
make: *** [vnetd] Error 2
>>>>>>>>>>>>>>>>>>>>>
3. I tried the unstable version of Xen and get the following errors when
running 'make install'
after recomiling the kernel with the required options.
>>>>>>>>>>>>>>>>>>>>>
In file included from vnetd.c:118:
/home/rbhote/xen-2.0/tools/vnet/vnet-module/if_etherip.h:36:2: #error "Please
fix
<asm/byteorder.h>"
In file included from vnetd.c:123:
vnetd.h:41: warning: declaration does not declare anything
make[1]: *** [vnetd.o] Error 1
make[1]: Leaving directory `/home/rbhote/xen-2.0/tools/vnet/vnetd'
make: *** [vnetd-all] Error 2
>>>>>>>>>>>>>>>>>>>>>
http://lists.xensource.com/archives/html/xen-devel/2005-02/msg00391.html
This is a link that indicates that this is a problem that is not fixed. However
the post is a year
old.
Any ideas would be appreciated.
Thanks,
Rustam
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|