Am using 6th Oct build from cvs but get the following error when running config on planeshift
john@Darkstar:~/planeshift/planeshift> ./configure --enable-debug --with-libcal3d=/home/john/planeshift/cal3d
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to treat C++ warnings as errors... -Werror
checking how to enable C++ PIC generation... -fPIC
checking if -shared is accepted... -shared
checking if -soname is accepted... yes
checking for install... install
checking for ranlib... ranlib
checking for socklen_t... yes
checking for stdint-types... found in stdint.h
creating include/psstdint.h - (just to include stdint.h)
checking for cs-config... /home/john/planeshift/CS/cs-config
checking if Crystal Space version >= 0.99... yes (version 0.99)
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 have checked the CRYSTAL env var and it is correct
*edit given up again another 3 hours wasted