Open alshain opened 7 years ago
The build instructions for Windows need updating.
Compiling with Visual Studio 2012 does not work because of a using Params = ... in GUIIncludes.h which is not supported by VS2012's compiler. VS13 has an internal compiler error on a variadic template somewhere.
using Params = ...
Currently installing VS2017 to see how it goes.
Also, the fetch-depends-windows.bat pulls in depenencies that are intended for VS 12 by grabbing: http://sources.openpht.tv/plex-dependencies/windows-i386-xbmc-vc120.tar.gz
Did you ever figure this out?
The build instructions for Windows need updating.
Compiling with Visual Studio 2012 does not work because of a
using Params = ...
in GUIIncludes.h which is not supported by VS2012's compiler. VS13 has an internal compiler error on a variadic template somewhere.Currently installing VS2017 to see how it goes.
Also, the fetch-depends-windows.bat pulls in depenencies that are intended for VS 12 by grabbing: http://sources.openpht.tv/plex-dependencies/windows-i386-xbmc-vc120.tar.gz