Hi All,
I am trying to compile softhddevice. how can I solve below error?
Kind regards,
Cedric
/vdr-plugin-softhddevice$ make
Makefile:115: CFLAGS not set
Makefile:118: CXXFLAGS not set
cc -I/usr/include/alsa -DPLUGIN_NAME_I18N='"softhddevice"'
-D_GNU_SOURCE -DAV_INFO -DAV_INFO_TIME=3000
Hi,
Am 14.08.2014 um 19:51 schrieb cedric.dew...@telfort.nl:
> Hi All,
>
> I am trying to compile softhddevice. how can I solve below error?
Don't you have the vdr pkgconfig file vdr.pc installed? It's missing the right
CFLAGS and CXXFLAGS from the vdr
settings for plugins (like -fPIC).
Regar
Hi Lars,
I don't have vdr.pc anywhere on my system:
root@a20-OLinuXino:/usr# cd /
root@a20-OLinuXino:/# find -iname vdr.pc
root@a20-OLinuXino:/#
Where can I get this file for debian on an Allwinner A20?
I already installed vdr-dev:
root@a20-OLinuXino:~# apt-get install vdr-dev
Reading package l
Hi Lars,
I do have 3 directories with .pc files on my system:
root@a20-OLinuXino:/# cd /usr/
root@a20-OLinuXino:/usr# find -iname pkgconfig
./local/lib/pkgconfig
./share/pkgconfig
./lib/arm-linux-gnueabihf/pkgconfig
./lib/pkgconfig
kind regards,
Cedric
>Origineel Bericht
>Van : cedric.dew