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.


Topics - Gergon

Pages: [1]
1
Development Deliberation / What are the requirements?
« on: February 23, 2008, 03:20:23 pm »
What are the requirements for setting up the PlaneShift Server and Client?

Thanks.

2
Linux Specific Issues / I can't get it to install...
« on: January 13, 2008, 11:29:20 am »
I have Ubuntu 7.10.
Nothing happens when I click the .BIN file (Because it can't find a program that opens .BIN files), and I used the chmod +x command and nothing happened eather...
Whats going on? How do I install PlaneShift?

3
gcc / Error while running configure.ac in PlaneShift...
« on: December 29, 2007, 04:24:23 pm »
I am trying to compile it on Ubuntu 7.10.
When I type the command to run configure.ac (The one to configure PlaneShift), I get this error...
Code: [Select]
/home/cody/Development/planeshift/configure.ac: line 9: syntax error near unexpected token `[2.56]'
/home/cody/Development/planeshift/configure.ac: line 9: `AC_PREREQ([2.56])'
What do I need to do now?

Thanks,
Gergon

4
gcc / I need help with compiling CS in Ubuntu...
« on: December 26, 2007, 11:28:47 pm »
I downloaded it with the SVN commands.
It compiled fine with no errors, but it put all the files that had been made in my home directory. (not the Development one)
Is it soposed to do that? If not how can  fix this?

EDIT:::

I moved the compilied files to the cs folder, and it works, but when I tried to configure CEL the terminal says this:
Code: [Select]
checking for cs-config-1.1... no
checking for cs-config-1.2... ./cs-config-1.2
checking if Crystal Space version >= 1.1... yes (version 1.2)
checking if Crystal Space SDK is usable... no
configure: error:
*** Crystal Space could not be found or was unusable. The latest version is
*** always available from http://www.crystalspace3d.org/
*** Also, be sure that you have either installed Crystal Space or set the
*** CRYSTAL environment variable properly.
I did use the command to export the crystal space directory before this.

Thanks,
Gergon

5
After I compilied them, the programs did not have any icons, I thought well, maybe theres not sposed to be any, and I ran pssetup.exe, and it rapidly flashes black and white on the inside of the borders.
I used MSVC 9.0 to compile, I'm currently recompiling it, it takes a while.

Note:

In build -> Configuration Manager, under active salution manager I selected Release (with static libs), do I need to select something els?

Thanks!
Gergon

6
VisualC++ / What version of MSVC do you need to use?
« on: December 20, 2007, 06:39:20 pm »
On the compiling guide it does not say anything about what version you need, but it does not say anything about MSVC 9.0.
I have MSVC 9.0, and the compiling guide goes up to 8.0 wich is the 2005 edition.
So can I use MSVC 9.0? Or do I have to downgrade to a prevus version?

Thanks in advance!
Gergon

7
VisualC++ / Some links are broken in the Compiling Guide...
« on: December 02, 2007, 01:34:27 am »
I went to this compiling guide,
http://planeshift.cvs.sourceforge.net/*checkout*/planeshift/planeshift/docs/compiling.html
and it was going fine antell I reached this point into the guide..
Quote
Crystal Space (CS)

Crystal Space 3D SDK is the engine that we use for rendering and sound.

/home/user/development$ svn co -r 27904 https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 cs

/home/user/development$ svn co -r 27904 https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 cs
Crystal Entity Layer (CEL)

CEL is a layer on top of Crystal Space that is used for entity and behavior control.

/home/user/development$ svn co -r 3019 https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V1.2 cel

/home/user/development$ svn co -r 3019 https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V1.2 cel
PlaneShift

Lastly, download our source:

/home/user/development$ svn co https://planeshift.svn.sourceforge.net/svnroot/planeshift/stable planeshift

You can only view the files in the web browser, its not a download...
Can anyone help?

Thanks in advance,
Gergon.

Pages: [1]