You are welcome to compile yourself. Just get svn trunk. The instructions are on the wiki. Good luck!
I followed the Wiki-instructions.
I installed BloodshedsDev-C++,
I downloaded the source via Turtoise,
I installed the four libraries,
I installed the June DirectX SDK,
I removed the -DUSE_SDL_SOUND-Parameter in the ufo.dev,
I added the DirectX include-directory to include-directories,
I added the lib, the lib/x64 and the lib/x86-directorys to library-directories,
I prayed
,
and tried to compile. Unfortunately I get an error trying to compile the ufo.exe:
Compiler: Default compiler
Building Makefile: "E:\Gamez\UFOAI\src\Makefile.win"
Führt make clean aus
rm -f win32/cd_win.o client/cl_actor.o client/cl_basemanagement.o client/cl_campaign.o client/cl_fx.o client/cl_input.o client/cl_le.o client/cl_main.o client/cl_menu.o client/cl_parse.o client/cl_particle.o client/cl_research.o client/cl_scrn.o client/cl_sequence.o client/cl_team.o client/cl_ufopedia.o client/cl_view.o qcommon/cmd.o qcommon/cmodel.o qcommon/common.o win32/conproc.o client/console.o qcommon/crc.o qcommon/cvar.o qcommon/files.o win32/in_win.o client/keys.o qcommon/md4.o qcommon/net_chan.o win32/net_wins.o game/q_shared.o win32/q_shwin.o qcommon/scripts.o client/snd_dma.o client/snd_mem.o client/snd_mix.o win32/snd_win.o server/sv_ccmds.o server/sv_game.o server/sv_init.o server/sv_main.o server/sv_send.o server/sv_user.o server/sv_world.o win32/sys_win.o win32/vid_dll.o client/x86.o client/cl_shader.o client/cl_market.o ufo_private.res ../ufo.exe
gcc.exe -c win32/cd_win.c -o win32/cd_win.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_actor.c -o client/cl_actor.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_basemanagement.c -o client/cl_basemanagement.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_campaign.c -o client/cl_campaign.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
client/cl_campaign.c: In function `CL_GameSave':
client/cl_campaign.c:1628: warning: unused variable `message'
gcc.exe -c client/cl_fx.c -o client/cl_fx.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_input.c -o client/cl_input.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_le.c -o client/cl_le.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_main.c -o client/cl_main.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_menu.c -o client/cl_menu.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_parse.c -o client/cl_parse.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_particle.c -o client/cl_particle.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_research.c -o client/cl_research.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_scrn.c -o client/cl_scrn.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_sequence.c -o client/cl_sequence.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_team.c -o client/cl_team.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_ufopedia.c -o client/cl_ufopedia.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/cl_view.c -o client/cl_view.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c qcommon/cmd.c -o qcommon/cmd.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c qcommon/cmodel.c -o qcommon/cmodel.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c qcommon/common.c -o qcommon/common.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c win32/conproc.c -o win32/conproc.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c client/console.c -o client/console.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c qcommon/crc.c -o qcommon/crc.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c qcommon/cvar.c -o qcommon/cvar.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c qcommon/files.c -o qcommon/files.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
gcc.exe -c win32/in_win.c -o win32/in_win.o -I"E:/Appz/Other/Dev-Cpp/include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x86" -I"E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Lib/x64" -D__GNUWIN32__ -D_M_IX86=500 -Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS -DHAVE_GETTEXT
In file included from win32/winquake.h:29,
from win32/in_win.c:24:
E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include/dsound.h:1899: error: redefinition of typedef 'LPDIRECTSOUNDFULLDUPLEX'
E:/Appz/Other/Microsoft DirectX SDK (June 2006)/Include/dsound.h:175: error: previous declaration of 'LPDIRECTSOUNDFULLDUPLEX' was here
make.exe: *** [win32/in_win.o] Error 1
Ausführung beendet
Suggestions?