recipe for target 'pvr.hts-prefix/src/pvr.hts-stamp/pvr.hts-build' failed
#1
Hi forum,

I encounter a problem when compiling pvr.hts on my RPi2. I have checked various entries here as well as some stuff Google pointed me to, but haven't found anything useful.

I have xbmc, kodi-platform and pvr.hts in the most current versions. Here is what I do:

Code:
cd /home/pi/build/pvr.hts
mkdir build
cd build
cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=/home/pi/build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/home/pi/build/xbmc/addons -DPACKAGE_ZIP=1 /home/pi/build/xbmc/project/cmake/addons
make

The make command leads to the following error:
Code:
[ 93%] Performing build step for 'pvr.hts'
make[3]: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.  Schluss.
CMakeFiles/pvr.hts.dir/build.make:107: recipe for target 'pvr.hts-prefix/src/pvr.hts-stamp/pvr.hts-build' failed
make[2]: *** [pvr.hts-prefix/src/pvr.hts-stamp/pvr.hts-build] Error 2
CMakeFiles/Makefile2:122: recipe for target 'CMakeFiles/pvr.hts.dir/all' failed
make[1]: *** [CMakeFiles/pvr.hts.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2
The 'pvr.hts-prefix/src/pvr.hts-stamp/pvr.hts-build' is empty. Question is why? Does anyone have a suggestion for my problem?

Thanks in advance!

Marshell
Reply
#2
Smile 
Hi guys,

just in case someone else is running into this problem: Just move back from the build directory and run make there manually. Everything works fine for me there. After a sudo make install the plugin works just fine!

Code:
cd ..
make
sudo make install

Best regards,

Marshell3
Reply

Logout Mark Read Team Forum Stats Members Help
recipe for target 'pvr.hts-prefix/src/pvr.hts-stamp/pvr.hts-build' failed0