Results 1 to 3 of 3

Thread: Ice for C++: missing includes

  1. #1
    fmoya is offline Registered User
    Name: Francisco Moya
    Organization: UCLM
    Project: Debian packages
    Join Date
    Oct 2004
    Posts
    51

    Ice for C++: missing includes

    Dear all,

    Attached to this email you will find a tiny patch against IceE which fixes some missing includes (auto_ptr is defined in memory). This will be required for gcc4.3, since it recently carried out a massive header clean up.

    More information in #456076 - FTBFS with GCC 4.3: missing #includes - Debian Bug report logs and Journal of Martin Michlmayr.

    Regards,
    F. Moya
    Attached Files Attached Files
    Francisco Moya Fernandez
    Computer Architecture and Tecnology Group
    University of Castilla-La Mancha

    Debian Maintainer of ZeroC Ice packages.

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    Thanks for the bug report, we'll have a look at this.

    Cheers,

    Michi.

  3. #3
    mefoster is offline Registered User
    Name: Mary Ellen Foster
    Organization: Heriot-Watt University, Edinburgh
    Project: ECHOES learning environment
    Join Date
    Jun 2006
    Posts
    121

    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 Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 09-08-2009, 02:05 AM
  2. Circular Includes
    By slypete in forum Help Center
    Replies: 3
    Last Post: 02-24-2009, 02:05 PM
  3. IceE: Missing includes
    By fmoya in forum Patches
    Replies: 0
    Last Post: 12-14-2007, 03:59 AM
  4. IceE translators: Missing includes
    By fmoya in forum Patches
    Replies: 0
    Last Post: 12-13-2007, 07:38 AM
  5. Generating code from slice includes?
    By ctennis in forum Help Center
    Replies: 4
    Last Post: 06-09-2006, 09:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •