<div dir="ltr">I am still having the same problem. <div><br></div><div>I tried to attache the log file. (I think my initial response was rejected by the moderator, because of the size of the attachment)</div><div><br></div><div>My 64 bit debian system (where I compile the mythtv for the raspberry pi) is in a container (lxc) under ubuntu 15.10</div><div><br></div><div>May be I need to create a different 32bit container in order to compile mythtv.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 11, 2015 at 11:49 AM, Lawrence Rust <span dir="ltr"><<a href="mailto:lvr@softsystem.co.uk" target="_blank">lvr@softsystem.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, 2015-12-09 at 17:47 -0800, Oz Dror wrote:<br>
> That was fixed by installing the 32bit version of libgcc++.so.6 in<br>
> the host debian machine.<br>
><br>
> At the final state of the compilation I get this error:<br>
><br>
> Error! QtWebkit headers not found<br>
><br>
> I do not know if I need to install libqt4-dev in the host debian machine<br>
> or something went wrong in the compilation of qt5 for rpi.<br>
<br>
</span>I suspect that you are using the wrong cross compiler. On a 64-bit host<br>
the compiler should be:<br>
<br>
PATH="$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin:$PATH"<br>
<br>
NB the -x64 suffix.<br>
<br>
The error that you describe comes from MythTV's configure if QtWebkit<br>
hasn't been compiled. I believe that using the x64 cross compiler<br>
should fix that. When you retry add -v -l switches to the mythbuild.sh<br>
command line. If the build then fails, mail me the mythbuild.log file<br>
and I'll see if I can suggest a fix.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Lawrence<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div>