libretro / snes9x2010

Snes9x 2010. Port of Snes9x 1.52+ to Libretro (previously called SNES9x Next). Rewritten in C and several optimizations and speedhacks.
Other
98 stars 71 forks source link

[MSVC] Build errors with latest commit d8efa98 #112

Closed ghost closed 6 years ago

ghost commented 6 years ago

d8efa98 sample from msvc2005-x86_dw2-generic] LOG:

libretro.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

memory_stream.c
libretro/libretro.c(873) : error C2143: syntax error : missing ';' before 'type'
libretro/libretro.c(874) : error C2143: syntax error : missing ';' before 'type'
libretro/libretro.c(875) : error C2065: 'okay' : undeclared identifier
libretro/libretro.c(875) : error C2065: 'result' : undeclared identifier
libretro/libretro.c(876) : error C2143: syntax error : missing ';' before 'type'
libretro/libretro.c(877) : error C2143: syntax error : missing ';' before 'type'
libretro/libretro.c(879) : error C2065: 'videoEnabled' : undeclared identifier
libretro/libretro.c(880) : warning C4013: 'S9xSetSoundMute' undefined; assuming extern returning int
libretro/libretro.c(880) : error C2065: 'audioEnabled' : undeclared identifier
libretro/libretro.c(891) : error C2061: syntax error : identifier 'retro_serialize_size'
libretro/libretro.c(891) : error C2059: syntax error : ';'
libretro/libretro.c(891) : error C2059: syntax error : 'type'
make: *** [build/Makefile.rules:30: libretro/libretro.obj] Error 2
make: *** Waiting for unfinished jobs....
COPY CMD: cp -v ./snes9x2010_libretro.dll /home/buildbot/buildbot/windows_msvc2005_x86/dist/msvc2005_x86//snes9x2010_libretro.dll
cp: cannot stat './snes9x2010_libretro.dll': No such file or directory
ghost commented 6 years ago

looks like twinaphex already fixed this.