You are not logged in.
Pages: 1
hay
cant compile the desmume-0.7.3 source code with dev-c++
the compiler log:
Compiler: Default compiler
Building Makefile: "C:\Dokumente und Einstellungen\stefan\Eigene Dateien\desmume-0.7.3\desmume-0.7.3\src\windows\Makefile.win"
Führt make... aus
make.exe -f "C:\Dokumente und Einstellungen\stefan\Eigene Dateien\desmume-0.7.3\desmume-0.7.3\src\windows\Makefile.win" all
gcc.exe -c snddx.c -o obj/snddx.o -I"C:/Dev-Cpp/include" -I".." -DVERSION=\"0.7.2\" -fexpensive-optimizations -O3
In file included from snddx.c:20:
C:/Dev-Cpp/include/dsound.h:230: warning: redefinition of `LPCWAVEFORMATEX'
C:/Dev-Cpp/include/mmsystem.h:1023: warning: `LPCWAVEFORMATEX' previously declared here
C:/Dev-Cpp/include/dsound.h:1899: error: redefinition of `LPDIRECTSOUNDFULLDUPLEX'
C:/Dev-Cpp/include/dsound.h:175: error: `LPDIRECTSOUNDFULLDUPLEX' previously declared here
In file included from ../SPU.h:23,
from snddx.c:30:
../types.h:109: warning: redefinition of `BOOL'
C:/Dev-Cpp/include/windef.h:227: warning: `BOOL' previously declared here
make.exe: *** [obj/snddx.o] Error 1
Ausführung beendet
thanks for your help
Offline
Pages: 1