Rodger,

Are you checking out  XCPU from the subversion repository on xcpu.org?
That one is outdated.  We have a new one on sourceforge.net.  Here is
Lucho's email regarding the new repository:

The XCPU repository is moved from xcpu.org to sourceforge.net. In  
order to access the source code you need to use a new prefix:

        https://xcpu.svn.sourceforge.net/svnroot/xcpu

instead of

        svn://xcpu.org

For example, checking out the trunk of xcpu1 should look like:

        svn co https://xcpu.svn.sourceforge.net/svnroot/xcpu/sxcpu/trunk

All commit messages should still go to [EMAIL PROTECTED]  
Unfortunately there is no way to enforce the Signed-off-by/Acked-by  
rule there.
If you wish to contribute to the xcpu project and don't see your name  
in the list of the developers, please send me an email with your  
sourceforge.net ID and I'll add you to the projcet.

The rest of the xcpu.org content will be moving to sourceforge in the  
next few weeks.

Thanks,
        Lucho


If you still can't compile it, try the stable version on our sourceforge
page: https://sourceforge.net/projects/xcpu/ .

-- 
Hugh Greenberg <[EMAIL PROTECTED]>


On Tue, 2008-12-02 at 14:06 -0330, Roger Mason wrote:
> 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

Reply via email to