Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264040 - kde-base/qtruby-3.5.10 GCC 4.4 patch
Summary: kde-base/qtruby-3.5.10 GCC 4.4 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: http://rubyforge.org/tracker/index.ph...
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-03-28 05:13 UTC by Ryan Hill (RETIRED)
Modified: 2009-05-13 03:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
qtruby-3.5.10-gcc44.patch (qtruby-3.5.10-gcc44.patch,2.66 KB, patch)
2009-03-28 05:22 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.