Hello, I'm trying to install xcpu using the instructions at http://xcpu.org/man.html. The process fails thus:
make xcpu-tarball ... make[2]: Entering directory `/tmp/onesis/xcpu2/libxcpu' cc -Wall -g -I ../include -I../spfs/include -c command.c command.c: In function 'xp_command_treespawn': command.c:149: warning: unused variable 'buf' command.c: In function 'xp_command_exec': command.c:262: warning: implicit declaration of function 'spc_get_local_address' command.c:262: warning: format '%s' expects type 'char *', but argument 4 has type 'int' command.c:262: warning: format '%s' expects type 'char *', but argument 4 has type 'int' command.c: In function 'xp_commands_wait': command.c:341: error: too few arguments to function 'spcfd_add' command.c:345: error: too few arguments to function 'spcfd_add' command.c:350: error: too few arguments to function 'spcfd_add' command.c:356: error: too few arguments to function 'spcfd_add' make[2]: *** [command.o] Error 1 make[2]: Leaving directory `/tmp/onesis/xcpu2/libxcpu' make[1]: *** [libstrutil/libstrutil.a] Error 2 make[1]: Leaving directory `/tmp/onesis/xcpu2' make: *** [xcpu2/xcpufs/xcpufs.static] Error 2 I see there is an xcpu rpm on sourceforge. Is rpm now the preferred mode of installation? I'm on a non-rpm based distro (gentoo). Cheers, Roger
