Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Error on installing qt sdk on mac 10.6.2
Forum Updated to NodeBB v4.3 + New Features

Error on installing qt sdk on mac 10.6.2

Scheduled Pinned Locked Moved Installation and Deployment
16 Posts 3 Posters 7.8k 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.
  • K Offline
    K Offline
    kitten
    wrote on last edited by
    #1

    hi to every one
    i am trying to install qt sdk 1.1.1 on my mac 10.6.2
    i was installed xcode 2.2.1_8
    and now i am trying to install qt sdk ofline mac 64 v 1.1.1
    but it get me this eror
    !http://iranxm.webatu.com/images/e2c080d54907.jpg(eror)!
    what should i do?

    www.kitten.mihanblog.com

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mkae
      wrote on last edited by
      #2

      Alternatively you could consider installing QT through "MacPorts":http://www.macports.org.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kitten
        wrote on last edited by
        #3

        how can i do that?
        can you explain me completely?
        tnx

        www.kitten.mihanblog.com

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mkae
          wrote on last edited by
          #4

          Well, go to www.macports.org and check out the "Getting started" section. Download it, install MacPorts itself. But, be warned. You'd need quite a while to get a usable system, since everything would be built from the sources. On a dual core you might need something like 6 hrs to install everything up to QT 4.7.3.

          You'd have to decided whether it's worth the effort.

          But, you should upgrade your Xcode. It is far too old. I have 3.2 here. The current version 4 should also do the job, but you need to pay a little for it in Apple's app store. (about 5 USD)

          But you could alternatively also install the latest version of the older Xcode 3.

          Once you got Xcode set up, just follow MacPorts' instructions to install MacPorts on your machine.

          You'd have to run
          @
          sudo port selfupdate
          @
          at some stage. Then you would run
          @
          sudo port install qt4-mac
          @
          To get the latest QT4 installed on you machine.

          Good luck!

          :-)

          1 Reply Last reply
          0
          • G Offline
            G Offline
            goetz
            wrote on last edited by
            #5

            Before going to macports, I recommend to either install the SDK parts manually. That's mainly Qt Creator and the framework libs itself, both are available as precompiled binaries on the download pages. Optionally one can go with building the framework libs manually, that's not a hard task. Macports brings in a big bunch of unnecessary stuff which you do not need to develop using Qt. XCode is a prerequisite for all three options (SDK, single binaries, macports).

            http://www.catb.org/~esr/faqs/smart-questions.html

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mkae
              wrote on last edited by
              #6

              Yeah, you are right, Volker! :-)

              (That's why I underlined that it is very time consuming and a lot of effort.)

              Looks like kitten got Qt Creator already up and running, from what I saw in another post.

              1 Reply Last reply
              0
              • K Offline
                K Offline
                kitten
                wrote on last edited by
                #7

                dear how can i do that?

                www.kitten.mihanblog.com

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  mkae
                  wrote on last edited by
                  #8

                  Do as Volker said above: install everything manually. Avoid MacPorts. :-)

                  BUT, I'd recommend to upgrade Xcode to something more up-to-date. Your version 2 seems to be ancient. Xcode4 just came out, but version 3.2.6 should be fine too.

                  1 Reply Last reply
                  0
                  • K Offline
                    K Offline
                    kitten
                    wrote on last edited by
                    #9

                    i was download libs and debug and qt creator seperately but i can't set toolchain and other options
                    how can i run a successfull qt to compile my code?

                    www.kitten.mihanblog.com

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      mkae
                      wrote on last edited by
                      #10

                      I am sorry, but my knowledge of setting up QT manually is zero, since I just use it via MacPorts. I hope that Volker can give you further advice.

                      1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        kitten
                        wrote on last edited by
                        #11

                        i wad download and install these but i can't configure it
                        qt creator mac opensource 2.2
                        qt mac carbon open source (both )

                        www.kitten.mihanblog.com

                        1 Reply Last reply
                        0
                        • K Offline
                          K Offline
                          kitten
                          wrote on last edited by
                          #12

                          is there anyone can help me?
                          it's urgent

                          www.kitten.mihanblog.com

                          1 Reply Last reply
                          0
                          • G Offline
                            G Offline
                            goetz
                            wrote on last edited by
                            #13

                            Calling something "urgent" is most likely to slow down answers (cf. to http://www.catb.org/~esr/faqs/smart-questions.html please).

                            Qt Creator automatically detects the toolchain for you. So it seems you do not have set up XCode properly. Please check this. Open a command line window (Terminal.app), type in "gcc -v" and look if that works. If not, your XCode setup is messed up.

                            http://www.catb.org/~esr/faqs/smart-questions.html

                            1 Reply Last reply
                            0
                            • K Offline
                              K Offline
                              kitten
                              wrote on last edited by
                              #14

                              hi i'm sorry for my bad english,because i am not an english man
                              i think the xcode install correctly my gcc works well i can compile a rough c++ code by gcc
                              i think it is because the gcc is old i can't run qt creator correctly

                              www.kitten.mihanblog.com

                              1 Reply Last reply
                              0
                              • M Offline
                                M Offline
                                mkae
                                wrote on last edited by
                                #15

                                As I've written above: If you can, consider upgrading your Xcode!
                                (Sorry, that I can't be more helpful in this matter.)

                                1 Reply Last reply
                                0
                                • G Offline
                                  G Offline
                                  goetz
                                  wrote on last edited by
                                  #16

                                  Upgrade to the most recent version of the XCode 3.x series.

                                  http://www.catb.org/~esr/faqs/smart-questions.html

                                  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