Hi
I very new in cs. I dowlnoaded and compile cs but it dooes not work.
I installed MSYS to C:\MSYS, then in C:\MSYS\mingw I installed MinGW and then I unzipped "cs98_004-1.zip" to C:\CS and installed "cs-win32libs-0.98r004_001.exe" to the C:\CS.
Then in MSYS tipped in "./configure", "make -k all --enable-new-renderer", "make install", "make distclean"
The walktest.exe and the other files are at C:\msys\local\bin .
when I type in walktest in MSYS there is this message:
WARNING: could not load plugin 'crystalspace.kernel.vfs'
Failed to initialize config!
Error initializing system!
Cleaning up...
Error saving configuration '/config/walktest.cfg'.
Couldn't load VFS plugin "crystalspace.kernel.vfs"!
when I type in csdemo
WARNING: could not load plugin 'crystalspace.kernel.vfs'
Couldn't initialize app!
Error initializing system!
Cleaning up...
Error saving configuration '/config/csdemo.cfg'.
Couldn't load VFS plugin "crystalspace.kernel.vfs"!
I hope someone helps me.
A few problems:
First it is important to install MingW first and only then MSYS. Not the other way around. MSYS must know about MingW. Otherwise it is not set up correctly.
Secondly, the --enable-new-renderer should go to configure. You are putting it in the 'make' line.
Thirdly, I don't recommend 'make install'. That's something we didn't test very well and I'm not sure it works perfectly. Just run from the CS folder itself.
Greetings,