I get the following error when I try to compile util-vserver 0.29.2, this is using linux-2.4.24 on debian woody. I have cleaned the source and re-configured, but I still get this:
make make all-am make[1]: Entering directory /usr/src/vserver/util-vserver-0.29.2' if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/src/linux/include -D_GNU_SOURCE -Wall -pedantic -g -O2 -std=c99 -Wall -pedantic -W -Wno-unused-parameter -MT lib/lib_libvserver_a-syscall.o -MD -MP -MF "lib/.deps/lib_libvserver_a-syscall.Tpo" -c -o lib/lib_libvserver_a-syscall.o test -f 'lib/syscall.c' || echo './'lib/syscall.c; \ then mv -f "lib/.deps/lib_libvserver_a-syscall.Tpo" "lib/.deps/lib_libvserver_a-syscall.Po"; else rm -f "lib/.deps/lib_libvserver_a-syscall.Tpo"; exit 1; fi In file included from lib/syscall.c:25: lib/vserver-internal.h: In function vserver': lib/vserver-internal.h:99: error: __NR_vserver' undeclared (first use in this function) lib/vserver-internal.h:99: error: (Each undeclared identifier is reported only once lib/vserver-internal.h:99: error: for each function it appears in.) make[1]: *** [lib/lib_libvserver_a-syscall.o] Error 1 make[1]: Leaving directory /usr/src/vserver/util-vserver-0.29.2' make: *** [all] Error 2 _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
