March 24, 2011

mzimmers mzimmers
Ant Farmer
524 posts

upgraded to latest Xcode and…

 

…now the debugger is giving me an error message at startup:

.o file “/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/crt3.o” more recent than executable timestamp in “/Developer/Applications/Qt/Qt Creator.app/Contents/qtc-debugging-helper/92501879/libgdbmacros.1.0.0.dylib”
Could not open OSO file /usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/crt3.o to scan for pubtypes for objfile /Developer/Applications/Qt/Qt Creator.app/Contents/qtc-debugging-helper/92501879/libgdbmacros.1.0.0.dylib

I couldn’t find any other posts on this, so I’m wondering whether there’s something weird in my build configuration. Any suggestions on how to make this go away?

Thanks. Oh: Intel Mac, latest OS, etc.

8 replies

March 24, 2011

dialingo dialingo
Lab Rat
158 posts

what were you trying to do when this error message came up?

March 24, 2011

mzimmers mzimmers
Ant Farmer
524 posts

Nothing…just went into the debugger view and hit the “Start Debugging” icon. Hadn’t even begun to declare variables in main() yet.

March 24, 2011

Volker Volker
Robot Herder
5428 posts

XCode 4 (if that’s what you mean with “latest”) might be just too new :-/

March 24, 2011

Tobias Hunger Tobias Hunger
Mad Scientist
3224 posts

You could try rebuilding the debugging helpers in Tools->Options->Qt.

March 24, 2011

mzimmers mzimmers
Ant Farmer
524 posts

Too new in what way? This should have been a pretty minor release from Apple. Hard to believe it would have necessitated rework by clients…

March 24, 2011

Volker Volker
Robot Herder
5428 posts

Ary you talking about an XCode 3.2.x update or the brand new XCode 4?

March 24, 2011

mzimmers mzimmers
Ant Farmer
524 posts

Oh, crud…you’re right, Volker…this was a major release. My bad.

Tobias: I don’t have an “Options” choice under my “Tools” menu.

March 25, 2011

athamala athamala
Lab Rat
5 posts

“Qt Creator -> Preferences (or shortcut cmd-comma) -> Qt4” is the menu path for that in OS X version.

 
  ‹‹ QtCreator and OpenSceneGraph      [Moved] How to set Sources Directory in QMake ››

You must log in to post a reply. Not a member yet? Register here!