2016-03-27, 18:55
Hi Fernetmenta,
Could you help me to compil vnsi client :
vnsiserver (1.3.1) - VDR-Network-Streaming-Interface (VNSI) Server
I followed this guide :
git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.vdr.vnsi.git
cd pvr.vdr.vnsi && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
make
I get this error :
Could you help me to compil vnsi client :
vnsiserver (1.3.1) - VDR-Network-Streaming-Interface (VNSI) Server
I followed this guide :
git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.vdr.vnsi.git
cd pvr.vdr.vnsi && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
make
I get this error :
Code:
cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Addon source tarball caching is enabled
-- ZIP packaging enabled (destination: /home/bibi/pvr.vdr.vnsi/build/build/zips)
-- Building following addons: pvr.vdr.vnsi
-- Overriding addon source directory prefix: /home/bibi/xbmc/project
-- Processing /home/bibi/xbmc/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt
-- kodi-platform url: https://github.com/xbmc/kodi-platform
-- kodi-platform depends: tinyxml;p8-platform
-- Processing /home/bibi/xbmc/project/cmake/addons/depends/common/p8-platform/p8-platform.txt
-- p8-platform url: https://github.com/Pulse-Eight/platform.git
-- Processing /home/bibi/xbmc/project/cmake/addons/depends/common/tinyxml/tinyxml.txt
-- tinyxml url: http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz
-- No platform specific file /home/bibi/xbmc/project/cmake/addons/depends/linux/CMakeLists.txt found
-- Bootstrapping all default repositories as no addons were found...
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Bootstrapping all repositories
-- Bootstrapping following addons: pvr.vdr.vnsi
-- Bootstrapping addons from binary-addons (https://github.com/xbmc/repo-binary-addons.git master)...
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bibi/pvr.vdr.vnsi/build/build/bootstrap
Scanning dependencies of target binary-addons
[ 12%] Creating directories for 'binary-addons'
[ 25%] Performing download step (git clone) for 'binary-addons'
Clonage dans 'binary-addons'...
D��j�� sur 'master'
Votre branche est �� jour avec 'origin/master'.
[ 37%] No patch step for 'binary-addons'
[ 50%] Performing update step for 'binary-addons'
La branche courante master est �� jour.
[ 62%] No configure step for 'binary-addons'
[ 75%] No build step for 'binary-addons'
[ 87%] Performing install step for 'binary-addons'
-- Bootstrapping pvr.vdr.vnsi addon...
-- Installing: /home/bibi/xbmc/project/cmake/addons/addons/pvr.vdr.vnsi
-- Installing: /home/bibi/xbmc/project/cmake/addons/addons/pvr.vdr.vnsi/platforms.txt
-- Installing: /home/bibi/xbmc/project/cmake/addons/addons/pvr.vdr.vnsi/pvr.vdr.vnsi.txt
CMake Warning (dev) at /home/bibi/xbmc/project/cmake/addons/bootstrap/bootstrap.cmake:25 (list):
Policy CMP0007 is not set: list command no longer ignores empty elements.
Run "cmake --help-policy CMP0007" for policy details. Use the cmake_policy
command to set the policy and suppress this warning. List has value =
[screensavers.rsxs;https://github.com/notspiff/screensavers.rsxs;master;].
This warning is for project developers. Use -Wno-dev to suppress it.
[100%] Completed 'binary-addons'
[100%] Built target binary-addons
CMake Error at CMakeLists.txt:394 (message):
pvr.vdr.vnsi: invalid or missing addon source directory at
/home/bibi/xbmc/project/pvr.vdr.vnsi
-- Configuring incomplete, errors occurred!
See also "/home/bibi/pvr.vdr.vnsi/build/CMakeFiles/CMakeOutput.log".