I recently compiled the source, it seemed to go smoothly until I ran the .exes created, when I run tremded.x86 it says, "could not load defalt.cfg. Copy console log to clipboard?" The console saying:
tremulous 1.1.0_SVN1082 win_mingw-x86 Apr 13 2008
----- FS_Startup -----
Current search path:
C:\Documents and Settings\Owner\Application Data\Tremulous/base
C:\MSys\mingw\Tremulous\build\release-mingw32-x86/base
----------------------
0 files in pk3 files
And when I run tremulous.x86 it says, "This application has failed to start because SDL.dll was not found. Re-installing the application may fix this problem" any idea what to do? I followed the short and sweet guide... thoroughly the only possible area I see might be a problem is step 12 where it says
"If you don't want to compile the QVMs create a Makefile.local file that contains 'BUILD_GAME_QVM=0', otherwise add 'INCLUDE=' and 'LIBRARY=' (original fix). Add 'USE_CURL=1' if you want WWW redirection support."
I went to the tremulous source directory and created a textfile called makefile.local and wrote, "'USE_CURL=1'" in it. I also tried it with the text file saying
set LIBRARY=
set INCLUDE=
'USE_CURL=1'
what can I do to fix these errors?