TVHeadend i386 32-bit build error using the autobuild script
Added by -- J876 -- over 8 years ago
Hello everyone.
I have just downloaded the latest code from the git repository and tried to
compile it and get compilation/build errors.
I think it is to do with the ffmpeg libraries/executables.
I ran the Autobuild.sh script like this:
(With the stderr and stdout copied to a log file using tee)
./Autobuild.sh -t trusty-i386 |& tee /maker/tvheadend/builderror.log
I have pasted the log file to a pastebin (expires after 30 days).
any help would be greatly appreciated.
Thanks in advance.
Replies (1)
RE: TVHeadend i386 32-bit build error using the autobuild script - Added by -- J876 -- over 8 years ago
I figured out a temporary workaround:
I worked out that Ubuntu Trusty 14.04.4 does not have the x265 libraries so I compiled TVHeadend
without the x265 libraries using this option:
AUTOBUILD_CONFIGURE_EXTRA=--disable-libx265 ./Autobuild.sh -t trusty-i386
and it compiled.