I'm having trouble setting up CEL.
I've extracted Crystal Space and CEL:
D:\Game\CS
D:\Game\CEL
I've gotten Crystal Space to compile.
./configure
jam
jam install
I get the following error when trying to configure CEL:
checking for cs-config-1.1... no
checking for cs-config-1.2... \Game\CS/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 set the CRYSTAL environment variable to "D:\Game\CS"
I'm compiling with MinGW/MSYS if that helps.
Any ideas what I'm missing?