[Linux] problem with cec in diferent path
#1
Star 
Hi, I need compile kodi 16.1 with libcec; recently my current distribution linux (Fedora 23 32/64 bits), has updated libcec built with platform-p8; it broke the pvr-addons; well the old libcec works fine but it conflicts with the current version. I compiled changed the paths but now "no detect" the soname; I think so the problem is in "configure.in"; How to add my compatibility path of libcec. Note The environment variable doesn't work (export PKG_CONFIG_PATH=%{_libdir}/pkgconfig/libcec-compat:%{_libdir}/pkgconfig; also LD_LIBRARY_PATH)... also current git pvr-addons with p8

My paths changed in libcec

Code:
/usr/lib/libcec-compat/libcec.so.*
/usr/include/libcec-compat/*

LOG:
Code:
checking for CEC... yes
checking for libcec soname... /usr/bin/ld: mode elf_i386
no
configure: error: Unable to determine soname of libcec library

Note: If I copy libec*.so to /usr/lib/ and the include files to /usr/include/ without my specific path works fine... but I don't need it because will conflict the current libcec.
Reply

Logout Mark Read Team Forum Stats Members Help
[Linux] problem with cec in diferent path0