View Single Post
  #3 (permalink)  
Old 02-22-2008
mefoster mefoster is offline
Registered User
 
Name: Mary Ellen Foster
Organization: Technical University of Munich
Project: JAST human-robot dialogue system
 
Join Date: Jun 2006
Posts: 78
Fedora version of GCC 4.3 patch

I've also recently had to update my Fedora Ice RPM packages to support GCC 4.3. I used the above patch as a base, but also had to #include <climits> in a few places to get INT_MAX, LONG_MAX, and PATH_MAX. My version of the patch is attached.

The compile also produces a number of warnings about "suggest parentheses around && within ||" and, in the IcePHP code, about "deprecated conversion from string constant to 'char*'", which I have not investigated.
Attached Files
File Type: txt Ice-3.2.1-gcc43.patch.txt (9.8 KB, 84 views)
__________________
Mary Ellen Foster
Technical University of Munich
JAST human-robot dialogue system
Maintainer of Fedora Ice packages
Reply With Quote