You are not logged in.
Pages: 1
I can't seem to be able to compile DeSmuME v0.7.1
Here the log:
Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\Administrator\Desktop\EXPERIMENT FOLDER\desmume\src\windows\Makefile.win"
Executing make...
make.exe -f "C:\Documents and Settings\Administrator\Desktop\EXPERIMENT FOLDER\desmume\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:1888: error: redefinition of typedef 'LPDIRECTSOUNDFULLDUPLEX'
C:/Dev-Cpp/include/dsound.h:175: error: previous declaration of 'LPDIRECTSOUNDFULLDUPLEX' was here
make.exe: *** [obj/snddx.o] Error 1
Execution terminated
Offline
Well, it's rather simple to fix it, if you know what you're doing Why are you wanting to compile desmume?
Offline
Pages: 1