Hi<br><br>Le&nbsp;mercredi 2 avril 2014, Sam Jacobs &lt;<a href="mailto:samlists@ijacobs.co.uk">samlists@ijacobs.co.uk</a>&gt; a écrit&nbsp;:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I saw your Qt commit on github, and it finally pushed me to start building my own frontend, using your awesome script :) So much easier than it used to be! I notice that the highlight colour for selected text is the same as the background colour for the text boxes, which isn&rsquo;t ideal, but otherwise it&rsquo;s great.</blockquote>
<div><br></div><div>It shouldn&#39;t be in either of those last two releases.</div><div><br></div><div>Text by default is black on white in text field. Labels are white, and why you select a text field, it becomes blue and the text is now white...</div>
<div><br></div><div>Otherwise... Screen capture please!</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
&gt; I&#39;ve finally managed to make the various side utilities (all those<br>
&gt; using the python bindings) to work.<br>
<br>
Is this self contained?&nbsp;</blockquote><div><br></div><div>Yes.</div><div><br></div><div>A standard .app bundle</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hmm. My fiancé has an old C2D MacBook Pro that we were planning on using in the bedroom at some point. I wouldn&rsquo;t mind if you stopped including 32 bit in your binaries, as long as your script could still build them.<br>
<br></blockquote><div><br></div><div>If the laptop has an nvidia card, and it&#39;s going to be used exclusively for mythtv, then Linux is a better choice thanks to vdpau.</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br><br>
PS. Your script attempts to download Qt from <a href="http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.5.tar.gz" target="_blank">http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.5.tar.gz</a>, which just redirects to&nbsp;<a href="http://download.qt-project.org/" target="_blank">http://download.qt-project.org/</a> . I believe that the correct location is&nbsp;<a href="http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz" target="_blank">http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz</a> .<br>

<br>
<br><br>
</blockquote><div><br></div><div>I&#39;ve given up trying to follow Qt download links, they change very often, and the last official release isn&#39;t available at the same location as the older version.</div><div><br></div>
<div>So, just download the archive, place it is .osx-packager/src or where you&#39;ve set the data folder to be. And you&#39;re all set.</div><div><br></div><div>Personally, I compile Qt from source in a 10.6 VM, using gcc from Xcode 3.2 in universal mode.</div>
<div>Cause Qt still fail to build using clang., doesn&#39;t compile properly universal package, and the result gives random errors.&nbsp;</div>