I've just downloaded the latest version of Celestia form the CVS repository.I'm using cervisia.
I'm having a couple of problems though.Here's what I did.
1)I started cervisia,selected Repository,then selected checkout.
In the dialogue box :
Repository:
Code: Select all
cvs -z3 -d:pserver:anonymous@celestia.cvs.sourceforge.net:/cvsroot/celestia co -P celestia
Module:CVS
Module:Celestia
Working Folder:/home/steve/Desktop/celestia
I then waited cervisia to downloaded celestia for me.But it seems to have this error near the end:
Code: Select all
cvs checkout: Updating celestia/tools
/bin/sh: checkout: not found
[Exited with status 127]
The full log is here:
http://www.mediafire.com/?7mk9gegjxel
When Cervisia had finished downloading Celestia for me,I then went to the folder.I right-clicked on it and selected actions and open terminal here.
When Konsole fired up,I ran the command
Code: Select all
make -f Makfile.cvs
and got this output:
Code: Select all
his Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
*** Creating aclocal.m4
acinclude.m4:3345: the serial number must appear before any macro definition
acinclude.m4:3390: the serial number must appear before any macro definition
acinclude.m4:3435: the serial number must appear before any macro definition
acinclude.m4:5560: the serial number must appear before any macro definition
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
Don't forget to run ./configure
If you haven't done so in a while, run ./configure --help
steve@mernivia:~/Desktop/celestia/celestia$
I then ran:
Code: Select all
./configure --enable-theora --enable-dependency-tracking --with-kde --with-x --with-lua
I waited configure to do it's job,but I got a error message at the end.
The ./configure log is here:
http://www.mediafire.com/?4zzmjnne4jb
I hope somebody can help me with this one,and it will be greatly appreciated.
Regards,
Nightcast2000