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 - Gergon

Pages: 1 [2]
16
gcc / Re: I need help with compiling CS in Ubuntu...
« on: December 28, 2007, 07:07:19 pm »
Oh, no, there in separate folders, see my directory is /home/cody/Development/(cs, cel, cal3d, or planeshift).
When I compile something like cs, all the built files get put in /home/cody.

Also, when I go to build CEL the terminal says this:
Code: [Select]
Jamfile: No such file or directory
don't know how to make libs
don't know how to make plugins
don't know how to make cel-config
...found 4 target(s)...
...can't find 3 target(s)...
I do have Jam installed, what could be the problem there?

17
gcc / Re: I need help with compiling CS in Ubuntu...
« on: December 28, 2007, 05:02:21 pm »
It works now, thanks for the help, but CEL is not detecting Jam, I'll redownload it.
But I still can't figure out why it puts all the compiled files in my home directory.

Thanks for your help!
Gergon

18
gcc / Re: I need help with compiling CS in Ubuntu...
« on: December 27, 2007, 02:52:47 pm »
I did, I guess I was hurrying and didn't read it and used it as a command.  ;D

I have added the working directory's, but it still does the same thing, CS is unusable.
I know the directory's are set right because when I type in export $CRYSTAL, it comes up with the right directory.
What could be the problem?  ???

In the mean time, ill recompile it and see if it helps.   ;)

19
gcc / Re: I need help with compiling CS in Ubuntu...
« on: December 27, 2007, 02:09:44 am »
It doesn't do anything.

20
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

21
Well, I just made a big switch from Windows to Linux.
When I get the needed tools, I'll try to compile it with the Linux guide.
Thanks for helping though.

22
I've build it 3 times, and got this everytime
Code: [Select]
appupdater - 3 error(s), 4 warning(s)
========== Build: 16 succeeded, 2 failed, 7 up-to-date, 0 skipped ==========

And these  were the errors and warnings I got,
Code: [Select]
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
updaterconfig.cpp
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2tcpip.h(502) : error C2632: 'int' followed by 'int' is illegal
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2tcpip.h(502) : warning C4091: 'typedef ' : ignored on left of 'int' when no variable is declared
updater.cpp
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2tcpip.h(502) : error C2632: 'int' followed by 'int' is illegal
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2tcpip.h(502) : warning C4091: 'typedef ' : ignored on left of 'int' when no variable is declared
registryfile.cpp
registrycreator.cpp
registry.cpp
psupdaterengine.cpp
pawsupdaterwindow.cpp
pawsupdateroptions.cpp
pawsserverlist.cpp
md5.cpp
fileutil.cpp
download.cpp
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2tcpip.h(502) : error C2632: 'int' followed by 'int' is illegal
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\ws2tcpip.h(502) : warning C4091: 'typedef ' : ignored on left of 'int' when no variable is declared
changelist.cpp
change.cpp

23
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

24
VisualC++ / Re: What version of MSVC do you need to use?
« on: December 20, 2007, 10:59:31 pm »
Ok, it does. Thanks.

25
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

26
VisualC++ / Re: Some links are broken in the Compiling Guide...
« on: December 20, 2007, 04:01:48 pm »
Thanks, sorry, a little late on the reply. lol  :oops:
I hope to get this working, I'm setting it up right now.

27
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 [2]