linuxstb / pidvbip

tvheadend client for the Raspberry Pi
http://www.pidvbip.org
GNU General Public License v2.0
53 stars 22 forks source link

./configure && make failing on pi2 #37

Open loguey opened 9 years ago

loguey commented 9 years ago

i'm trying to compile pidvbip but it keeps failing over with the following message;

make -C libs/vgfont/ INCLUDES='-pipe -Wall -I. -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mfpu=vfp -DUSE_VCHIQ_ARM -DOMX_SKIP64BIT -O3 -DNDEBUG -I/usr/include/freetype2 -D_REENTRANT -I/pidvbip/build.linux' make[1]: Entering directory '/pidvbip/libs/vgfont' cc -D_HAVE_TIMER_T -DSTANDALONE -DSTDC_CONSTANT_MACROS -DSTDC_LIMIT_MACROS -DTARGET_POSIX -D_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -Wall -g -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -ftree-vectorize -pipe -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -Wno-psabi -pipe -Wall -I. -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mfpu=vfp -DUSE_VCHIQ_ARM -DOMX_SKIP64BIT -O3 -DNDEBUG -I/usr/include/freetype2 -D_REENTRANT -I/pidvbip/build.linux -g -c font.c -o font.o -Wno-deprecated-declarations ../Makefile.include:9: recipe for target 'font.o' failed make[1]: Leaving directory '/pidvbip/libs/vgfont' Makefile:114: recipe for target '/pidvbip/libs/vgfont/libvgfont.a' failed

i have installed tvheadend and the libraries correctly so I'm not sure where I'm going wrong.

Moayidd commented 9 years ago

./configure fails unless I type sudo ./configure but then make (And sudo make fail) giving: recipe for target /home/pi/pidvbip/build.linux/avplay.o failed

I'm running raspbarian 3.18.14-v7 on a PI 2

EMJB commented 9 years ago

Had no problems compiling with sudo ./configure and using up-to-date Raspbian.