[EMAIL PROTECTED] (Alexander Goeres) writes:

> configure seems to run without problems, but make doesn't make it.
> ...
> gcc -DHAVE_CONFIG_H -I. -I. -I.  -I ./lib -D VERSION=\"0.23.96\" -D 
> PKGLIBDIR=\"/usr/local/lib/util-vserver\" -D _GNU_SOURCE  -Wall -pedantic -g 
> -O2 -Wall -pedantic -W -c -o src/capchroot.o `test -f 'src/capchroot.c' || 
> echo './'`src/capchroot.c
> In file included from /usr/include/linux/fs.h:12,
>                  from linuxcaps.h:17,
>                  from src/capchroot.c:39:
> ...
> /usr/include/linux/radix-tree.h: In function `radix_tree_preload_end':

Mmh, this looks like a heavily patched kernel. 'radix-tree.h' appears
somewhere in kernel 2.5/2.6 and the kernel-headers were probably not
updated completely.

Recent version (0.23.98/0.24) should fix it by removing any #include's
from linuxcaps.h.


The previous messages are ok; util-vserver is C99 code which produces
silly warnings with gcc-2.95.




Enrico
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to