Results 1 to 4 of 4

Thread: Ice 3.0.0 / Mac OS X 10.4.3, GCC 4.0.1

  1. #1
    lindholm is offline Registered User
    Join Date
    Nov 2005
    Posts
    2

    Ice 3.0.0 / Mac OS X 10.4.3, GCC 4.0.1

    Hi

    I'm trying to compile Ice 3.0.0 vith gcc 4.0.1, both in OS X 10.4.2 & 10.4.3

    I get the follwing error:

    =====
    making all in IceSSL
    c++ -c -I.. -I../../include -DICE_SSL_API_EXPORTS -I/usr/kerberos/include -g -ftemplate-depth-128 -Wall -D_REENTRANT SslTransceiver.cpp
    SslTransceiver.cpp: In member function 'void IceSSL::SslTransceiver::showSessionInfo(BIO*)':
    SslTransceiver.cpp:944: error: invalid conversion from 'int (*)()' to 'int (*)(...)'
    SslTransceiver.cpp:944: error: initializing argument 1 of 'int PEM_ASN1_write_bio(int (*)(...), const char*, BIO*, char*, const EVP_CIPHER*, unsigned char*, int, int (*)(char*, int, int, void*), void*)'
    make[2]: *** [SslTransceiver.o] Error 1
    make[1]: *** [all] Error 1
    make: *** [all] Error 1
    ====

    This bug is also present in ice 2.1.2 and 2.1.1. I am using the GCC shipped with the newly released Xcode 2.2:
    gcc --version gives this:
    powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5247)

    Has anyone else encountered this error?

    regards
    /morten

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hello,

    Welcome to the forums! I'll be happy to answer your question once you set your signature, please check this thread for information on our support policy.

    Thanks,

    Benoit.

  3. #3
    lindholm is offline Registered User
    Join Date
    Nov 2005
    Posts
    2

    Now with .sig :-)

    Hi,

    Sorry for the lack of signature, it has been corrected now :-)

    regards,
    /morten
    Morten Lindholm
    Dept. of Computer Science, University of Aarhus, Denmark
    http://www.daimi.au.dk

    Using Ice for teaching and research

  4. #4
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Thanks for the report. Unfortunately, we didn't get time to test Xcode 2.2 before the 3.0 release as it was released shortly before This error was already reported in this thread. I suggest you to simply comment out line 944 in src/IceSSL/SslTransceiver.cpp. It should enable you to continue the build (this code is only used for debugging so it won't affect the functionality of the IceSSL plugin).

    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 09-09-2010, 12:28 PM
  2. 3.3.1 test suite failures on Mac OS X 10.5
    By blair in forum Bug Reports
    Replies: 4
    Last Post: 04-05-2009, 05:43 PM
  3. Compiling demos on Mac OS X 10.4.2
    By CAS in forum Help Center
    Replies: 4
    Last Post: 09-30-2005, 07:33 PM
  4. Ice-2.1.2 on OS X 10.4.2/gcc 4.0
    By jbruni in forum Help Center
    Replies: 2
    Last Post: 08-05-2005, 09:12 PM
  5. IcePy 2.0.0 fails, hangs on Mac OS X 10.3
    By Michael Halle in forum Bug Reports
    Replies: 1
    Last Post: 11-30-2004, 10:07 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
  •