Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 264040

Summary: kde-base/qtruby-3.5.10 GCC 4.4 patch
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: [OLD] GCC PortingAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://rubyforge.org/tracker/index.php?func=detail&aid=23923&group_id=181&atid=759
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: qtruby-3.5.10-gcc44.patch

Description Ryan Hill (RETIRED) gentoo-dev 2009-03-28 05:13:27 UTC
Qt.cpp: In function 'const char* get_VALUEtype(VALUE)':                                                                                     
Qt.cpp:953: error: invalid conversion from 'const char*' to 'char*'                                                                         
Qt.cpp: In function 'VALUE method_missing(int, VALUE*, VALUE)':                                                                             
Qt.cpp:1435: error: invalid conversion from 'const char*' to 'char*'                                                                        
Qt.cpp:1485: error: invalid conversion from 'const char*' to 'char*'                                                                        
Qt.cpp: In function 'VALUE class_method_missing(int, VALUE*, VALUE)':                                                                       
Qt.cpp:1560: error: invalid conversion from 'const char*' to 'char*'                                                                        
Qt.cpp: In function 'VALUE initialize_qt(int, VALUE*, VALUE)':                                                                              
Qt.cpp:1677: error: invalid conversion from 'const char*' to 'char*'                                                                        
Qt.cpp:1677: error:   initializing argument 4 of 'QCString* find_cached_selector(int, VALUE*, VALUE, char*)'                                
Qt.cpp: In function 'VALUE getmetainfo(VALUE, int&, int&)':                                                                                 
Qt.cpp:1775: error: invalid conversion from 'const char*' to 'char*'                                                                        
make[5]: *** [Qt.lo] Error 1
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2009-03-28 05:22:55 UTC
Created attachment 186512 [details, diff]
qtruby-3.5.10-gcc44.patch
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2009-05-13 03:25:43 UTC
Fixed.