Unable to compile latest master
#1
Hello
Don't know, whether this is appropriate section to ask this question, but can't see others.
Anyway, just downloaded latest master and unable to build it under VS2015 Upd 3 using this instruction - http://kodi.wiki/view/HOW-TO:Compile_Kodi_for_Windows
Everything looks good, except final compilation stage, I get these errors:
Error LNK2001 unresolved external symbol "public: static int __cdecl CCompileInfo::GetMinor(void)" (?GetMinor@CCompileInfo@@SAHXZ) Kodi d:\aGIT\Unsorted\Kodi\project\VS2010Express\ApplicationOperations.obj 1
Error LNK2001 unresolved external symbol "public: static int __cdecl CCompileInfo::GetMajor(void)" (?GetMajor@CCompileInfo@@SAHXZ) Kodi d:\aGIT\Unsorted\Kodi\project\VS2010Express\ApplicationOperations.obj 1
Error LNK2001 unresolved external symbol "public: static char const * __cdecl CCompileInfo::GetSuffix(void)" (?GetSuffix@CCompileInfo@@SAPBDXZ) Kodi d:\aGIT\Unsorted\Kodi\project\VS2010Express\ApplicationOperations.obj 1
Error LNK2001 unresolved external symbol "public: static char const * __cdecl CCompileInfo::GetSCMID(void)" (?GetSCMID@CCompileInfo@@SAPBDXZ) Kodi d:\aGIT\Unsorted\Kodi\project\VS2010Express\ApplicationOperations.obj 1
Error LNK2001 unresolved external symbol "public: static char const * __cdecl CCompileInfo::GetAppName(void)" (?GetAppName@CCompileInfo@@SAPBDXZ) Kodi d:\aGIT\Unsorted\Kodi\project\VS2010Express\Application.obj 1
Error LNK1120 5 unresolved externals Kodi d:\aGIT\Unsorted\Kodi\project\VS2010Express\XBMC\Release\Kodi.exe 1

What I do wrong and how this can be fixed?
Reply
#2
Make sure what you have run project\BuildDependencies\DownloadBuildDeps.bat and DownloadMingwBuildEnv.bat, also make sure that you have git installed and properly configured i.e. git.exe is placed in %PATH%
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to compile latest master0