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. Correctly installing 4.8.3 debug versions and QT source on Mac OS X?
Forum Updated to NodeBB v4.3 + New Features

Correctly installing 4.8.3 debug versions and QT source on Mac OS X?

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.9k 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.
  • G Offline
    G Offline
    gkroeger
    wrote on last edited by
    #1

    I have installed Qt 4.8.3 binary and debug binaries as well as Creator 2.6 on Mac OS X (10.8.2). Most is well, except when I try to debug stepping into QT source (e.g. QTGui).

    Debugging my own code works fine... but on startup, I get the following errors:

    Debugging starts
    Unable to read symbols for QtGui.framework/Versions/4/QtGui (file not found).
    Unable to read symbols from "QtGui" (not yet mapped into memory).
    Unable to read symbols for QtCore.framework/Versions/4/QtCore (file not found).
    Unable to read symbols from "QtCore" (not yet mapped into memory).

    The files referenced, QtGui.framework/Versions/4/QtGui and QtCore.framework/Versions/4/QtGui both seem to exist where I would expect, in /Library/Frameworks

    Do they need to be somewhere else? I would also assume that the Qt source needs to be somewhere standard. I have downloaded and unzipped the source tree, but the Install file contains URLs to old Nokia pages that no longer exist, so I don't know where the compiled debug libraries expect the source to be in the directory structure.

    Any suggestions would be very welcome!

    Glenn

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zorlette
      wrote on last edited by
      #2

      Did you solve this? I have exactly the same problem with the same QT versions and system!!!

      Anyone?

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gkroeger
        wrote on last edited by
        #3

        Zorlettte:

        I have not solved this yet, but I think I know what the solution is... I ran across a discussion concerning "frameworks" on the Mac replacing more traditional Unix/Linux style shared libraries. The note suggested that the debug frameworks have to be manually substituted for the non-debug versions when one wishes to debug into the QT libraries.

        I have not yet tried this.

        Glenn

        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