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

Pages: [1]
1
Linux Specific Issues / Re: Ubuntu Issue
« on: June 24, 2006, 04:34:44 pm »
Yet another error... I continued to install, and while in the /cel directory, I ran ./configure --without-python, and this came up at the bottom.
"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'm pretty sure it's installed, since I followed the guide exactly, but for some reason, it's not finding it. Probably something I forgot to do..

2
Linux Specific Issues / Re: Ubuntu Issue
« on: June 24, 2006, 03:51:08 pm »
Asmondeus, do you ahve an nvidia graphics card? If so, you need to install the drivers for it. From what I've read (this is just a guess), you need to open a terminal and type in "chcon -t texrel_shlib_t /usr/lib/xorg/modules/extensions/nvidia/*.so". You'll have to be logged in as root, so type in "su" and then the root's password first.

3
Linux Specific Issues / Re: Ubuntu Issue
« on: June 24, 2006, 03:37:35 pm »
Thanks, Bereror, I've got that working now. Unfortunately, now I'm further on down the line, and I'm having a problem at the "./walktest -fullbright" part. I get the error
"crystalspace.pluginmgr.loadplugin:
could not load plugin 'crystalspace.graphics3d.shader.glcg'".
Any clues as to how to get past this, as well?

4
Linux Specific Issues / Re: Ubuntu Issue
« on: June 24, 2006, 07:22:36 am »
I think you mean in /cal3d/src instead of /src/cal3d, since that's where the file you're talking about is located, but the contents of the file don't have that in it. In fact, the only lines that aren't commented out contain only "INCLUDES = $(all_includes)" and "SUBDIRS = cal3d".

5
Linux Specific Issues / Ubuntu Issue
« on: June 23, 2006, 08:56:51 am »
I'm installing on Ubuntu, using the stickied guide, but I get an error near the beginning of section 5. When I try to "make" the install, I get the following at the end.

g++: @all_libraries@: No such file or directory
make[3]: *** [libcal3d.la] Error 1
make[3]: Leaving directory `/opt/planeshift_cvs/planeshift/cal3d/src/cal3d'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/planeshift_cvs/planeshift/cal3d/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/planeshift_cvs/planeshift/cal3d'
make: *** [all] Error 2

Is this actually a problem, and if so, how do I go about fixing it?

Pages: [1]