<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 6/03/12 2:54 AM, Jean-Yves Avenard wrote:
    <blockquote
cite="mid:CANpj82LK0871rb+MLXy+oxxfhw98THjdrh-VpCZWb8kVajq2XA@mail.gmail.com"
      type="cite">Hi<br>
      <br>
      On Tuesday, 6 March 2012, Craig Treleaven wrote:<br>
      <blockquote class="gmail_quote" style="margin:0 0 0
        .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
        <br>
        Looks really interesting. &nbsp;Sorry to ask such a basic question,
        but could you point me to the right QT download? &nbsp;The standalone
        SDK installer is 1.2 GB which is a big chunk of my crappy
        download cap. &nbsp;The libraries installer seem to be at:<br>
        <br>
      </blockquote>
      <div><br>
      </div>
      <div>Th&eacute; 1.2GB is the SDK, you don't have to use it&nbsp;</div>
      <blockquote class="gmail_quote" style="margin:0 0 0
        .8ex;border-left:1px #ccc solid;padding-left:1ex">
        <a moz-do-not-send="true"
href="http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x"
          target="_blank">http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x</a><br>
        <br>
        Cocoa: Mac binary package for Mac OS X 10.5 - 10.6 (64-bit)<br>
        <a moz-do-not-send="true"
          href="http://get.qt.nokia.com/qt/source/qt-mac-opensource-4.8.0.dmg"
          target="_blank">http://get.qt.nokia.com/qt/source/qt-mac-opensource-4.8.0.dmg</a>
        (178 MB, includes build and interface tools)</blockquote>
      <div><br>
      </div>
      <div>You can use that one. But note that the 4.8.0 package is 64
        bits only. I used the 4.7.4 package instead. While it doesn't
        support lion officially, it works fine.</div>
      <div>Just lots of warnings in the log..</div>
      <div><br>
      </div>
      <blockquote class="gmail_quote" style="margin:0 0 0
        .8ex;border-left:1px #ccc solid;padding-left:1ex">
        <br>
        Is this the right one? &nbsp;The notes in the new <a
          moz-do-not-send="true" href="http://osx-packager-qtsdk.pl"
          target="_blank">osx-packager-qtsdk.pl</a> indicate that there
        should be both 32 bit and 64 bit versions--but I only see 64?<br>
        <br>
      </blockquote>
      <div><br>
      </div>
      <div>The packager will test the qt you've installed and error out
        if you are trying to compile 32 bits against 64 libs or vice
        versa..</div>
      <div>&nbsp;</div>
      <blockquote class="gmail_quote" style="margin:0 0 0
        .8ex;border-left:1px #ccc solid;padding-left:1ex">
        Thanks again for all the work dragging the Mac client forward!<br>
        <br>
      </blockquote>
      <div>I have spent in excess of 100 hours on that crap believe it
        or not :(</div>
      <div><br>
      </div>
      <div>Do not use Xcode 4.2, it will crash during the build. Use 4.3
        or lion, or 4.1 on 10.6 (3.x will work too)</div>
      <div><br>
      </div>
      <div>Otherwise, built 32/64 packages are available there:</div>
      <a moz-do-not-send="true" href="http://avenard.org/files/mac/">http://avenard.org/files/mac/</a>
      <div><br>
      </div>
      <div>I will amend the readme file with the new procedure.. I still
        need to work on the 0.24 build too</div>
      <br>
    </blockquote>
    Hi, I've just compiled a new copy of 0.25 master to see if it fixes
    a sleep issue I'm having on my macbook. <br>
    Running 10.7.4, xcode 4.3.2. Current git of the build script
    osx-packager-qtsdk.pl (as far as I can tell).<br>
    <br>
    Installed qt-mac-opensource-4.7.4.dmg<br>
    <br>
    Used:<br>
    # ./osx-packager-qtsdk.pl -verbose -pluginskip -qtbin /usr/bin
    -qtplugins /Developer/Applications/Qt/plugins<br>
    <br>
    I had one small problem with the script in that pkg-config is not
    getting installed in .osx-packager/build/bin. This caused it to fail
    during the configure of mythtv.<br>
    I looked in pkg-config src folder and pkg-config had been built by
    the packager, but had not installed into the bin folder. I deleted
    just .osx-built in pkg-config folder and started osx-packager again
    and yep, it's installed now. <br>
    <br>
    Did a clean all by deleting build folder, and delete all .osx-built
    and .osx-config and tried again, same thing - first run through no
    pkg-config bin, delete just the one .osx-built and rerun and it's
    fine.<br>
    <br>
    After that I got a successful build!<br>
    I wont get a chance to try it until I get home (where my backend
    is), but the application does launch successfully.<br>
    <br>
    Last time I tried building for osx (before this new script) my
    efforts died badly trying to get qt to compile. I gave up. I for one
    am a big fan of being able to install the binary qt libraries for
    this!<br>
    <br>
    Cheers,<br>
    Andrew<br>
  </body>
</html>