2015-06-12, 22:23
Hi,
My question: what is "platform"? There is no any "platform" package on Debian or Ubuntu as well. It seems you are using some non standard packages/libs, any advice where to get it?
I even tried to search packages contetent for file "<platform/util/StdString.h>". There is no such file on any debian package. Any advice where can I get that "platform" ?
Code:
CMake Error at CMakeLists.txt:11 (find_package):
By not providing "Findplatform.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "platform",
but CMake did not find one.
Could not find a package configuration file provided by "platform" with any
of the following names:
platformConfig.cmake
platform-config.cmake
Add the installation prefix of "platform" to CMAKE_PREFIX_PATH or set
"platform_DIR" to a directory containing one of the above files. If
"platform" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "/home/michal/xbmc/xbmc/kodi-platform/CMakeFiles/CMakeOutput.log".
See also "/home/michal/xbmc/xbmc/kodi-platform/CMakeFiles/CMakeError.log".
My question: what is "platform"? There is no any "platform" package on Debian or Ubuntu as well. It seems you are using some non standard packages/libs, any advice where to get it?
I even tried to search packages contetent for file "<platform/util/StdString.h>". There is no such file on any debian package. Any advice where can I get that "platform" ?