Desmume windows build broken since r5160: add a stdint for old visualstudios. I tried building with VS2013 Express. Also, Orphis buildbot detected this issue too and stopped producing builds.
Error log:
Error 4 error C1083: Cannot open include file: 'unrar/unrar.h': No such file or directory (File_Extractor\fex\Rar_Extractor.cpp) c:\software\development\projects\desmume-code\desmume\src\windows\file_extractor\fex\Rar_Extractor.h 8 1 DeSmuME_VS2012
Error 5 error C1083: Cannot open include file: '7z_C/7z.h': No such file or directory C:\Software\Development\projects\desmume-code\desmume\src\windows\File_Extractor\fex\Zip7_Extractor.cpp 6 1 DeSmuME_VS2012
6 IntelliSense: identifier "unrar_err_t" is undefined c:\Software\Development\projects\desmume-code\desmume\src\windows\File_Extractor\fex\Rar_Extractor.cpp 40 42 DeSmuME_VS2012
7 IntelliSense: identifier "unrar_err_t" is undefined c:\Software\Development\projects\desmume-code\desmume\src\windows\File_Extractor\fex\Rar_Extractor.cpp 73 15 DeSmuME_VS2012
8 IntelliSense: identifier "unrar_err_t" is undefined c:\Software\Development\projects\desmume-code\desmume\src\windows\File_Extractor\fex\Rar_Extractor.cpp 84 9 DeSmuME_VS2012
9 IntelliSense: identifier "unrar_pos_t" is undefined c:\Software\Development\projects\desmume-code\desmume\src\windows\File_Extractor\fex\Rar_Extractor.cpp 84 71 DeSmuME_VS2012
10 IntelliSense: cannot open source file "unrar/unrar.h" c:\Software\Development\projects\desmume-code\desmume\src\windows\File_Extractor\fex\Rar_Extractor.h 8 1 DeSmuME_VS2012
11 IntelliSense: identifier "unrar_t" is undefined c:\Software\Development\projects\desmume-code\desmume\src\windows\File_Extractor\fex\Rar_Extractor.h 35 2 DeSmuME_VS2012
12 IntelliSense: identifier "unrar_err_t" is undefined c:\Software\Development\projects\desmume-code\desmume\src\windows\File_Extractor\fex\Rar_Extractor.h 38 28 DeSmuME_VS2012
Anonymous
fixed in r5164. we have too many @*($@$ing vcxprojs
Last edit: zeromus 2015-04-18
Yeah, definitely way too many. I don't think there are many people interested in VS2005 and VS2008 anymore. They've been completely dropped by Microsoft already. Other projects moderators even dropped VS2010 which is close to being obsolete as well and stick with VS2012 and/or VS2013. VS2012 x64 is still broken though.
we had reasons for 2005 and 2008 but theyre diminishing in importance. 2010 will be supported forever, since 2012 and up have bugs that microsoft refuses to fix, and i won't use them.
Build fix for VS2012 x64.
applied in r5183 but not tested
same problem
Fixed in [r5182]. Can someone else please confirm?
Related
Commit: [r5182]
Closing -- working builds confirmed by Orphis build bot and EmuCR.