The problem is a mixture of http://www.mixxx.org/wiki/doku.php/compiling_on_os_x not emphasizing that 4.3 matters, and the closest thing that http://trolltech.com/developer/downloads/qt/mac has to an obvious link takes you to 4.4. It might be worth noting this on the wiki.
Alternatively, default_qtdir = glob("/usr/local/Trolltech/Qt-*.*.*")[-1] ? On Thu, Jul 31, 2008 at 8:40 AM, Albert Santoni <[EMAIL PROTECTED]> wrote: > The Windows builds I do use Qt 4.4, so if you want to change the default > directories (a la Nick's patch), it's fine by me. Linux's default > directory doesn't depend on the version, which is the only one that's > worth really worrying about. :) > > (We just won't change the version check in the SConscript to require > 4.4...) > > On Thu, 2008-07-31 at 11:03 +0200, Adam Davison wrote: >> Agreed on both points, I think ubuntu is still shipping 4.3 and gentoo >> didn't have 4.4 marked as stable last time I checked. We'll probably >> wait for a compelling reason to upgrade. >> >> Adam >> >> 2008/7/31 Tom Care <[EMAIL PROTECTED]>: >> > From memory we are still going with 4.3.x at the moment - can any of the >> > other devs confirm? >> > We will have to implement a better Qt directory detect eventually I think >> > :) >> > >> > Tom >> > >> > On Thu, Jul 31, 2008 at 1:04 PM, Nick Guenther <[EMAIL PROTECTED]> wrote: >> >> >> >> Sorry, the one last nuisance before I got mixxx compiling again for me. >> >> >> >> >> >> Index: src/SConscript >> >> =================================================================== >> >> --- src/SConscript (revision 2217) >> >> +++ src/SConscript (working copy) >> >> @@ -186,9 +186,9 @@ >> >> if platform == 'linux': >> >> default_qtdir = '/usr/share/qt4' >> >> elif platform == 'osx': >> >> - default_qtdir = '/usr/local/Trolltech/Qt-4.3.2/' >> >> + default_qtdir = '/usr/local/Trolltech/Qt-4.4.0/' >> >> elif platform == 'win32': >> >> - default_qtdir = 'C:\\qt\\4.3.0' >> >> + default_qtdir = 'C:\\qt\\4.4.0' >> >> >> >> #Read the qtdir flag, if it was set explicitly >> >> flags_qtdir = ARGUMENTS.get('qtdir', default_qtdir) >> >> >> >> ------------------------------------------------------------------------- >> >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> >> challenge >> >> Build the coolest Linux based applications with Moblin SDK & win great >> >> prizes >> >> Grand prize is a trip for two to an Open Source event anywhere in the >> >> world >> >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> >> _______________________________________________ >> >> Mixxx-devel mailing list >> >> Mixxx-devel@lists.sourceforge.net >> >> https://lists.sourceforge.net/lists/listinfo/mixxx-devel >> > >> > >> > ------------------------------------------------------------------------- >> > This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge >> > Build the coolest Linux based applications with Moblin SDK & win great >> > prizes >> > Grand prize is a trip for two to an Open Source event anywhere in the world >> > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> > _______________________________________________ >> > Mixxx-devel mailing list >> > Mixxx-devel@lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/mixxx-devel >> > >> > >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Mixxx-devel mailing list >> Mixxx-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Mixxx-devel mailing list > Mixxx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mixxx-devel mailing list Mixxx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mixxx-devel