I installed Snow Leopard this week now creator can not compile. I saw a post by a man on qt fourm that fixed his by redirecting with symlink not sure how to do that.
can someone point me in the right direction.
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
    
   snow leopard broke my QT
 snow leopard broke my QT
		I installed Snow Leopard this week now creator can not compile. I saw a post by a man on qt fourm that fixed his by redirecting with symlink not sure how to do that.
can someone point me in the right direction.
 
    
    
       
    
    
       
    
    
       
    
    
    
    
   
    
    
       
    
    
    
       
    
    
       
    
   Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
    
   Re: snow leopard broke my QT
 Re: snow leopard broke my QT
		wysota,
this is the output at compile in creator;
/Library/Frameworks/QtCore.framework/Headers/qnamespace.h:45: In file included from /Library/Frameworks/QtCore.framework/Headers/qnamespace.h:45,
/Library/Frameworks/QtCore.framework/Headers/qobjectdefs.h:45: from /Library/Frameworks/QtCore.framework/Headers/qobjectdefs.h:45,
/Library/Frameworks/QtGui.framework/Headers/qwindowdefs.h:45: from /Library/Frameworks/QtGui.framework/Headers/qwindowdefs.h:45,
/Library/Frameworks/QtGui.framework/Headers/qwidget.h:45: from /Library/Frameworks/QtGui.framework/Headers/qwidget.h:45,
/Library/Frameworks/QtGui.framework/Headers/qframe.h:45: from /Library/Frameworks/QtGui.framework/Headers/qframe.h:45,
/Library/Frameworks/QtGui.framework/Headers/qabstractscrollarea.h:45: from /Library/Frameworks/QtGui.framework/Headers/qabstractscrollarea.h:45,
/Library/Frameworks/QtGui.framework/Headers/qabstractitemview.h:45: from /Library/Frameworks/QtGui.framework/Headers/qabstractitemview.h:45,
/Library/Frameworks/QtGui.framework/Headers/qtableview.h:45: from /Library/Frameworks/QtGui.framework/Headers/qtableview.h:45,
/Library/Frameworks/QtGui.framework/Versions/4/Headers/qtablewidget.h:45: from /Library/Frameworks/QtGui.framework/Versions/4/Headers/qtablewidget.h:45,
/Library/Frameworks/QtGui.framework/Versions/4/Headers/QTableWidget:1: from /Library/Frameworks/QtGui.framework/Versions/4/Headers/QTableWidget:1,
/Library/Frameworks/QtCore.framework/Headers/qglobal.h:311: warning: #warning "Support for this version of Mac OS X is still preliminary"
/Library/Frameworks/QtGui.framework/Headers/qmatrix.h:46: In file included from /Library/Frameworks/QtGui.framework/Headers/qmatrix.h:46,
/Library/Frameworks/QtGui.framework/Headers/qbrush.h:49: from /Library/Frameworks/QtGui.framework/Headers/qbrush.h:49,
/Library/Frameworks/QtGui.framework/Headers/qpalette.h:47: from /Library/Frameworks/QtGui.framework/Headers/qpalette.h:47,
/Library/Frameworks/QtGui.framework/Headers/qwidget.h:48: from /Library/Frameworks/QtGui.framework/Headers/qwidget.h:48,
/Library/Frameworks/QtGui.framework/Headers/qframe.h:45: from /Library/Frameworks/QtGui.framework/Headers/qframe.h:45,
/Library/Frameworks/QtGui.framework/Headers/qabstractscrollarea.h:45: from /Library/Frameworks/QtGui.framework/Headers/qabstractscrollarea.h:45,
/Library/Frameworks/QtGui.framework/Headers/qabstractitemview.h:45: from /Library/Frameworks/QtGui.framework/Headers/qabstractitemview.h:45,
/Library/Frameworks/QtGui.framework/Headers/qtableview.h:45: from /Library/Frameworks/QtGui.framework/Headers/qtableview.h:45,
/Library/Frameworks/QtGui.framework/Versions/4/Headers/qtablewidget.h:45: from /Library/Frameworks/QtGui.framework/Versions/4/Headers/qtablewidget.h:45,
/Library/Frameworks/QtGui.framework/Versions/4/Headers/QTableWidget:1: from /Library/Frameworks/QtGui.framework/Versions/4/Headers/QTableWidget:1,
/Library/Frameworks/QtGui.framework/Headers/qregion.h:158: error: 'toQDRgn' was not declared in this scope
this project was working until i installed snow leopard.
this is the link to the qt fourm, the man had the same prob.
http://www.qtforum.org/post/97885/sn...snow#post97885
roger
 
    
    
       
    
    
       
    
    
       
    
    
    
    
   
    
    
       
    
    
    
       
    
    
       
    
   Re: snow leopard broke my QT
 Re: snow leopard broke my QT
		Your problem is completely different. The guy you mention had a problem with not being able to run qmake. In your case Qt probably doesn't do something it should:
Upgrade of Qt should fix the problem./Library/Frameworks/QtCore.framework/Headers/qglobal.h:311: warning: #warning "Support for this version of Mac OS X is still preliminary"
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
    
   Re: snow leopard broke my QT
 Re: snow leopard broke my QT
		i tried that.
 
    
    
       
    
    
       
    
    
       
    
    
    
    
   
    
    
       
    
    
    
       
    
    
       
    
   Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
    
   Re: snow leopard broke my QT
 Re: snow leopard broke my QT
		it is 4.5.2 carbon, i am downloading 4.6 stable now will see if that works.
Last edited by rogerholmes; 31st August 2009 at 23:46.
 Beginner
					
					
						Beginner
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
    
    
    
   Re: snow leopard broke my QT
 Re: snow leopard broke my QT
		I had the same problem. Adding
to the end of the .pro file seemed to fix it.
jivelo (30th September 2009), rogerholmes (1st September 2009)
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
    
   Re: snow leopard broke my QT
 Re: snow leopard broke my QT
		IT WORKS !!!
THANK YOU.. I hope everyone that needs to see this can find it.
 Beginner
					
					
						Beginner
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
    
    
    
   Re: snow leopard broke my QT
 Re: snow leopard broke my QT
		Glad that it works
I found the solution here under "Universal binaries". Might also be helpful.
http://doc.trolltech.com/4.5/developing-on-mac.html
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
    
   Re: snow leopard broke my QT
 Re: snow leopard broke my QT
		creator now runs but it will not debug.
this is the error :
Could not find object file "/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1/libgcc.a(_eprintf.o)" - no debug information available for "/var/tmp/gcc/gcc-5484~1/src/gcc/libgcc2.c".
 
    
    
       
    
    
       
    
    
       
    
    
    
    
   
    
    
       
    
    
    
       
    
    
       
    
  
Bookmarks