[mythtv-users] fundamental inconsistency betwen Qt3 and Qt4

scram69 scram69 at gmail.com
Sat Jun 21 20:48:01 UTC 2008


On Fri, Jun 20, 2008 at 10:06 PM, Joe Ripley <vitaminjoe at gmail.com> wrote:
> On Fri, Jun 20, 2008 at 10:38 PM, scram69 <scram69 at gmail.com> wrote:
>> However, in the configure script for compiling mythtv
>> (src/mythtv-svn/mythtv/configure), on line 1960, there is clearly a
>> test for Qt4:
>>
>> is_qmake4(){
>>    $1 --version 2>&1 | grep -q "Qt version 4"
>> }
>>
>> if ! is_qmake4 $qmake; then
>>    is_qmake4 qmake-qt4 && qmake=qmake-qt4 || die "qmake for Qt4 not
>> found. Please specify the correct qmake with --qmake="
>> fi
>
> I think you might have a copy of SVN Trunk instead of the 0.21-fixes
> branch.  Line 1960 as you quoted is from trunk:
> http://svn.mythtv.org/trac/browser/trunk/mythtv/configure#L1960
>
> Line 1960 in 0.21-fixes is clearly different:
> http://svn.mythtv.org/trac/browser/branches/release-0-21-fixes/mythtv/configure#L1960
>
>> With this inconsistency, I don't see any way to build 0.21-fixes...
>
> Try checking out the code again using:
> svn co http://svn.mythtv.org/svn/branches/release-0-21-fixes/
>
> --

Additionally, osx-packager.pl is actually labeled "Rev 17459".  So,
one can also try using the -svnrev 17459 flag.  When you do this, once
again it dies, because you get the configure file that is looking for
Qt4 when testing qmake --version...


More information about the mythtv-users mailing list