Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. There is only x64 for Mac? qt-opensource-mac-x64-clang-5.3.1.dmg

There is only x64 for Mac? qt-opensource-mac-x64-clang-5.3.1.dmg

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    opengpu
    wrote on last edited by
    #1

    there is only x64 for Mac? qt-opensource-mac-x64-clang-5.3.1.dmg
    and no x86 for mac?
    anyone know how to check whether the Mac OS is x86 or x64 ?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      chrisaverage
      wrote on last edited by
      #2

      Type "uname -a" in the terminal. If it says I386 then it's 32bit kernel mode. If it says x86_x64 then it's 64bit.

      Btw. don't mix conventions. x86 doesn't mean 32 bit. It's an instruction set that can run on many architectures (16, 32, 64, 128, 256 and even 512bit) eg. X86-64(known as AMD64) is a 64bit x86 architecture and IA-32 is a 32bit x86 architecture.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        To add to chrissaverage, Snow Leopard is the last version of OS X running on 32bit processors

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • O Offline
          O Offline
          opengpu
          wrote on last edited by
          #4

          I met a problem.

          I intall the qt-opensource-mac-x64-clang-5.3.1.dmg
          and open a .pro in Creator, but it recomment me to set a compiler when i compile.
          I have Xcode v4.6 on my Mac.
          should I install anything else? or how to configure it?

          i found there, but there is a red exclamatory mark before the desktop Qt 5.3 clang 64bit (in Kit and Qt versions).
          and in compiler, it detected iphoneos-clang, iphonesimulator-clang, and i tried them with the qt-opensource-mac-x64-ios-5.3.1.dmg, but still not success.
          in the project settings, the Makefile is blank and not found...

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved