<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 30/12/15 19:18, Kingsley Turner
wrote:<br>
</div>
<blockquote cite="mid:56839340.7000108@krt.com.au" type="cite">On
15/12/15 05:38, Jim C wrote:
<br>
<blockquote type="cite">Based on all the discussion regarding the
Raspberry Pi as a MythTV
<br>
frontend I've decided to get one to try. Being totally new to
the topic
<br>
I have some real beginner-level questions - even after visiting
the RPi
<br>
page and the MythTV wiki.
<br>
</blockquote>
<br>
This is where I'm at too.
<br>
<br>
So I've got my rPi, and the "jessie" image.
<br>
<br>
Lawrence, I'm trying to follow your instructions, and I'm up to
the point of running mythbuild.sh on my workstation to
cross-compile the mythtv binaries for rPi. But something goes
wrong ~
<br>
<br>
<br>
</blockquote>
<br>
Ok, so now it goes a lot further.<br>
<br>
I think this is building the makefiles for the Qt libraries ~<br>
(I've deleted any output lines I thought superfluous to the
conversation, and this was the 2nd run)<br>
<br>
<tt><font color="#3333ff">[Snugglepot] ./mythbuild.sh -2 -Q 5.4.0<br>
<br>
*********************************************************************<br>
Installing RPI2<br>
*********************************************************************<br>
RASPBIAN_FLAVOUR=jessie<br>
*********************************************************************<br>
Building qt-everywhere-opensource-src-5.4.0 (release)<br>
*********************************************************************<br>
<br>
./configure -prefix /home/kingsley/Code/rpi/mythinstall
-opensource -confirm-license -xplatform linux-rasp-pi-g++
-release -nomake tools -nomake examples -no-sql-sqlite
-no-sql-odbc -plugin-sql-mysql -no-c++11 -silent -mysql_config
/home/kingsley/Code/rpi/mythinstall/usr/bin/mysql_config -device
linux-rasp-pi-g++ -device-option
CROSS_COMPILE=arm-linux-gnueabihf- -device-option
QT_SYSROOT=/home/kingsley/Code/rpi/mythinstall -opengl es2
-no-rpath -optimized-qmake -reduce-exports -make libs
-no-warnings-are-errors<br>
+ cd qtbase<br>
+
/home/kingsley/Code/rpi/mythbuild/qt-everywhere-opensource-src-5.4.0/qtbase/configure
-top-level -prefix /home/kingsley/Code/rpi/mythinstall
-opensource -confirm-license -xplatform linux-rasp-pi-g++
-release -nomake tools -nomake examples -no-sql-sqlite
-no-sql-odbc -plugin-sql-mysql -no-c++11 -silent -mysql_config
/home/kingsley/Code/rpi/mythinstall/usr/bin/mysql_config -device
linux-rasp-pi-g++ -device-option
CROSS_COMPILE=arm-linux-gnueabihf- -device-option
QT_SYSROOT=/home/kingsley/Code/rpi/mythinstall -opengl es2
-no-rpath -optimized-qmake -reduce-exports -make libs
-no-warnings-are-errors<br>
<br>
This is the Qt Open Source Edition.<br>
<br>
Creating qmake...<br>
make: Nothing to be done for `first'.<br>
Running configuration tests...<br>
The OpenGL ES 2.0 functionality test failed!<br>
You might need to modify the include and library search paths
by editing<br>
QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and
QMAKE_LIBS_OPENGL_ES2 in<br>
/home/kingsley/Code/rpi/mythbuild/qt-everywhere-opensource-src-5.4.0/qtbase/mkspecs/devices/linux-rasp-pi-g++.</font></tt><br>
<br>
This looks to me like I need some OpenGL ES2 stuff.<br>
I googled these error messages, but nothing that gave me an idea on
how to proceed.<br>
<br>
<br>
cheers,<br>
-kt<br>
<br>
</body>
</html>