-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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 -D__STDC_CONSTANT_MACROS -D__STDC_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.