I found the problem.
I was doing:
export CRYSTAL=/c/cs3
Then:
../configure
When my environment variables in Windows said:
c:/cs3
Once when I restarted MSYS, I saw:
$echo CRYSTAL
return:
c:/cs3
So I changed my environment variables and it works now. My problem was that I
kept doing:
export CRYSTAL=/c/cs3
and that masked the underlying problem that the CRYSTAL variable was not set
correctly
After you export CRYSTAL, $echo CRYSTAL will display the result even though the
original value that is set to by Windows is still the same.
Thanks to jwir3 and jorrit for stepping me through some avenues of attack
,Jim
Jim Sager <[EMAIL PROTECTED]> wrote: I tried to ./configure my project in
MSYS(MINGW)
Then it gets to the following line:
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_1_1 environment variable properly.
I thought to myself: No problem. I'll just look at how my laptop is set up,
and I'll find the solution to the problem. My laptop worked fine yesterday. I
do not think anything changed, but when I ./configure I get the same error
message. This surprised me because it worked for me yesterday.
I thought it was just because I did something stupid, but I had help on IRC
from jwir3 and he said he had that problem too, but couldn't remember the fix.
,Jim
PS: My game is coming along well. I'll have a multi-player demo out Sept
20th, 8pm EST. The client should be up by 6pm EST Sept 20th
www.roamingdragon.com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]