Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Termon Winterwalker

Pages: [1]
1
Linux Specific Issues /
« on: June 16, 2005, 05:02:05 pm »
Well, I used 2005-00-19 as date, without a time (so it would use 00:00:00). 2005-05-18 12:00:00 didn\'t compile on my machine and when I repeated the checkout with the new date I saw that half the files were missing.

2
Linux Specific Issues /
« on: June 16, 2005, 12:10:06 am »
Thanks, works perfect now.

3
Linux Specific Issues /
« on: June 15, 2005, 11:49:07 pm »
I just did what the guys in the tech forums suggested, use 2005-05-19 as date.
That worked. I can play the game, though all the toolbar and the different windows are missing. I guess it is just a missing link, though.

4
Linux Specific Issues /
« on: June 15, 2005, 01:02:45 pm »
Well, I don\'t know what these flags do exactly, but I thought, while the -march=athlon-xp does nothing but optimize register accesss for athlon processors and pipe just makes the compilation faster the -O3 was quite a serious optimazation. *shrug*
Well, if it is not that, what is is then I wonder... there were some mistakes leading to psclient not being compiled...

5
Linux Specific Issues /
« on: June 15, 2005, 12:11:00 pm »
Still having problems with it... I can\'t compile it yet. Maybe I am gonna try just 2005-05-19 as some suggested.

But maybe it is an application missing or my CFLAGS or CXXFLAGS set to a too high optimization. (They are both to \"-march=athlon-xp -pipe -O3\", maybe a little too much)

Gonna try again tonight and report how I did it once I got it.

6
Technical Help: Problems BEFORE entering the game /
« on: June 15, 2005, 09:04:00 am »
Would those 12 hours make a difference?

Would be one explanation why it didn\'t work, though. I just used the time and date from the guide.

7
Linux Specific Issues / Bugs in Gentoo Build Guide
« on: June 14, 2005, 09:47:57 pm »
There are some commands with a wrong syntax in the guide under:
http://laanx.fragnetics.com/index.php?page=build_gentoo
All the cvs \"checkout\" or \"co\" commands won\'t work as written there.

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cal3d co cal3d -D 2005-05-18 12:00:00

This won\'t work because firstly the \"-D\" option has to come in front of the \"cal3d\" parameter and secondly because the shell won\'t recognize \"2005-05-18 12:00:00\" as a single command paramet but two different parameters due to the space in between.

Correct would be in this case:

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cal3d co -D \"2005-05-18 12:00:00\" cal3d

According to the cvs manual:
cvs [ global_options ] command [ command_options ] [ command_args ]

and the checkout synopsis:
checkout [options] modules?

Greet,
Termon

8
Technical Help: Problems BEFORE entering the game /
« on: June 14, 2005, 09:37:44 pm »
Yeah, will do.

Though I could spank myself for stupidity. I just entered the varibles without an \"export\" into my .bashrc, assuming that, since the shell would source it anyway it wouldn\'t make any difference.
Once I tryed to jam the cel package I found out after two hours of re-dowloading and re-compiling that it does make a difference :roll:

Now my updater is running and my mouse pointer does not move more often then once a second, far slower than when I just downloaded the current version and entered the exports directly into the shell.

Guess I\'ll have to recompile everything except cal3d again once the updater is done.

For now I am gonna post the issue with the guide to the linux forum.

9
Technical Help: Problems BEFORE entering the game /
« on: June 14, 2005, 05:11:19 pm »
hm...

cvs.sourceforge.net replyed it wouldn\'t understand the -D command so I left it out. Well, I think I\'ll better read the CVS manual.

[EDIT] Found the problem. The order of some commands is confused in the guide. For example

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cal3d co cal3d -D 2005-05-18 12:00:00

is wrong. Right would be:

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cal3d co -D \"2005-05-18 12:00:00\" cal3d

according to the CVS manual:

cvs [ cvs_options ] cvs_command [ command_options ] [ command_args ]

10
Technical Help: Problems BEFORE entering the game /
« on: June 14, 2005, 04:45:45 pm »
hm, compiled it all with --build=i686-pc-linux-gnu
and CFLAGS and CXXFLAGS both -march=athlon-xp -pipe -O3

Downloading the art now and I am damn excited. :)

However, one file in planeshift failed to compile:

C++ ./out/linuxx86/debug/src/paws_generic/eedit.o
src/paws_generic/eedit.cpp: In member function `bool
   eEditApp::HandleEvent(iEvent&)\':
src/paws_generic/eedit.cpp:185: error: \'struct iEvent\' has no member named \'
   Command\'

Hope that won\'t cause too much trouble... looks like a typo within the source code.

11
Technical Help: Problems BEFORE entering the game /
« on: June 14, 2005, 12:30:48 pm »
Thank you!

12
Technical Help: Problems BEFORE entering the game / Source Code?
« on: June 14, 2005, 11:10:43 am »
Hi there,

I\'d like to try out Planeshift, but I cannot find out where one can download the client source code.

I am using Gentoo Linux, and even though Planeshift is included within its package manager, the code is firstly outdated and secondly considered unstable within it, thus making it difficult and pointless to install.

No I wanna know where I can get the source. The link to the sourceforge project leads to Nirvana, since there is not a single file within that project. Or is the only way to get it using the CVS repository?

Pages: [1]