[mythtv-users] MythTV Raspberry Pi2 frontend testers

Lawrence Rust lvr at softsystem.co.uk
Fri Dec 11 19:49:14 UTC 2015


On Wed, 2015-12-09 at 17:47 -0800, Oz Dror wrote:
> That was fixed by installing the 32bit version of libgcc++.so.6 in
> the host debian machine.
> 
> At the final state of the compilation I get this error:
> 
> Error! QtWebkit headers not found
> 
> I do not know if I need to install libqt4-dev in the host debian machine
> or something went wrong in the compilation of qt5 for rpi.

I suspect that you are using the wrong cross compiler.  On a 64-bit host
the compiler should be:

PATH="$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin:$PATH"

NB the -x64 suffix.

The error that you describe comes from MythTV's configure if QtWebkit
hasn't been compiled.  I believe that using the x64 cross compiler
should fix that.  When you retry add -v -l switches to the mythbuild.sh
command line.  If the build then fails, mail me the mythbuild.log file
and I'll see if I can suggest a fix.

-- 
Lawrence



More information about the mythtv-users mailing list