Advertisement
Guest User

xbmc compile error

a guest
May 7th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.17 KB | None | 0 0
  1. make -f make_xbmcVideoLibraryScan all
  2.  
  3. CPP xbmc/xbmcVideoLibraryScan.o
  4. /usr/bin/ccache gcc -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -o xbmcVideoLibraryScan xbmcVideoLibraryScan.o AppParamParser.o XbmcContext.o -lxbmc -lstdc++ -L..
  5. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CAdvancedSettings>::getInstance()':
  6. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI17CAdvancedSettin​gsE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI17CAdvancedSettingsE11getInstanceEv]+0xd2): undefined reference to `CAdvancedSettings::CAdvancedSettings()'
  7. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplication>::getInstance()':
  8. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI12CApplicationE11​getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI12CApplicationE11getInstanceEv]+0xd2): undefined reference to `CApplication::CApplication()'
  9. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplicationMessenger>::getInstance()':
  10. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI21CApplicationMes​sengerE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI21CApplicationMessengerE11getInstanceEv]+0xd2): undefined reference to `CApplicationMessenger::CApplicationMessenger()'
  11. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplication>::getQuick()':
  12. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI12CApplicationE8g​etQuickEv[_ZN8xbmcutil16GlobalsSingletonI12CApplicationE8getQuickEv]+0x4a): undefined reference to `CApplication::CApplication()'
  13. xbmcVideoLibraryScan.o: In function `main':
  14. xbmcVideoLibraryScan.cpp:(.text.startup+0x68): undefined reference to `CLog::SetLogLevel(int)'
  15. xbmcVideoLibraryScan.cpp:(.text.startup+0xc9): undefined reference to `CAdvancedSettings::Initialize()'
  16. xbmcVideoLibraryScan.cpp:(.text.startup+0x118): undefined reference to `CAdvancedSettings::Initialize()'
  17. xbmcVideoLibraryScan.cpp:(.text.startup+0x166): undefined reference to `CFileItemList::~CFileItemList()'
  18. xbmcVideoLibraryScan.cpp:(.text.startup+0x1bd): undefined reference to `CLog::Log(int, char const*, ...)'
  19. xbmcVideoLibraryScan.cpp:(.text.startup+0x1d3): undefined reference to `CLog::Log(int, char const*, ...)'
  20. xbmcVideoLibraryScan.cpp:(.text.startup+0x1d9): undefined reference to `g_infoManager'
  21. xbmcVideoLibraryScan.cpp:(.text.startup+0x1eb): undefined reference to `CGUIInfoManager::GetVersion()'
  22. xbmcVideoLibraryScan.cpp:(.text.startup+0x280): undefined reference to `CApplication::StartVideoScan(CStdStr<char> const&, bool)'
  23. xbmcVideoLibraryScan.cpp:(.text.startup+0x2a5): undefined reference to `XbmcThreads::SystemClockMillis()'
  24. xbmcVideoLibraryScan.cpp:(.text.startup+0x2e4): undefined reference to `CApplication::IsVideoScanning() const'
  25. xbmcVideoLibraryScan.cpp:(.text.startup+0x2f1): undefined reference to `CApplicationMessenger::Get()'
  26. xbmcVideoLibraryScan.cpp:(.text.startup+0x2f9): undefined reference to `CApplicationMessenger::Quit()'
  27. xbmcVideoLibraryScan.cpp:(.text.startup+0x315): undefined reference to `CApplication::CApplication()'
  28. xbmcVideoLibraryScan.cpp:(.text.startup+0x333): undefined reference to `CLog::Log(int, char const*, ...)'
  29. xbmcVideoLibraryScan.cpp:(.text.startup+0x348): undefined reference to `CXBApplicationEx::Destroy()'
  30. xbmcVideoLibraryScan.cpp:(.text.startup+0x44c): undefined reference to `CApplication::CApplication()'
  31. xbmcVideoLibraryScan.cpp:(.text.startup+0x465): undefined reference to `XbmcThreads::SystemClockMillis()'
  32. xbmcVideoLibraryScan.cpp:(.text.startup+0x483): undefined reference to `Sleep(unsigned int)'
  33. xbmcVideoLibraryScan.cpp:(.text.startup+0x4a2): undefined reference to `CApplication::CApplication()'
  34. xbmcVideoLibraryScan.cpp:(.text.startup+0x4c2): undefined reference to `CApplication::CApplication()'
  35. xbmcVideoLibraryScan.cpp:(.text.startup+0x4e8): undefined reference to `CFileItemList::~CFileItemList()'
  36. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CLog::CLogGlobals>::getInstance()':
  37. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonIN4CLog11CLogGloba​lsEE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonIN4CLog11CLogGlobalsEE11getInstanceEv]+0x100): undefined reference to `XbmcThreads::pthreads::RecursiveMutex::getRecursiveAttr()'
  38. AppParamParser.o: In function `CAppParamParser::CAppParamParser()':
  39. AppParamParser.cpp:(.text+0x21): undefined reference to `CFileItemList::CFileItemList()'
  40. AppParamParser.o: In function `CAppParamParser::DisplayVersion()':
  41. AppParamParser.cpp:(.text+0x63): undefined reference to `g_infoManager'
  42. AppParamParser.cpp:(.text+0x6c): undefined reference to `CGUIInfoManager::GetVersion()'
  43. AppParamParser.o: In function `CAppParamParser::EnableDebugMode()':
  44. AppParamParser.cpp:(.text+0x221): undefined reference to `CLog::SetLogLevel(int)'
  45. AppParamParser.o: In function `CAppParamParser::ParseArg(CStdStr<char> const&)':
  46. AppParamParser.cpp:(.text+0x38c): undefined reference to `CApplication::SetStandAlone(bool)'
  47. AppParamParser.cpp:(.text+0x4b6): undefined reference to `CFileItem::CFileItem(CStdStr<char> const&)'
  48. AppParamParser.cpp:(.text+0x54c): undefined reference to `CFileItemList::Add(boost::shared_ptr<CFileItem> const&)'
  49. AppParamParser.cpp:(.text+0x5aa): undefined reference to `CApplication::CApplication()'
  50. AppParamParser.cpp:(.text+0x5c7): undefined reference to `CApplication::CApplication()'
  51. AppParamParser.cpp:(.text+0x646): undefined reference to `CAdvancedSettings::AddSettingsFile(CStdStr<char> const&)'
  52. AppParamParser.cpp:(.text+0x6a2): undefined reference to `CApplication::CApplication()'
  53. AppParamParser.cpp:(.text+0x6d9): undefined reference to `CApplication::CApplication()'
  54. AppParamParser.o: In function `CAppParamParser::PlayPlaylist()':
  55. AppParamParser.cpp:(.text+0x82d): undefined reference to `CFileItemList::Size() const'
  56. AppParamParser.cpp:(.text+0x83b): undefined reference to `g_playlistPlayer'
  57. AppParamParser.cpp:(.text+0x84b): undefined reference to `PLAYLIST::CPlayListPlayer::Add(int, CFileItemList&)'
  58. AppParamParser.cpp:(.text+0x85b): undefined reference to `PLAYLIST::CPlayListPlayer::SetCurrentPlaylist(int)'
  59. AppParamParser.cpp:(.text+0x88c): undefined reference to `CApplicationMessenger::Get()'
  60. AppParamParser.cpp:(.text+0x8a0): undefined reference to `CApplicationMessenger::SendMessage(ThreadMessage&, bool)'
  61. AppParamParser.o: In function `CAppParamParser::Parse(char const**, int)':
  62. AppParamParser.cpp:(.text+0xbb8): undefined reference to `g_RemoteControl'
  63. AppParamParser.cpp:(.text+0xbc8): undefined reference to `CRemoteControl::setUsed(bool)'
  64. AppParamParser.cpp:(.text+0xdc9): undefined reference to `Sleep(unsigned int)'
  65. AppParamParser.cpp:(.text+0xe86): undefined reference to `g_RemoteControl'
  66. AppParamParser.cpp:(.text+0xe96): undefined reference to `CRemoteControl::setDeviceName(CStdStr<char> const&)'
  67. XbmcContext.o: In function `XBMC::Context::Context()':
  68. XbmcContext.cpp:(.text+0xd8): undefined reference to `XbmcCommons::Exception::logger'
  69. XbmcContext.cpp:(.text+0xea): undefined reference to `CThread::logger'
  70. XbmcContext.o: In function `XbmcUtils::LogImplementation::log(int, char const*)':
  71. XbmcContext.cpp:(.text._ZN9XbmcUtils17LogImplementation3logEiPKc[_ZN9XbmcUtils17LogImplementation3logEiPKc]+0x29): undefined reference to `CLog::Log(int, char const*, ...)'
  72. collect2: error: ld returned 1 exit status
  73. make: *** [xbmcVideoLibraryScan] Error 1
  74. ubuntu@ubuntu-VirtualBox:~/xbmc/xbmc$ sudo chmod 755 make_xbmc-server
  75. ubuntu@ubuntu-VirtualBox:~/xbmc/xbmc$ sudo chmod 755 make_xbmcVideoLibraryScan
  76. ubuntu@ubuntu-VirtualBox:~/xbmc/xbmc$ sudo chmod 755 xbmcVideoLibraryScan.cpp
  77. ubuntu@ubuntu-VirtualBox:~/xbmc/xbmc$ sudo chmod 755 xbmc-server.cpp
  78. ubuntu@ubuntu-VirtualBox:~/xbmc/xbmc$ make -f make_xbmcVideoLibraryScan all
  79. /usr/bin/ccache gcc -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -o xbmcVideoLibraryScan xbmcVideoLibraryScan.o AppParamParser.o XbmcContext.o -lxbmc -lstdc++ -L..
  80. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CAdvancedSettings>::getInstance()':
  81. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI17CAdvancedSettin​gsE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI17CAdvancedSettingsE11getInstanceEv]+0xd2): undefined reference to `CAdvancedSettings::CAdvancedSettings()'
  82. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplication>::getInstance()':
  83. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI12CApplicationE11​getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI12CApplicationE11getInstanceEv]+0xd2): undefined reference to `CApplication::CApplication()'
  84. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplicationMessenger>::getInstance()':
  85. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI21CApplicationMes​sengerE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI21CApplicationMessengerE11getInstanceEv]+0xd2): undefined reference to `CApplicationMessenger::CApplicationMessenger()'
  86. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplication>::getQuick()':
  87. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI12CApplicationE8g​etQuickEv[_ZN8xbmcutil16GlobalsSingletonI12CApplicationE8getQuickEv]+0x4a): undefined reference to `CApplication::CApplication()'
  88. xbmcVideoLibraryScan.o: In function `main':
  89. xbmcVideoLibraryScan.cpp:(.text.startup+0x68): undefined reference to `CLog::SetLogLevel(int)'
  90. xbmcVideoLibraryScan.cpp:(.text.startup+0xc9): undefined reference to `CAdvancedSettings::Initialize()'
  91. xbmcVideoLibraryScan.cpp:(.text.startup+0x118): undefined reference to `CAdvancedSettings::Initialize()'
  92. xbmcVideoLibraryScan.cpp:(.text.startup+0x166): undefined reference to `CFileItemList::~CFileItemList()'
  93. xbmcVideoLibraryScan.cpp:(.text.startup+0x1bd): undefined reference to `CLog::Log(int, char const*, ...)'
  94. xbmcVideoLibraryScan.cpp:(.text.startup+0x1d3): undefined reference to `CLog::Log(int, char const*, ...)'
  95. xbmcVideoLibraryScan.cpp:(.text.startup+0x1d9): undefined reference to `g_infoManager'
  96. xbmcVideoLibraryScan.cpp:(.text.startup+0x1eb): undefined reference to `CGUIInfoManager::GetVersion()'
  97. xbmcVideoLibraryScan.cpp:(.text.startup+0x280): undefined reference to `CApplication::StartVideoScan(CStdStr<char> const&, bool)'
  98. xbmcVideoLibraryScan.cpp:(.text.startup+0x2a5): undefined reference to `XbmcThreads::SystemClockMillis()'
  99. xbmcVideoLibraryScan.cpp:(.text.startup+0x2e4): undefined reference to `CApplication::IsVideoScanning() const'
  100. xbmcVideoLibraryScan.cpp:(.text.startup+0x2f1): undefined reference to `CApplicationMessenger::Get()'
  101. xbmcVideoLibraryScan.cpp:(.text.startup+0x2f9): undefined reference to `CApplicationMessenger::Quit()'
  102. xbmcVideoLibraryScan.cpp:(.text.startup+0x315): undefined reference to `CApplication::CApplication()'
  103. xbmcVideoLibraryScan.cpp:(.text.startup+0x333): undefined reference to `CLog::Log(int, char const*, ...)'
  104. xbmcVideoLibraryScan.cpp:(.text.startup+0x348): undefined reference to `CXBApplicationEx::Destroy()'
  105. xbmcVideoLibraryScan.cpp:(.text.startup+0x44c): undefined reference to `CApplication::CApplication()'
  106. xbmcVideoLibraryScan.cpp:(.text.startup+0x465): undefined reference to `XbmcThreads::SystemClockMillis()'
  107. xbmcVideoLibraryScan.cpp:(.text.startup+0x483): undefined reference to `Sleep(unsigned int)'
  108. xbmcVideoLibraryScan.cpp:(.text.startup+0x4a2): undefined reference to `CApplication::CApplication()'
  109. xbmcVideoLibraryScan.cpp:(.text.startup+0x4c2): undefined reference to `CApplication::CApplication()'
  110. xbmcVideoLibraryScan.cpp:(.text.startup+0x4e8): undefined reference to `CFileItemList::~CFileItemList()'
  111. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CLog::CLogGlobals>::getInstance()':
  112. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonIN4CLog11CLogGloba​lsEE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonIN4CLog11CLogGlobalsEE11getInstanceEv]+0x100): undefined reference to `XbmcThreads::pthreads::RecursiveMutex::getRecursiveAttr()'
  113. AppParamParser.o: In function `CAppParamParser::CAppParamParser()':
  114. AppParamParser.cpp:(.text+0x21): undefined reference to `CFileItemList::CFileItemList()'
  115. AppParamParser.o: In function `CAppParamParser::DisplayVersion()':
  116. AppParamParser.cpp:(.text+0x63): undefined reference to `g_infoManager'
  117. AppParamParser.cpp:(.text+0x6c): undefined reference to `CGUIInfoManager::GetVersion()'
  118. AppParamParser.o: In function `CAppParamParser::EnableDebugMode()':
  119. AppParamParser.cpp:(.text+0x221): undefined reference to `CLog::SetLogLevel(int)'
  120. AppParamParser.o: In function `CAppParamParser::ParseArg(CStdStr<char> const&)':
  121. AppParamParser.cpp:(.text+0x38c): undefined reference to `CApplication::SetStandAlone(bool)'
  122. AppParamParser.cpp:(.text+0x4b6): undefined reference to `CFileItem::CFileItem(CStdStr<char> const&)'
  123. AppParamParser.cpp:(.text+0x54c): undefined reference to `CFileItemList::Add(boost::shared_ptr<CFileItem> const&)'
  124. AppParamParser.cpp:(.text+0x5aa): undefined reference to `CApplication::CApplication()'
  125. AppParamParser.cpp:(.text+0x5c7): undefined reference to `CApplication::CApplication()'
  126. AppParamParser.cpp:(.text+0x646): undefined reference to `CAdvancedSettings::AddSettingsFile(CStdStr<char> const&)'
  127. AppParamParser.cpp:(.text+0x6a2): undefined reference to `CApplication::CApplication()'
  128. AppParamParser.cpp:(.text+0x6d9): undefined reference to `CApplication::CApplication()'
  129. AppParamParser.o: In function `CAppParamParser::PlayPlaylist()':
  130. AppParamParser.cpp:(.text+0x82d): undefined reference to `CFileItemList::Size() const'
  131. AppParamParser.cpp:(.text+0x83b): undefined reference to `g_playlistPlayer'
  132. AppParamParser.cpp:(.text+0x84b): undefined reference to `PLAYLIST::CPlayListPlayer::Add(int, CFileItemList&)'
  133. AppParamParser.cpp:(.text+0x85b): undefined reference to `PLAYLIST::CPlayListPlayer::SetCurrentPlaylist(int)'
  134. AppParamParser.cpp:(.text+0x88c): undefined reference to `CApplicationMessenger::Get()'
  135. AppParamParser.cpp:(.text+0x8a0): undefined reference to `CApplicationMessenger::SendMessage(ThreadMessage&, bool)'
  136. AppParamParser.o: In function `CAppParamParser::Parse(char const**, int)':
  137. AppParamParser.cpp:(.text+0xbb8): undefined reference to `g_RemoteControl'
  138. AppParamParser.cpp:(.text+0xbc8): undefined reference to `CRemoteControl::setUsed(bool)'
  139. AppParamParser.cpp:(.text+0xdc9): undefined reference to `Sleep(unsigned int)'
  140. AppParamParser.cpp:(.text+0xe86): undefined reference to `g_RemoteControl'
  141. AppParamParser.cpp:(.text+0xe96): undefined reference to `CRemoteControl::setDeviceName(CStdStr<char> const&)'
  142. XbmcContext.o: In function `XBMC::Context::Context()':
  143. XbmcContext.cpp:(.text+0xd8): undefined reference to `XbmcCommons::Exception::logger'
  144. XbmcContext.cpp:(.text+0xea): undefined reference to `CThread::logger'
  145. XbmcContext.o: In function `XbmcUtils::LogImplementation::log(int, char const*)':
  146. XbmcContext.cpp:(.text._ZN9XbmcUtils17LogImplementation3logEiPKc[_ZN9XbmcUtils17LogImplementation3logEiPKc]+0x29): undefined reference to `CLog::Log(int, char const*, ...)'
  147. collect2: error: ld returned 1 exit status
  148. make: *** [xbmcVideoLibraryScan] Error 1
  149. ubuntu@ubuntu-VirtualBox:~/xbmc/xbmc$ sudo make -f make_xbmcVideoLibraryScan all
  150. /usr/bin/ccache gcc -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -o xbmcVideoLibraryScan xbmcVideoLibraryScan.o AppParamParser.o XbmcContext.o -lxbmc -lstdc++ -L..
  151. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CAdvancedSettings>::getInstance()':
  152. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI17CAdvancedSettin​gsE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI17CAdvancedSettingsE11getInstanceEv]+0xd2): undefined reference to `CAdvancedSettings::CAdvancedSettings()'
  153. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplication>::getInstance()':
  154. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI12CApplicationE11​getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI12CApplicationE11getInstanceEv]+0xd2): undefined reference to `CApplication::CApplication()'
  155. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplicationMessenger>::getInstance()':
  156. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI21CApplicationMes​sengerE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonI21CApplicationMessengerE11getInstanceEv]+0xd2): undefined reference to `CApplicationMessenger::CApplicationMessenger()'
  157. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CApplication>::getQuick()':
  158. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonI12CApplicationE8g​etQuickEv[_ZN8xbmcutil16GlobalsSingletonI12CApplicationE8getQuickEv]+0x4a): undefined reference to `CApplication::CApplication()'
  159. xbmcVideoLibraryScan.o: In function `main':
  160. xbmcVideoLibraryScan.cpp:(.text.startup+0x68): undefined reference to `CLog::SetLogLevel(int)'
  161. xbmcVideoLibraryScan.cpp:(.text.startup+0xc9): undefined reference to `CAdvancedSettings::Initialize()'
  162. xbmcVideoLibraryScan.cpp:(.text.startup+0x118): undefined reference to `CAdvancedSettings::Initialize()'
  163. xbmcVideoLibraryScan.cpp:(.text.startup+0x166): undefined reference to `CFileItemList::~CFileItemList()'
  164. xbmcVideoLibraryScan.cpp:(.text.startup+0x1bd): undefined reference to `CLog::Log(int, char const*, ...)'
  165. xbmcVideoLibraryScan.cpp:(.text.startup+0x1d3): undefined reference to `CLog::Log(int, char const*, ...)'
  166. xbmcVideoLibraryScan.cpp:(.text.startup+0x1d9): undefined reference to `g_infoManager'
  167. xbmcVideoLibraryScan.cpp:(.text.startup+0x1eb): undefined reference to `CGUIInfoManager::GetVersion()'
  168. xbmcVideoLibraryScan.cpp:(.text.startup+0x280): undefined reference to `CApplication::StartVideoScan(CStdStr<char> const&, bool)'
  169. xbmcVideoLibraryScan.cpp:(.text.startup+0x2a5): undefined reference to `XbmcThreads::SystemClockMillis()'
  170. xbmcVideoLibraryScan.cpp:(.text.startup+0x2e4): undefined reference to `CApplication::IsVideoScanning() const'
  171. xbmcVideoLibraryScan.cpp:(.text.startup+0x2f1): undefined reference to `CApplicationMessenger::Get()'
  172. xbmcVideoLibraryScan.cpp:(.text.startup+0x2f9): undefined reference to `CApplicationMessenger::Quit()'
  173. xbmcVideoLibraryScan.cpp:(.text.startup+0x315): undefined reference to `CApplication::CApplication()'
  174. xbmcVideoLibraryScan.cpp:(.text.startup+0x333): undefined reference to `CLog::Log(int, char const*, ...)'
  175. xbmcVideoLibraryScan.cpp:(.text.startup+0x348): undefined reference to `CXBApplicationEx::Destroy()'
  176. xbmcVideoLibraryScan.cpp:(.text.startup+0x44c): undefined reference to `CApplication::CApplication()'
  177. xbmcVideoLibraryScan.cpp:(.text.startup+0x465): undefined reference to `XbmcThreads::SystemClockMillis()'
  178. xbmcVideoLibraryScan.cpp:(.text.startup+0x483): undefined reference to `Sleep(unsigned int)'
  179. xbmcVideoLibraryScan.cpp:(.text.startup+0x4a2): undefined reference to `CApplication::CApplication()'
  180. xbmcVideoLibraryScan.cpp:(.text.startup+0x4c2): undefined reference to `CApplication::CApplication()'
  181. xbmcVideoLibraryScan.cpp:(.text.startup+0x4e8): undefined reference to `CFileItemList::~CFileItemList()'
  182. xbmcVideoLibraryScan.o: In function `xbmcutil::GlobalsSingleton<CLog::CLogGlobals>::getInstance()':
  183. xbmcVideoLibraryScan.cpp:(.text._ZN8xbmcutil16GlobalsSingletonIN4CLog11CLogGloba​lsEE11getInstanceEv[_ZN8xbmcutil16GlobalsSingletonIN4CLog11CLogGlobalsEE11getInstanceEv]+0x100): undefined reference to `XbmcThreads::pthreads::RecursiveMutex::getRecursiveAttr()'
  184. AppParamParser.o: In function `CAppParamParser::CAppParamParser()':
  185. AppParamParser.cpp:(.text+0x21): undefined reference to `CFileItemList::CFileItemList()'
  186. AppParamParser.o: In function `CAppParamParser::DisplayVersion()':
  187. AppParamParser.cpp:(.text+0x63): undefined reference to `g_infoManager'
  188. AppParamParser.cpp:(.text+0x6c): undefined reference to `CGUIInfoManager::GetVersion()'
  189. AppParamParser.o: In function `CAppParamParser::EnableDebugMode()':
  190. AppParamParser.cpp:(.text+0x221): undefined reference to `CLog::SetLogLevel(int)'
  191. AppParamParser.o: In function `CAppParamParser::ParseArg(CStdStr<char> const&)':
  192. AppParamParser.cpp:(.text+0x38c): undefined reference to `CApplication::SetStandAlone(bool)'
  193. AppParamParser.cpp:(.text+0x4b6): undefined reference to `CFileItem::CFileItem(CStdStr<char> const&)'
  194. AppParamParser.cpp:(.text+0x54c): undefined reference to `CFileItemList::Add(boost::shared_ptr<CFileItem> const&)'
  195. AppParamParser.cpp:(.text+0x5aa): undefined reference to `CApplication::CApplication()'
  196. AppParamParser.cpp:(.text+0x5c7): undefined reference to `CApplication::CApplication()'
  197. AppParamParser.cpp:(.text+0x646): undefined reference to `CAdvancedSettings::AddSettingsFile(CStdStr<char> const&)'
  198. AppParamParser.cpp:(.text+0x6a2): undefined reference to `CApplication::CApplication()'
  199. AppParamParser.cpp:(.text+0x6d9): undefined reference to `CApplication::CApplication()'
  200. AppParamParser.o: In function `CAppParamParser::PlayPlaylist()':
  201. AppParamParser.cpp:(.text+0x82d): undefined reference to `CFileItemList::Size() const'
  202. AppParamParser.cpp:(.text+0x83b): undefined reference to `g_playlistPlayer'
  203. AppParamParser.cpp:(.text+0x84b): undefined reference to `PLAYLIST::CPlayListPlayer::Add(int, CFileItemList&)'
  204. AppParamParser.cpp:(.text+0x85b): undefined reference to `PLAYLIST::CPlayListPlayer::SetCurrentPlaylist(int)'
  205. AppParamParser.cpp:(.text+0x88c): undefined reference to `CApplicationMessenger::Get()'
  206. AppParamParser.cpp:(.text+0x8a0): undefined reference to `CApplicationMessenger::SendMessage(ThreadMessage&, bool)'
  207. AppParamParser.o: In function `CAppParamParser::Parse(char const**, int)':
  208. AppParamParser.cpp:(.text+0xbb8): undefined reference to `g_RemoteControl'
  209. AppParamParser.cpp:(.text+0xbc8): undefined reference to `CRemoteControl::setUsed(bool)'
  210. AppParamParser.cpp:(.text+0xdc9): undefined reference to `Sleep(unsigned int)'
  211. AppParamParser.cpp:(.text+0xe86): undefined reference to `g_RemoteControl'
  212. AppParamParser.cpp:(.text+0xe96): undefined reference to `CRemoteControl::setDeviceName(CStdStr<char> const&)'
  213. XbmcContext.o: In function `XBMC::Context::Context()':
  214. XbmcContext.cpp:(.text+0xd8): undefined reference to `XbmcCommons::Exception::logger'
  215. XbmcContext.cpp:(.text+0xea): undefined reference to `CThread::logger'
  216. XbmcContext.o: In function `XbmcUtils::LogImplementation::log(int, char const*)':
  217. XbmcContext.cpp:(.text._ZN9XbmcUtils17LogImplementation3logEiPKc[_ZN9XbmcUtils17LogImplementation3logEiPKc]+0x29): undefined reference to `CLog::Log(int, char const*, ...)'
  218. collect2: error: ld returned 1 exit status
  219. make: *** [xbmcVideoLibraryScan] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement